summaryrefslogtreecommitdiff
path: root/extra/libmad/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-08 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-08 23:15:20 +0000
commit54b7119c36756b86ea463649ee972cd6c1ce5863 (patch)
tree973aa8caa4f7be614c973b0c56390bd5c61ba985 /extra/libmad/PKGBUILD
parent0dee03071a0643c3ee5820afa3c694dcef71d385 (diff)
Wed Feb 8 23:15:20 UTC 2012
Diffstat (limited to 'extra/libmad/PKGBUILD')
-rw-r--r--extra/libmad/PKGBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/extra/libmad/PKGBUILD b/extra/libmad/PKGBUILD
index 842fbe930..30339145a 100644
--- a/extra/libmad/PKGBUILD
+++ b/extra/libmad/PKGBUILD
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD 120663 2011-04-25 21:54:20Z eric $
+# $Id: PKGBUILD 149402 2012-02-07 14:56:23Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=libmad
pkgver=0.15.1b
-pkgrel=5
+pkgrel=6
pkgdesc="A high-quality MPEG audio decoder"
arch=('i686' 'x86_64')
url="http://www.underbit.com/products/mad/"
license=('GPL')
depends=('glibc')
-makedepends=('autoconf')
-replaces=('mad')
-conflicts=('mad')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz{,.sign}
libmad.patch amd64-64bit.diff frame_length.diff optimize.diff)
-md5sums=('1be543bc30c56fb6bea1d7bf6a64e66c'
- 'fbcca0267a423bae45389666f4cb04d5'
- '8d8bd64a2842dd59153b3a6642059e23'
- '3329b032118a68e18908197e65b3198d'
- '3e52afe2103f367810a18bef9e82eb9f')
+sha1sums=('cac19cd00e1a907f3150cc040ccc077783496d76'
+ '24c44ac7c96dca472e7305a7e59f1efd921a3499'
+ '5e7369c77de2329f6542ffc4f633eec5a5245091'
+ '97eba307b3343d5ba8938d59ec8f2c4b7449ae17'
+ 'b9c61ecacc6a6d47425d66f33327e0634cd8a33c'
+ '3d5b958244ef0395ccdcb00344f2cf301ca07e34')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"