[Lunar-commits] r17283 - moonbase/trunk/zbeta/bmpx
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Nov 13 04:51:01 UTC 2005
Author: v3rt1g0
Date: 2005-11-13 04:51:00 +0000 (Sun, 13 Nov 2005)
New Revision: 17283
Added:
moonbase/trunk/zbeta/bmpx/BUILD
Modified:
moonbase/trunk/zbeta/bmpx/DEPENDS
moonbase/trunk/zbeta/bmpx/DETAILS
Log:
Module Version Bump: bmpx (0.12.4 -> 0.12.5)
* Added support for startup-notification
* Added bmpx-remote for remote control
* translation updates
* enhanced shoutcast/icecast support
compiled/tested: gcc-3.4.4 | glibc-2.3.5 | kernel headers 2.6.x
Added: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD 2005-11-12 22:52:36 UTC (rev 17282)
+++ moonbase/trunk/zbeta/bmpx/BUILD 2005-11-13 04:51:00 UTC (rev 17283)
@@ -0,0 +1,7 @@
+(
+
+ OPTS="$OPTS --enable-gui --disable-debug"
+
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS 2005-11-12 22:52:36 UTC (rev 17282)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS 2005-11-13 04:51:00 UTC (rev 17283)
@@ -4,6 +4,20 @@
depends curl &&
depends %FAM &&
-optional_depends "dbus" "--enable-dbus" "--disable-dbus" \
- "for a DBus remote interface" &&
-optional_depends "xchat" "--enable-xchat" "" "build the XChat plugin"
+optional_depends "dbus" "--enable-dbus" "--disable-dbus" \
+ "for a DBus remote interface" &&
+
+optional_depends "perl" "--enable-perl" "--disable-perl" \
+ "for perl based client support" &&
+
+optional_depends "python" "--enable-python" "--disable-python" \
+ "for python based client support" &&
+
+optional_depends "xchat" "--enable-xchat" "--disable-xchat" \
+ "build the XChat IRC plugin (perl or python required)" &&
+
+optional_depends "irssi" "--enable-irssi" "--disable-irssi" \
+ "build the irssi IRC plugin (perl or python required)" &&
+
+optional_depends "startup-notification" "--enable-sn" "--disable-sn" \
+ "for window manager startup notification support"
Modified: moonbase/trunk/zbeta/bmpx/DETAILS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DETAILS 2005-11-12 22:52:36 UTC (rev 17282)
+++ moonbase/trunk/zbeta/bmpx/DETAILS 2005-11-13 04:51:00 UTC (rev 17283)
@@ -1,11 +1,11 @@
MODULE=bmpx
- VERSION=0.12.4
+ VERSION=0.12.5
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/beepmp/
- SOURCE_VFY=sha1:0451280239ded4c24a097d763c3e6edcea24f62e
+ SOURCE_VFY=sha1:6a4425a00b566e55f9bcdbda64eb679325866a30
WEB_SITE=http://bmpx.kicks-ass.net/
ENTERED=20050921
- UPDATED=20051111
+ UPDATED=20051112
SHORT="the next-generation Beep Media Player"
cat << EOF
More information about the Lunar-commits
mailing list