jhbuild r2009 - in trunk: . modulesets



Author: lferrett
Date: Thu Apr 10 10:52:03 2008
New Revision: 2009
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2009&view=rev

Log:
2008-04-10  Luca Ferretti  <elle uca libero it>

	* modulesets/gnome-2.24.modules: WebKit build changes: use pango
	as font backend, use libsoup as http banckend (add dependence on
	libsoup), enable dom storage, enable icon database, enable svg
	experimental. This could make your WebKit sandbox slow, crashing 
	or not buildable, but it's better now than later...

	Also remove the suggestion to install libcurl-dev (due libsoup
	usage that I think we preferr) and suggest a working command
	to clean the build tree (but, maybe, the `makefile="GNUmakefile"`
	option in module definitions should allow you to use `jhbuild -c`)



Modified:
   trunk/ChangeLog
   trunk/modulesets/gnome-2.24.modules

Modified: trunk/modulesets/gnome-2.24.modules
==============================================================================
--- trunk/modulesets/gnome-2.24.modules	(original)
+++ trunk/modulesets/gnome-2.24.modules	Thu Apr 10 10:52:03 2008
@@ -1442,7 +1442,6 @@
   <!-- after you've installed the missing dependency.      -->
   <!--                                                     -->
   <!--   libicu-dev                                        -->
-  <!--   libcurl-dev                                       -->
   <!--   libsqlite3-dev                                    -->
   <!--   libjpeg62-dev                                     -->
   <!--   libpng12-dev                                      -->
@@ -1453,10 +1452,10 @@
   <!-- To clean the build tree if you tried to compile     -->
   <!-- without those deps, run the following command:      -->
   <!--                                                     -->
-  <!--   make -C WebKitBuild/Release/WebCore clean         -->
+  <!--   make -f GNUMakefile maintainer-clean              -->
   <!--                                                     -->
   <!-- See also http://live.gnome.org/WebKitGtk            -->
-  <autotools id="WebKit" autogenargs="--enable-video=yes --enable-svg=yes"
+  <autotools id="WebKit" autogenargs="--enable-video=yes --with-http-backend=soup --with-font-backend=pango --enable-dom-storage=yes --enable-icon-database=yes --enable-svg=yes --enable-svg-experimental=yes"
       makefile="GNUmakefile">
     <branch repo="git.debian.org" module="git/pkg-webkit/upstream.git"
       checkoutdir="WebKit" revision="filtered"/>
@@ -1464,6 +1463,7 @@
       <dep package="gtk+"/>
       <dep package="libxml2"/>
       <dep package="libxslt"/>
+      <dep package="libsoup"/>
       <dep package="gnome-vfs"/>
       <dep package="gst-plugins-base"/>
     </dependencies>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]