[Lunar-commits] r20300 - moonbase/trunk/graphics/gimp
Jannis Pohlmann
jannis at lunar-linux.org
Sat Jun 3 11:06:33 UTC 2006
Author: jannis
Date: 2006-06-03 11:06:32 +0000 (Sat, 03 Jun 2006)
New Revision: 20300
Modified:
moonbase/trunk/graphics/gimp/DEPENDS
Log:
The SVG plugin is now shipped with GIMP.
Modified: moonbase/trunk/graphics/gimp/DEPENDS
===================================================================
--- moonbase/trunk/graphics/gimp/DEPENDS 2006-06-03 11:03:54 UTC (rev 20299)
+++ moonbase/trunk/graphics/gimp/DEPENDS 2006-06-03 11:06:32 UTC (rev 20300)
@@ -1,11 +1,33 @@
-depends gtk+-2 &&
-depends libart_lgpl &&
-depends fontconfig &&
-depends intltool &&
+depends gtk+-2 &&
+depends libart_lgpl &&
+depends fontconfig &&
+depends intltool &&
-optional_depends "libmng" "" "--without-libmng" "for MNG file support" &&
-optional_depends "aalib" "" "--without-aa" "for ASCII art support" &&
-optional_depends "gimp-print" "" "--disable-print" "for printing support" &&
-optional_depends "pygtk2" "--enable-python" "" "for Python support" &&
-optional_depends "gtk-doc" "--enable-gtk-doc" "" "for GIMP help files" &&
-optional_depends "gnome-desktop" "--enable-gnome-desktop" "" "for Gnome2 support"
+optional_depends "libmng" \
+ "" \
+ "--without-libmng" \
+ "for MNG file support" &&
+optional_depends "aalib" \
+ "" \
+ "--without-aa" \
+ "for ASCII art support" &&
+optional_depends "gimp-print" \
+ "" \
+ "--disable-print" \
+ "for printing support" &&
+optional_depends "pygtk2" \
+ "--enable-python" \
+ "" \
+ "for Python support" &&
+optional_depends "gtk-doc" \
+ "--enable-gtk-doc" \
+ "" \
+ "for GIMP help files" &&
+optional_depends "librsvg" \
+ "--with-librsvg" \
+ "--without-librsvg" \
+ "for SVG support" &&
+optional_depends "gnome-desktop" \
+ "--enable-gnome-desktop" \
+ "" \
+ "for Gnome2 support"
More information about the Lunar-commits
mailing list