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

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Jun 18 03:44:57 UTC 2006


Author: v3rt1g0
Date: 2006-06-18 03:44:56 +0000 (Sun, 18 Jun 2006)
New Revision: 20440

Modified:
   moonbase/trunk/zbeta/bmpx/DEPENDS
   moonbase/trunk/zbeta/bmpx/DETAILS
Log:
  Module Version Bump: bmpx (0.14.4 -> 0.20pre1)

   * major version bump.  rewritten in c++.  Major depends tweaks
     because of that rewrite.
   * even though this is a pre-release it is considered just as "stable"
     as the 0.14.4 release according to deadchip (author), it just lacks
     some of the new features that will be in final the 0.20 release.
   * the .bmp-2.0/ directory is no longer used, instead the standard
     .local/ and .config/ are where related dotfiles are now kept.

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


Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS	2006-06-17 22:16:51 UTC (rev 20439)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS	2006-06-18 03:44:56 UTC (rev 20440)
@@ -1,9 +1,12 @@
-depends  libglade2  &&
-depends  taglib     &&
-depends  %FAM       &&
-depends  neon       &&
-depends  libmusicbrainz    &&
+depends  boost       &&
+depends  dbus        &&
+depends  taglib      &&
+depends  neon        &&
+depends  %FAM        &&
+depends  libglademm  &&
+depends  sqlite      &&
 depends  gst-plugins-base  &&
+depends  libmusicbrainz    &&
 
 optional_depends  "gst-plugins-good"  ""  ""                       \
                   "for additional media support (recommended)"     &&
@@ -14,14 +17,8 @@
 optional_depends  "gst-plugins-bad"   ""  ""                       \
                   "for additional media support"                   &&
 
-optional_depends  "dbus"    "--enable-dbus"    "--disable-dbus"    \
-                  "for a DBus remote interface"                    &&
-
 optional_depends  "startup-notification"  "--enable-sn"  "--disable-sn"   \
                   "for window manager startup notification support"       &&
 
-optional_depends  "GConf2"  "--enable-gconf"   "--disable-gconf"          \
-                  "for GConf-based app configuration setting storage"     &&
-
 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-06-17 22:16:51 UTC (rev 20439)
+++ moonbase/trunk/zbeta/bmpx/DETAILS	2006-06-18 03:44:56 UTC (rev 20440)
@@ -1,11 +1,11 @@
           MODULE=bmpx
-         VERSION=0.14.4
+         VERSION=0.20pre1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/beepmp/
-      SOURCE_VFY=sha1:2ceb4d3c6f935d94a16584bba3ee560ae7653c1e
-        WEB_SITE=http://www.beep-media-player.org/
+      SOURCE_VFY=sha1:da4bd7eea235f9d6beacb5eca38b8991513f52ae
+        WEB_SITE=http://bmpx.beep-media-player.org/
          ENTERED=20050921
-         UPDATED=20060503
+         UPDATED=20060617
            SHORT="the next-generation Beep Media Player"
 
 cat << EOF



More information about the Lunar-commits mailing list