[Lunar-commits] CVS: moonbase/graphics/gimp DEPENDS,1.6,1.7
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Nov 27 01:36:06 UTC 2004
Update of /var/cvs/lunar/moonbase/graphics/gimp
In directory espresso.foo-projects.org:/tmp/cvs-serv5190
Modified Files:
DEPENDS
Log Message:
Made aalib optional and added libmng as an optional depends.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/gimp/DEPENDS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DEPENDS 27 May 2004 09:09:45 -0000 1.6
+++ DEPENDS 27 Nov 2004 01:36:04 -0000 1.7
@@ -1,8 +1,10 @@
-depends gtk+-2 &&
-depends libart_lgpl &&
-depends aalib &&
-depends fontconfig &&
+depends gtk+-2 &&
+depends libart_lgpl &&
+depends fontconfig &&
+
+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 "gnome-desktop" "--enable-gnome-desktop" "" "For Gnome2 Support" &&
-optional_depends "pygtk2" "--enable-python" "" "For Python Support" &&
+optional_depends "pygtk2" "--enable-python" "" "For Python Support" &&
optional_depends "gtk-doc" "--enable-gtk-doc" "" "For GIMP Help Files"
More information about the Lunar-commits
mailing list