Title: [101837] trunk/Tools
Revision
101837
Author
[email protected]
Date
2011-12-02 11:19:49 -0800 (Fri, 02 Dec 2011)

Log Message

Also build gcrypt and p11-kit, and make them dependencies of
gnutls.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101836 => 101837)


--- trunk/Tools/ChangeLog	2011-12-02 19:19:41 UTC (rev 101836)
+++ trunk/Tools/ChangeLog	2011-12-02 19:19:49 UTC (rev 101837)
@@ -1,3 +1,10 @@
+2011-12-02  Gustavo Noronha Silva  <[email protected]>
+
+        Also build gcrypt and p11-kit, and make them dependencies of
+        gnutls.
+
+        * gtk/jhbuild.modules:
+
 2011-12-02  Kevin Ollivier  <[email protected]>
 
         [wx] Unreviewed build fixes for Windows build.

Modified: trunk/Tools/gtk/jhbuild.modules (101836 => 101837)


--- trunk/Tools/gtk/jhbuild.modules	2011-12-02 19:19:41 UTC (rev 101836)
+++ trunk/Tools/gtk/jhbuild.modules	2011-12-02 19:19:49 UTC (rev 101837)
@@ -17,6 +17,10 @@
       href=""
   <repository type="tarball" name="sourceware.org"
       href=""
+  <repository type="tarball" name="gnupg.org"
+      href=""
+  <repository type="tarball" name="p11-glue.freedesktop.org"
+      href=""
   <repository type="tarball" name="gnome.org"
       href=""
   <repository type="git" name="git.gnome.org"
@@ -39,6 +43,20 @@
             md5sum="647ee8ed266f9a4117c8d0a4855b3d3e"/>
   </tarball>
 
+  <autotools id="libgcrypt" autogen-sh="./autogen.sh; configure">
+    <branch module="/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2" version="1.5.0"
+             repo="gnupg.org"
+             hash="sha256:4b62fc516004940a0571025401a0581d49199f1a76dfb5ce6fd63f50db8173fa"
+             md5sum="693f9c64d50c908bc4d6e01da3ff76d8"/>
+  </autotools>
+
+  <autotools id="p11-kit">
+    <branch module="/releases/p11-kit-0.9.tar.gz" version="0.9"
+             repo="p11-glue.freedesktop.org"
+             hash="sha256:96486f971111f976743be05f2f88b75ced7f14954fad42861b54480c889c66d0"
+             md5sum="029aa2a3a103e7eb81b4aa731b93539e"/>
+  </autotools>
+
   <autotools id="libffi" autogen-sh="configure">
     <branch module="/pub/libffi/libffi-3.0.10.tar.gz" version="3.0.10"
              repo="sourceware.org"
@@ -68,6 +86,10 @@
 
   <autotools id="gnutls"
              autogenargs="--enable-ld-version-script --enable-cxx --without-lzo --with-libgcrypt">
+    <dependencies>
+      <dep package="libgcrypt"/>
+      <dep package="p11-kit"/>
+    </dependencies>
     <branch module="/gnu/gnutls/gnutls-2.12.14.tar.bz2" version="2.12.14"
             repo="gnu.org"
             hash="sha256:5ee72ba6de7a23cf315792561954451e022dac8730149ca95f93c61e95be2ce3"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to