CVS: moonbase/gnome2-core/librsvg BUILD,1.2,1.3 DEPENDS,1.2,1.3

Nick Hudson nhudson at lunar-linux.org
Sat Nov 29 17:08:01 GMT 2003


Update of /var/cvs/lunar/moonbase/gnome2-core/librsvg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv419/librsvg

Modified Files:
	BUILD DEPENDS 
Log Message:

Fixing build for librsvg seems that with the latest gimp2 version it breaks the svg plugin that librsvg tries to build


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/librsvg/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	12 Sep 2003 03:52:37 -0000	1.2
+++ BUILD	29 Nov 2003 17:07:59 -0000	1.3
@@ -8,6 +8,8 @@
 		--mandir=/usr/share/man		                \
                 --with-croco                                    \
                 --with-svgz                                     \
+#Seems Gimp plugin support is broken now with latest version of gimp2
+                --without-gimp                                  \
                 $OPTS                                           &&
 
    default_make

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/librsvg/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	13 Sep 2003 07:43:09 -0000	1.2
+++ DEPENDS	29 Nov 2003 17:07:59 -0000	1.3
@@ -2,6 +2,6 @@
 depends libart_lgpl &&
 depends libxml2     &&
 depends libgsf      &&
-depends libcroco    &&
-
-optional_depends "gimp2" "--with-gimp" "" "enable gimp plugin support"
+depends libcroco    
+# Disable gimp plugin for now till its fixed
+#optional_depends "gimp2" "--with-gimp" "" "enable gimp plugin support"




More information about the Lunar-commits mailing list