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

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Mar 19 20:18:45 UTC 2006


Author: v3rt1g0
Date: 2006-03-19 20:18:44 +0000 (Sun, 19 Mar 2006)
New Revision: 19321

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

   * version bump, mainly bugfixes
   * %FAM is now possible again so made that change
   * GConf support is back as well... if there are still problems,
     just answer no to the gconf question.

  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-19 20:12:52 UTC (rev 19320)
+++ moonbase/trunk/zbeta/bmpx/BUILD	2006-03-19 20:18:44 UTC (rev 19321)
@@ -1,7 +1,6 @@
 (
 
-  # gconf is broken on the 0.14rc2 release
-  OPTS="$OPTS --enable-amazon --with-x  --enable-debug  --disable-gconf"
+  OPTS="$OPTS --enable-amazon"
 
   default_build
 

Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS	2006-03-19 20:12:52 UTC (rev 19320)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS	2006-03-19 20:18:44 UTC (rev 19321)
@@ -1,7 +1,7 @@
 depends  libglade2  &&
 depends  taglib     &&
 depends  curl       &&
-depends  gamin      &&
+depends  %FAM       &&
 depends  neon       &&
 depends  libmusicbrainz    &&
 depends  gst-plugins-base  &&
@@ -10,7 +10,7 @@
                   "for additional media support (recommended)"     &&
 
 optional_depends  "gst-plugins-ugly"  ""  ""                       \
-                  "for additional media support (including MP3)"   &&
+                  "for additional media support"                   &&
 
 optional_depends  "gst-plugins-bad"   ""  ""                       \
                   "for additional media support"                   &&
@@ -21,9 +21,8 @@
 optional_depends  "startup-notification"  "--enable-sn"  "--disable-sn"   \
                   "for window manager startup notification support"       &&
 
-# Broken on the 0.14_rc2 release
-#optional_depends  "GConf2"  "--enable-gconf"   "--disable-gconf"          \
-#                  "for GConf-based app configuration setting storage"     &&
+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-19 20:12:52 UTC (rev 19320)
+++ moonbase/trunk/zbeta/bmpx/DETAILS	2006-03-19 20:18:44 UTC (rev 19321)
@@ -1,11 +1,11 @@
           MODULE=bmpx
-         VERSION=0.14_rc2
+         VERSION=0.14.1.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/beepmp/
-      SOURCE_VFY=sha1:88addcdf5864ed6df38c47b48a5363260c5da0d7
+      SOURCE_VFY=sha1:aa3635e9fa64342011f318c86985c02dbba4b8c5
         WEB_SITE=http://www.beep-media-player.org/
          ENTERED=20050921
-         UPDATED=20060312
+         UPDATED=20060319
            SHORT="the next-generation Beep Media Player"
 
 cat << EOF



More information about the Lunar-commits mailing list