[Lunar-commits] r18658 - moonbase/trunk/zbeta/bmpx
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Feb 10 14:31:17 UTC 2006
Author: v3rt1g0
Date: 2006-02-10 14:31:17 +0000 (Fri, 10 Feb 2006)
New Revision: 18658
Modified:
moonbase/trunk/zbeta/bmpx/BUILD
moonbase/trunk/zbeta/bmpx/DEPENDS
Log:
More updates: bmpx (0.13)
* along with the new version came new dependencies. (req: neon
opt: gconf2). Adding those depends now.
* tweak the OPTS, what was there before are now defaults
Modified: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD 2006-02-10 14:29:46 UTC (rev 18657)
+++ moonbase/trunk/zbeta/bmpx/BUILD 2006-02-10 14:31:17 UTC (rev 18658)
@@ -1,6 +1,6 @@
(
- OPTS="$OPTS --enable-gui --disable-debug"
+ OPTS="$OPTS --enable-amazon --with-x"
default_build
Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS 2006-02-10 14:29:46 UTC (rev 18657)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS 2006-02-10 14:31:17 UTC (rev 18658)
@@ -1,8 +1,9 @@
-depends libglade2 &&
-depends taglib &&
-depends xine-lib &&
-depends curl &&
-depends %FAM &&
+depends libglade2 &&
+depends taglib &&
+depends xine-lib &&
+depends curl &&
+depends %FAM &&
+depends neon &&
optional_depends "dbus" "--enable-dbus" "--disable-dbus" \
"for a DBus remote interface" &&
@@ -20,4 +21,7 @@
"build the irssi IRC plugin (perl or python required)" &&
optional_depends "startup-notification" "--enable-sn" "--disable-sn" \
- "for window manager startup notification support"
+ "for window manager startup notification support" &&
+
+optional_depends "GConf2" "--enable-gconf" "" \
+ "for GConf-based app configuration setting storage"
More information about the Lunar-commits
mailing list