summaryrefslogtreecommitdiff
path: root/community/xmms-volnorm
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
commitf24ad15758f8eebcc46cb0c210f888491869d3f0 (patch)
tree85c74dd33e056502de7a306161d28f5b15b274c2 /community/xmms-volnorm
parent5f4568c7f7ba204bc047d2c74a5721f23024b339 (diff)
parent636ce8849a9c82c1787c2919ffcfe6685cb799d3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/darkstat/PKGBUILD community/dbmail/PKGBUILD community/dvdisaster/PKGBUILD community/epic4/PKGBUILD community/fb-client/PKGBUILD community/fcrackzip/PKGBUILD community/fdupes/PKGBUILD community/flobopuyo/PKGBUILD community/intel-tbb/PKGBUILD community/openbsd-netcat/PKGBUILD community/sunpinyin/PKGBUILD community/tinc/PKGBUILD community/uudeview/PKGBUILD community/zathura/PKGBUILD core/libedit/PKGBUILD core/mkinitcpio-busybox/PKGBUILD core/openssl/PKGBUILD core/util-linux/PKGBUILD extra/lua/PKGBUILD gnome-unstable/pidgin/PKGBUILD testing/openssl/PKGBUILD testing/sudo/PKGBUILD testing/udev/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'community/xmms-volnorm')
-rw-r--r--community/xmms-volnorm/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/xmms-volnorm/PKGBUILD b/community/xmms-volnorm/PKGBUILD
index 8b2f6b3f7..8251d3eab 100644
--- a/community/xmms-volnorm/PKGBUILD
+++ b/community/xmms-volnorm/PKGBUILD
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD 18019 2010-05-29 09:10:47Z ebelanger $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: forest76 <forestt@poczta.onet.pl>
+# $Id: PKGBUILD 67715 2012-03-14 08:23:40Z ebelanger $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=xmms-volnorm
pkgver=0.8.3
-pkgrel=4
+pkgrel=5
pkgdesc="A XMMS plug-in to normalize the volume"
arch=('i686' 'x86_64' 'mips64el')
url="http://volnorm.sourceforge.net/"
license=('GPL')
+depends=('xmms')
+groups=('xmms-plugins')
options=('!libtool')
-depends=('glibc' 'xmms')
-groups=('xmms-plugins' 'xmms-effect-plugins')
source=(http://downloads.sourceforge.net/volnorm/volnorm-${pkgver}.tar.gz)
-md5sums=('369e6b814143a94ff4d6666734e6af9a')
sha1sums=('6c5ba86aed257514c6f94febeea1668f1b18a04d')
build() {
cd "${srcdir}/volnorm-${pkgver}"
./configure --prefix=/usr
- make || return 1
+ make
}
package() {