From bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 31 Mar 2013 00:42:46 -0700 Subject: Sun Mar 31 00:42:46 PDT 2013 --- community/goobox/PKGBUILD | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'community/goobox/PKGBUILD') diff --git a/community/goobox/PKGBUILD b/community/goobox/PKGBUILD index 191467d22..bf14a8002 100644 --- a/community/goobox/PKGBUILD +++ b/community/goobox/PKGBUILD @@ -1,30 +1,27 @@ -# $Id: PKGBUILD 79409 2012-11-04 15:53:30Z bgyorgy $ +# $Id: PKGBUILD 87383 2013-03-30 13:01:13Z bgyorgy $ # Maintainer: Balló György pkgname=goobox -pkgver=3.0.1 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc="CD player and ripper for GNOME" arch=('i686' 'x86_64') url="http://people.gnome.org/~paobac/goobox/" license=('GPL') -depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 'xdg-utils') -makedepends=('gconf' 'intltool' 'gnome-doc-utils') -optdepends=('gstreamer0.10-good-plugins: rip CDs into flac and wav format') +depends=('gst-plugins-base' 'brasero' 'libmusicbrainz5' 'libdiscid' 'libcoverart' 'libnotify' 'xdg-utils') +makedepends=('intltool' 'itstool') +optdepends=('gst-plugins-good: rip CDs into flac and wav formats') install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - fix-notifications.patch) -sha256sums=('344351ab8a9aee9e1c7f490e84c972a0df57eec5b44d31247c7ef268bf4cb60e' - '41f1307c271ee003d2e7435d6e9a7c5f72d3668ce0cc50842769c34f97c7fe99') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('0bd5c31d53635588f46ad4d254866ff74356caee5edb45c1a3bce9c754cc6cb6') build() { cd "$srcdir/$pkgname-$pkgver" - # https://bugzilla.gnome.org/show_bug.cgi?id=674121 - patch -Np1 -i "$srcdir/fix-notifications.patch" + sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' configure{,.ac} ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --disable-scrollkeeper --disable-schemas-compile + --disable-static --disable-schemas-compile make } -- cgit v1.2.3-54-g00ecf