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

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Sep 25 19:09:20 UTC 2006


Author: v3rt1g0
Date: 2006-09-25 19:09:20 +0000 (Mon, 25 Sep 2006)
New Revision: 21583

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

   * fixes a bug where icecast would crash when internet connection
     was lost
   * minor other bug fixes in both the code and the UI
   * playback backend is more self-healing on errors
   * updated man page and translations
   * for now, added the firefox plugin bmp.xpi in the doc directory.
     this can be installed as a user with the command:
     'firefox /usr/share/doc/bmpx/xpi/bmp.xpi'

  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-25 16:00:28 UTC (rev 21582)
+++ moonbase/trunk/zbeta/bmpx/BUILD	2006-09-25 19:09:20 UTC (rev 21583)
@@ -3,6 +3,10 @@
   # python is disabled for now because of a build-time issue
   OPTS="$OPTS --disable-profile --disable-debug  --disable-python"
 
-  default_build
+  default_build  &&
 
+  # drop the firefox plugin (handler for lastfm:// URIs) on the
+  # filesystem for now.  Maybe later I'll get more fancy
+  gather_docs xpi/bmp.xpi
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/zbeta/bmpx/DETAILS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DETAILS	2006-09-25 16:00:28 UTC (rev 21582)
+++ moonbase/trunk/zbeta/bmpx/DETAILS	2006-09-25 19:09:20 UTC (rev 21583)
@@ -1,15 +1,18 @@
           MODULE=bmpx
-         VERSION=0.30.0
+         VERSION=0.30.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://files.beep-media-player.org/releases/0.30/
-      SOURCE_VFY=sha1:12f4bb2a9c022feeabceb9a2bcc75391726cb3bc
+      SOURCE_VFY=sha1:b1e6568f63777229de7f0c38f2c79da87b3c61ee
         WEB_SITE=http://bmpx.beep-media-player.org/
          ENTERED=20050921
-         UPDATED=20060924
+         UPDATED=20060925
            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.
+
+Features include CD ripper, tag editor, Shoutcast/Icecast radio and
+Last.FM (tracking and player) support.
 EOF



More information about the Lunar-commits mailing list