summaryrefslogtreecommitdiff
path: root/community/goobox/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
commit9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch)
tree06520d9024b40745b94f02d0d3419386e6496863 /community/goobox/PKGBUILD
parent6cc893589a6bd208f2b7711f985e17df7a6df816 (diff)
parenta86ff663185661ee304bb1f6d00d982102dd706d (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/goobox/PKGBUILD')
-rw-r--r--community/goobox/PKGBUILD23
1 files changed, 10 insertions, 13 deletions
diff --git a/community/goobox/PKGBUILD b/community/goobox/PKGBUILD
index 79957b933..aa8f02b51 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 <ballogyor+arch at gmail dot com>
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' 'mips64el')
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
}