[Lunar-commits] r19210 - moonbase/trunk/zbeta/bmpx

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Mar 12 04:40:03 UTC 2006


Author: v3rt1g0
Date: 2006-03-12 04:40:00 +0000 (Sun, 12 Mar 2006)
New Revision: 19210

Modified:
   moonbase/trunk/zbeta/bmpx/BUILD
   moonbase/trunk/zbeta/bmpx/DEPENDS
   moonbase/trunk/zbeta/bmpx/DETAILS
Log:
  Module Version Bump: bmpx (0.13 -> 0.14_rc1)

   * major release milestone
   * xine support has been removed, new gstreamer is now required
   * added support for Last.FM
   * glib-2.10 is needed for this version! (glad we bumped the moonbase one)
   * DEPENDS got a little overhaul with all the new/changed depends
   * many many more features and bug fixes

   The resulting binary is now called beep-media-player-2!

  compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD	2006-03-12 04:33:28 UTC (rev 19209)
+++ moonbase/trunk/zbeta/bmpx/BUILD	2006-03-12 04:40:00 UTC (rev 19210)
@@ -1,6 +1,7 @@
 (
 
-  OPTS="$OPTS --enable-amazon --with-x"
+  # gconf is broken on this release
+  OPTS="$OPTS --enable-amazon --with-x  --enable-debug  --disable-gconf"
 
   default_build
 

Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS	2006-03-12 04:33:28 UTC (rev 19209)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS	2006-03-12 04:40:00 UTC (rev 19210)
@@ -1,10 +1,20 @@
 depends  libglade2  &&
 depends  taglib     &&
-depends  xine-lib   &&
 depends  curl       &&
-depends  %FAM       &&
+depends  gamin      &&
 depends  neon       &&
+depends  libmusicbrainz    &&
+depends  gst-plugins-base  &&
 
+optional_depends  "gst-plugins-good"  ""  ""                       \
+                  "for additional media support (recommended)"     &&
+
+optional_depends  "gst-plugins-ugly"  ""  ""                       \
+                  "for additional media support (including MP3)"   &&
+
+optional_depends  "gst-plugins-bad"   ""  ""                       \
+                  "for additional media support"                   &&
+
 optional_depends  "dbus"    "--enable-dbus"    "--disable-dbus"    \
                   "for a DBus remote interface"                    &&
 
@@ -14,14 +24,18 @@
 optional_depends  "Python"  "--enable-python"  "--disable-python"  \
                   "for python based client support"                &&
 
-optional_depends  "xchat"   "--enable-xchat"   "--disable-xchat"   \
+optional_depends  "xchat"   "--enable-xchat"   "--disable-xchat"          \
                   "build the XChat IRC plugin (perl or python required)"  &&
 
-optional_depends  "irssi"   "--enable-irssi"   "--disable-irssi"   \
+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"       &&
 
-optional_depends  "GConf2"  "--enable-gconf"   ""                         \
-                  "for GConf-based app configuration setting storage"
+# Broken on the 0.14_rc1 release
+#optional_depends  "GConf2"  "--enable-gconf"   "--disable-gconf"          \
+#                  "for GConf-based app configuration setting storage"     &&
+
+optional_depends  "hal"  "--enable-hal"        ""                         \
+                  "for enabling the use of HAL in managing storage"

Modified: moonbase/trunk/zbeta/bmpx/DETAILS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DETAILS	2006-03-12 04:33:28 UTC (rev 19209)
+++ moonbase/trunk/zbeta/bmpx/DETAILS	2006-03-12 04:40:00 UTC (rev 19210)
@@ -1,11 +1,11 @@
           MODULE=bmpx
-         VERSION=0.13.1
+         VERSION=0.14_rc1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/beepmp/
-      SOURCE_VFY=sha1:70073ae4b854e435df46090a5b4bb50f045ca69f
+      SOURCE_VFY=sha1:b88deed7706d22a05fbe907626004d51e811a8fd
         WEB_SITE=http://www.beep-media-player.org/
          ENTERED=20050921
-         UPDATED=20060306
+         UPDATED=20060311
            SHORT="the next-generation Beep Media Player"
 
 cat << EOF



More information about the Lunar-commits mailing list