Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0a55c88f079ca185d8886e941339be277f131939
commit 0a55c88f079ca185d8886e941339be277f131939 Author: crazy <[EMAIL PROTECTED]> Date: Mon Dec 10 02:01:18 2007 +0100 bmpx-0.40.13-2-i686 * release bump * rebuild with boost * added an patch to fix the build diff --git a/source/xmultimedia-extra/bmpx/FrugalBuild b/source/xmultimedia-extra/bmpx/FrugalBuild index 7ab8554..1d2b0ac 100644 --- a/source/xmultimedia-extra/bmpx/FrugalBuild +++ b/source/xmultimedia-extra/bmpx/FrugalBuild @@ -4,15 +4,15 @@ pkgname=bmpx pkgver=0.40.13 basever=0.40 -pkgrel=1 +pkgrel=2 pkgdesc="A media player that features support for specifications like XDS DnD, XSPF and DBus." url="http://bmpx.beep-media-player.org" depends=('libsidplay' 'gamin' 'alsa-lib' 'dbus>=1.0.0-2' 'dbus-glib' 'libglademm>=2.6.3-2' 'hal>=0.5.8.1' \ 'libsoup' 'icu>=3.8' 'db>=4.5.20' 'libmodplug' 'sqlite3' 'taglib' 'freetype2' 'librsvg' 'startup-notification' \ 'gst-plugins-base>=0.10.10-4' 'gst-plugins-base-alsa>=0.10.10-4' 'gst-plugins-base-oil>=0.10.10-4' \ - 'gst-plugins-base-cdparanoia>=0.10.10-4' 'boost>=1.34.0-4' 'libofa>=0.9.3-2' 'cdparanoia' \ + 'gst-plugins-base-cdparanoia>=0.10.10-4' 'libboost-mt>=1.34.1' 'libofa>=0.9.3-2' 'cdparanoia' \ 'libsexymm' 'libsexy' 'bzip2' 'e2fsprogs') -makedepends=('flex' 'bison' 'gzip' 'zip' 'firefox' 'perl-xml' 'intltool') +makedepends=('flex' 'bison' 'gzip' 'zip' 'firefox' 'perl-xml' 'intltool' 'boost>=1.34.1') rodepends=('gst-ffmpeg>=0.10.1-4' 'gst-plugins-good-flac>=0.10.4-5' 'gst-plugins-ugly-mad>=0.10.4-2' \ 'gst-plugins-bad-faad2>=0.10.3-5' 'gst-plugins-bad-musepack>=0.10.3-5' 'gst-plugins-bad>=0.10.3-5' \ 'gst-plugins-good>=0.10.4-5' 'gst-plugins-ugly>=0.10.4-2' 'gst-plugins-bad-mms>=0.10.3-5' \ @@ -22,9 +22,10 @@ groups=('xmultimedia-extra') archs=('i686' 'x86_64') up2date="lynx -dump 'http://bmpx.beep-media-player.org/site/Downloads'|grep -m1 '.tar.bz2'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://files.beep-media-player.org/releases/$basever/$pkgname-$pkgver.tar.bz2 \ - 01-fw_builduser.patch) + 01-fw_builduser.patch compile-fix.patch) sha1sums=('3327baa8f13f8411a15ebafd0112b9ba8623c0ef' \ - 'a8aabe4db10959e488ffdc38881c88a7cd72855e') + 'a8aabe4db10959e488ffdc38881c88a7cd72855e' \ + '92c7eea5204f4f3ac55f52e682cf6f1033ce858b') subpkgs=("$pkgname-lastfm-firefox-plugin") subdescs=("Firefox LastFM plugin for $pkgname") @@ -45,11 +46,7 @@ build() --enable-modplug \ --enable-sn \ --enable-sm \ - --with-tr1 \ - --with-boost-filesystem="boost_filesystem-gcc42-mt" \ - --with-boost-regex="boost_regex-gcc42-mt" \ - --with-boost-iostreams="boost_iostreams-gcc42-mt" \ - ##--enable-debug# + --with-tr1 make || Fdie Fmakeinstall ## ff plugin diff --git a/source/xmultimedia-extra/bmpx/compile-fix.patch b/source/xmultimedia-extra/bmpx/compile-fix.patch new file mode 100644 index 0000000..931d512 --- /dev/null +++ b/source/xmultimedia-extra/bmpx/compile-fix.patch @@ -0,0 +1,12 @@ +diff -Naur bmpx-0.40.13/src/sanity.cc bmpx-0.40.13-p/src/sanity.cc +--- bmpx-0.40.13/src/sanity.cc 2007-10-18 19:17:08.000000000 +0200 ++++ bmpx-0.40.13-p/src/sanity.cc 2007-12-10 01:32:37.000000000 +0100 +@@ -69,7 +69,7 @@ + } + + C_FUNCTION +-gchar * ++const gchar * + sanity_check_gtk (void) + { + return gtk_check_version (GTK_REQUIRED_MAJOR_VER, _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
