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

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Nov 26 00:27:36 CET 2007


Author: v3rt1g0
Date: 2007-11-26 00:27:36 +0100 (Mon, 26 Nov 2007)
New Revision: 26917

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

   * Finally trying to bring this horribly broken module up to
     date.  This module finally compiles.  I'm getting a runtime expection
     [others are not so YMMV] for which I've filed a bugreport with bmpx for
     (actually appended on to an existing one).
   * new depends on libsexymm.

  compiled/tested: gcc-4.1.2 | glibc-2.7 | kernel headers 2.6.23


Modified: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD	2007-11-25 23:03:46 UTC (rev 26916)
+++ moonbase/trunk/zbeta/bmpx/BUILD	2007-11-25 23:27:36 UTC (rev 26917)
@@ -1,6 +1,11 @@
 (
 
-  OPTS="$OPTS --disable-profile --disable-debug"
+  # Disable debug and add some boost hints to help the compile along
+  OPTS="$OPTS --disable-profile --disable-debug     \
+              --with-boost-filesystem=gcc41-1_34_1  \
+              --with-boost-regex=gcc41-1_34_1       \
+              --with-boost-iostreams=gcc41-1_34_1"
+  export CXXFLAGS="$CXXFLAGS -I/usr/include/boost-1_34_1"
 
   default_build  &&
 

Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS	2007-11-25 23:03:46 UTC (rev 26916)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS	2007-11-25 23:27:36 UTC (rev 26917)
@@ -1,36 +1,31 @@
-depends  boost       &&
-depends  dbus-glib   &&
-depends  taglib      &&
-depends  neon        &&
-depends  gamin       &&
-depends  libglademm  &&
-depends  sqlite      &&
-depends  gst-plugins-base  &&
-depends  libmusicbrainz    &&
+depends  boost
+depends  dbus-glib
+depends  taglib
+depends  neon
+depends  gamin
+depends  libglademm
+depends  sqlite
+depends  libsexymm
+depends  gst-plugins-base
+depends  libmusicbrainz
 
 optional_depends  "gst-plugins-good"  ""  ""                    \
-                  "for additional media support (recommended)"  &&
+                  "for additional media support (recommended)"
 
 optional_depends  "gst-plugins-ugly"  ""  ""                    \
-                  "for additional media support"                &&
+                  "for additional media support"
 
 optional_depends  "gst-plugins-bad"   ""  ""                    \
-                  "for additional media support"                &&
+                  "for additional media support"
 
+optional_depends  "cdparanoia"        ""  ""                    \
+                  "for additional CD ripping support"
+
 optional_depends  "startup-notification"  "--enable-sn"  "--disable-sn"  \
-                  "for window manager startup notification support"      &&
+                  "for window manager startup notification support"
 
 optional_depends  "libSM"      "--enable-sm"      "--disable-sm"   \
-                  "for Session Mangement support (XOrg 7.x only)"  &&
+                  "for Session Mangement support"
 
-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  "libofa"    "--enable-ofa"      "--disable-ofa"  \
-                  "to enable an enhanced way to help tag music"    &&
-
 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	2007-11-25 23:03:46 UTC (rev 26916)
+++ moonbase/trunk/zbeta/bmpx/DETAILS	2007-11-25 23:27:36 UTC (rev 26917)
@@ -1,12 +1,13 @@
           MODULE=bmpx
-         VERSION=0.36.1
+         VERSION=0.40.13
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://files.beep-media-player.org/releases/0.36/
-      SOURCE_VFY=sha1:d1f798038add19b95f292e16cbfe88e91f02034a
+      SOURCE_URL=http://files.beep-media-player.org/releases/0.40/
+      SOURCE_VFY=sha1:3327baa8f13f8411a15ebafd0112b9ba8623c0ef
         WEB_SITE=http://bmpx.beep-media-player.org/
          ENTERED=20050921
-         UPDATED=20061214
+         UPDATED=20071125
            SHORT="the next-generation Beep Media Player"
+           PSAFE=no
 
 cat << EOF
 BMPx is a media player based on the experimental branch/codebase of



More information about the Lunar-commits mailing list