Title: [101811] trunk/Tools
Revision
101811
Author
[email protected]
Date
2011-12-02 09:41:04 -0800 (Fri, 02 Dec 2011)

Log Message

[GTK] Add glib, glib-networking, gnutls and libsoup to jhbuild
https://bugs.webkit.org/show_bug.cgi?id=73664

Reviewed by Martin Robinson.

This patch adds our HTTP library and its main dependencies; this
should not affect layout or rendering.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101810 => 101811)


--- trunk/Tools/ChangeLog	2011-12-02 17:35:54 UTC (rev 101810)
+++ trunk/Tools/ChangeLog	2011-12-02 17:41:04 UTC (rev 101811)
@@ -54,6 +54,18 @@
 
 2011-12-02  Gustavo Noronha Silva  <[email protected]>
 
+        [GTK] Add glib, glib-networking, gnutls and libsoup to jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=73664
+
+        Reviewed by Martin Robinson.
+
+        This patch adds our HTTP library and its main dependencies; this
+        should not affect layout or rendering.
+
+        * gtk/jhbuild.modules:
+
+2011-12-02  Gustavo Noronha Silva  <[email protected]>
+
         [GTK] Also run DumpRenderTree under jhbuild
         https://bugs.webkit.org/show_bug.cgi?id=73646
 

Modified: trunk/Tools/gtk/jhbuild.modules (101810 => 101811)


--- trunk/Tools/gtk/jhbuild.modules	2011-12-02 17:35:54 UTC (rev 101810)
+++ trunk/Tools/gtk/jhbuild.modules	2011-12-02 17:41:04 UTC (rev 101811)
@@ -7,11 +7,21 @@
     <dependencies>
       <dep package="fonts"/>
       <dep package="freetype6"/>
+      <dep package="glib"/>
+      <dep package="glib-networking"/>
+      <dep package="gnutls"/>
+      <dep package="libsoup"/>
     </dependencies>
   </metamodule>
 
   <repository type="tarball" name="github.com"
       href=""
+  <repository type="tarball" name="gnome.org"
+      href=""
+  <repository type="git" name="git.gnome.org"
+      href=""
+  <repository type="tarball" name="gnu.org"
+      href=""
 
   <autotools id="fonts"
              skip-autogen="true">
@@ -27,5 +37,33 @@
             hash="sha256:9a987aef8c50d9bcfdfdc9f012f8bd0de6095cc1a5524e62c1a037deb8dacbfe"
             md5sum="647ee8ed266f9a4117c8d0a4855b3d3e"/>
   </tarball>
- 
+
+  <autotools id="glib" autogenargs="--with-pcre=system">
+    <branch module="/pub/GNOME/sources/glib/2.31/glib-2.31.2.tar.xz" version="2.31.2"
+            repo="gnome.org"
+            hash="sha256:19d7921671a487c3c5759a57df7b8508afdbadd7764d62a47a82fff7b399032b"
+            md5sum="1cbdf314d7c87916a0c3dce83ac0285f"/>
+  </autotools>
+
+  <autotools id="glib-networking">
+    <branch module="/pub/GNOME/sources/glib-networking/2.31/glib-networking-2.31.2.tar.xz" version="2.31.2"
+            repo="gnome.org"
+            hash="sha256:03e3a2881d2626d1206e72972531661037fe0d32e745bf9b2f63c0d6f5e32a9c"
+            md5sum="b649b457bd9fd5e0e9b9c4dcb1a74a37"/>
+  </autotools>
+
+  <autotools id="gnutls"
+             autogenargs="--enable-ld-version-script --enable-cxx --without-lzo --with-libgcrypt">
+    <branch module="/gnu/gnutls/gnutls-2.12.14.tar.bz2" version="2.12.14"
+            repo="gnu.org"
+            hash="sha256:5ee72ba6de7a23cf315792561954451e022dac8730149ca95f93c61e95be2ce3"
+            md5sum="555687a7ffefba0bd9de1e71cb61402c"/>
+  </autotools>
+
+  <autotools id="libsoup">
+    <branch module="libsoup" version="2.37.2.1+git"
+            repo="git.gnome.org"
+            tag="5cbfc48caf76ced2e28ee06c9e40523273601dc6"/>
+  </autotools>
+
 </moduleset>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to