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

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Sep 24 17:53:49 UTC 2006


Author: v3rt1g0
Date: 2006-09-24 17:53:49 +0000 (Sun, 24 Sep 2006)
New Revision: 21568

Modified:
   moonbase/trunk/zbeta/bmpx/BUILD
   moonbase/trunk/zbeta/bmpx/DEPENDS
   moonbase/trunk/zbeta/bmpx/DETAILS
Log:
  Module Version Bump: bmpx (0.20.3 -> 0.30.0)

   * *blink*  yeah... it now looks totally different. -- no more winamp2
     look and feel.
   * besides the new look, it now has an integrated Last.FM player.
   * added tweaked the depends a bit.
   * cropped out most of the description, as it really doesn't apply
     any more.

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


Modified: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD	2006-09-24 17:39:05 UTC (rev 21567)
+++ moonbase/trunk/zbeta/bmpx/BUILD	2006-09-24 17:53:49 UTC (rev 21568)
@@ -1,7 +1,7 @@
 (
 
-  OPTS="$OPTS --disable-profile --disable-debug \
-              --disable-testing-code  --enable-gui"
+  # python is disabled for now because of a build-time issue
+  OPTS="$OPTS --disable-profile --disable-debug  --disable-python"
 
   default_build
 

Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS	2006-09-24 17:39:05 UTC (rev 21567)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS	2006-09-24 17:53:49 UTC (rev 21568)
@@ -27,5 +27,12 @@
 optional_depends  "libSM"      "--enable-sm"      "--disable-sm"   \
                   "for Session Mangement support (XOrg 7.x only)"  &&
 
+# a build-time issue is preventing us from providing this option
+#optional_depends  "Python"     "--enable-python"  "--disable-python"  \
+#                  "to install the BMPx Python bindings"               &&
+
+optional_depends  "gaim-svn"  "--enable-gaim"     "--disable-gaim" \
+                  "to enable interaction between Gaim and BMPx"    &&
+
 optional_depends  "hal"        "--enable-hal"     "--disable-hal"  \
                   "for enabling the use of HAL in managing storage"

Modified: moonbase/trunk/zbeta/bmpx/DETAILS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DETAILS	2006-09-24 17:39:05 UTC (rev 21567)
+++ moonbase/trunk/zbeta/bmpx/DETAILS	2006-09-24 17:53:49 UTC (rev 21568)
@@ -1,26 +1,15 @@
           MODULE=bmpx
-         VERSION=0.20.3
+         VERSION=0.30.0
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://files.beep-media-player.org/releases/0.20/
-      SOURCE_VFY=sha1:e6c715813bd8f77acbdc8313171420eaa05ac664
+      SOURCE_URL=http://files.beep-media-player.org/releases/0.30/
+      SOURCE_VFY=sha1:12f4bb2a9c022feeabceb9a2bcc75391726cb3bc
         WEB_SITE=http://bmpx.beep-media-player.org/
          ENTERED=20050921
-         UPDATED=20060720
+         UPDATED=20060924
            SHORT="the next-generation Beep Media Player"
 
 cat << EOF
 BMPx is a media player based on the experimental branch/codebase of
 the (now dead) BMP project.  This experimental codebase will eventually
 lead to the release of BMP 2.0.
-
-In general, users of BMP should be familiar with BMPx right from the
-beginning, but there will be new features and usage semantics changes
-as well.  The code has been rewritten ~95% from scratch, including the
-skinning engine and the playback backend.
-
-Features
- - Support for multiple playlists
- - GUI-less player
- - Deamonized running and DBus control
- - Metadata cache
 EOF



More information about the Lunar-commits mailing list