[Lunar-commits] r16120 - moonbase/trunk/kde3-apps/amarok
Florin Braescu
florin at lunar-linux.org
Mon Aug 15 17:26:45 UTC 2005
Author: florin
Date: 2005-08-15 17:26:45 +0000 (Mon, 15 Aug 2005)
New Revision: 16120
Modified:
moonbase/trunk/kde3-apps/amarok/DEPENDS
Log:
apply Dennis Veatch's patch regarding optional support for postgresql.
Modified: moonbase/trunk/kde3-apps/amarok/DEPENDS
===================================================================
--- moonbase/trunk/kde3-apps/amarok/DEPENDS 2005-08-15 17:05:47 UTC (rev 16119)
+++ moonbase/trunk/kde3-apps/amarok/DEPENDS 2005-08-15 17:26:45 UTC (rev 16120)
@@ -1,22 +1,37 @@
depends kdemultimedia3 &&
depends taglib &&
-optional_depends "k3b" "" "" \
+optional_depends "k3b" \
+ "" \
+ "" \
"cd/dvd burning support" &&
-optional_depends "gstreamer" "--with-gstreamer" \
- "--without-gstreamer" \
+optional_depends "gstreamer" \
+ "--with-gstreamer" \
+ "--without-gstreamer" \
"for GStreamer support (HIGHLY RECOMMENDED)" &&
-optional_depends "xine-lib" "--with-xine" \
- "--without-xine" \
- "for Xine support" &&
+optional_depends "xine-lib" \
+ "--with-xine" \
+ "--without-xine" \
+ "for Xine support" &&
-optional_depends "arts" "--with-arts" "--without-arts" \
+optional_depends "arts" \
+ "--with-arts" \
+ "--without-arts" \
"for ARTS support" &&
-optional_depends "libvisual" "" "" "for libvisual support" &&
+optional_depends "libvisual" \
+ "" \
+ "" \
+ "for libvisual support" &&
-optional_depends "mysql" "--enable-mysql" \
- "--disable-mysql" \
+optional_depends "mysql" \
+ "--enable-mysql" \
+ "--disable-mysql" \
+ "for database support" &&
+
+optional_depends "postgresql" \
+ "--enable-postgresql" \
+ "--disable-postgresql" \
"for database support"
More information about the Lunar-commits
mailing list