[arch-commits] CVS update of extra/multimedia/bmpx (2 files)

Kevin Piche kevin at archlinux.org
Sun Aug 19 17:13:29 UTC 2007


    Date: Sunday, August 19, 2007 @ 13:13:29
  Author: kevin
    Path: /home/cvs-extra/extra/multimedia/bmpx

Modified: PKGBUILD (1.17 -> 1.18)
 Removed: bmpx-no-notification-error.patch (1.2)

upgpkg: bmpx 0.40.1-1


----------------------------------+
 PKGBUILD                         |   25 +++++++++++--------------
 bmpx-no-notification-error.patch |   14 --------------
 2 files changed, 11 insertions(+), 28 deletions(-)


Index: extra/multimedia/bmpx/PKGBUILD
diff -u extra/multimedia/bmpx/PKGBUILD:1.17 extra/multimedia/bmpx/PKGBUILD:1.18
--- extra/multimedia/bmpx/PKGBUILD:1.17	Thu Jul 26 19:56:06 2007
+++ extra/multimedia/bmpx/PKGBUILD	Sun Aug 19 13:13:29 2007
@@ -1,31 +1,28 @@
-# $Id: PKGBUILD,v 1.17 2007/07/26 23:56:06 dan Exp $
+# $Id: PKGBUILD,v 1.18 2007/08/19 17:13:29 kevin Exp $
 # Maintainer: kevin <kevin at archlinux.org>
 # Contributor: alzen <mynick2(at)gmail(dot)com>
 
 pkgname=bmpx
-pkgver=0.36.1
-pkgrel=3
+pkgver=0.40.1
+pkgrel=1
 pkgdesc="A media player and the successor to BMP"
 arch=(i686 x86_64)
 url="http://beep-media-player.org/"
-depends=('boost' 'dbus-glib' 'fam' 'gstreamer0.10-alsa'
-    'gstreamer0.10-cdparanoia' 'gstreamer0.10-good' 'gstreamer0.10-vorbis'
-    'libglademm' 'librsvg' 'musicbrainz>=2.1.4-2' 'neon' 'taglib'
-    'startup-notification>=0.8' 'heimdal>=0.8.1' 'hal')
-# neon not required but is still in configure script.
+depends=('boost' 'fam' 'gstreamer0.10-alsa' 'gstreamer0.10-cdparanoia'
+	'gstreamer0.10-good' 'gstreamer0.10-vorbis' 'hal' 'libglademm' 'libofa'
+	'librsvg' 'libsexymm' 'libsoup' 'sqlite3' 'startup-notification>=0.8'
+	'taglib')
+# 0.40.0: bmpx provide their own neon and musicbrainz implementation.
 makedepends=('bison' 'flex' 'pkgconfig')
-options=('nolibtool')
+options=('!libtool')
 license=('GPL' 'custom')
 install=bmpx.install
-source=(http://files.beep-media-player.org/releases/0.36/${pkgname}-${pkgver}.tar.bz2
-    bmpx-no-notification-error.patch)
-md5sums=('03a55f8b5b3899f03d71ca9dd681545d' '08934b5f1729c6c57e9990039b8b6162')
+source=(http://files.beep-media-player.org/releases/0.40/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0bcc992610a9c700b2fef4337e194f7a')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-#  patch -Np0 -i ${startdir}/src/bmpx-no-notification-error.patch || return 1
   ./configure --prefix=/usr --enable-amazon --libexecdir=/usr/lib/bmpx
-
   sed -e '/BUILD_BUILDUSER/ s@".*"@"http://www.archlinux.org"@' -i build.h
   make || return 1
   make DESTDIR=${startdir}/pkg install
Index: extra/multimedia/bmpx/bmpx-no-notification-error.patch
diff -u extra/multimedia/bmpx/bmpx-no-notification-error.patch:1.2 extra/multimedia/bmpx/bmpx-no-notification-error.patch:removed
--- extra/multimedia/bmpx/bmpx-no-notification-error.patch:1.2	Sun Aug 27 16:23:40 2006
+++ extra/multimedia/bmpx/bmpx-no-notification-error.patch	Sun Aug 19 13:13:29 2007
@@ -1,14 +0,0 @@
---- src/shell.cpp.orig	2006-08-27 16:03:26.000000000 -0400
-+++ src/shell.cpp	2006-08-27 16:04:15.000000000 -0400
-@@ -1558,11 +1558,6 @@
-       try {
-         notify = new Bmp::Notify (tray_icon);
-       } catch (Bmp::NotifyException& cxe) {
--        bmp_system_control_message_dispatch (bmp_system_control,
--                                             msg_domain_id,
--                                             GTK_MESSAGE_ERROR,
--                                             _("BMP was unable to start and/or connect to notification-daemon."
--                                               "Notification popups will not be available."));
-         notify = 0;
-       }
- #endif




More information about the arch-commits mailing list