From f2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Jan 2013 00:38:37 -0800 Subject: Thu Jan 3 00:38:37 PST 2013 --- extra/soundtouch/PKGBUILD | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'extra/soundtouch') diff --git a/extra/soundtouch/PKGBUILD b/extra/soundtouch/PKGBUILD index e27054573..40b2c87a4 100644 --- a/extra/soundtouch/PKGBUILD +++ b/extra/soundtouch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 136036 2011-08-21 23:32:17Z eric $ +# $Id: PKGBUILD 174146 2013-01-03 05:00:13Z eric $ # Maintainer: Eric BĂ©langer pkgname=soundtouch -pkgver=1.6.0 +pkgver=1.7.1 pkgrel=1 pkgdesc="An audio processing library" arch=('i686' 'x86_64') @@ -10,22 +10,13 @@ url="http://www.surina.net/soundtouch/" license=('LGPL') depends=('gcc-libs') options=('!libtool') -source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz - soundtouch-1.4.0-mmx-sse-compile-fix.patch - soundtouch-1.4.0-x86_64-asm-broken.patch) -md5sums=('aa1c63d4d67b033f044a6a48d2be5bdd' - '108cd080b4b0ebe8ed1f950ff1315e7a' - '0d856bb5b519b18c6ba3a2e1770bdfd2') -sha1sums=('9871dcbf75a68665a3515bb9dda4727beb0358e7' - '7a245aacadcb3003e73c1c202c8de0ecc09283ac' - '95282cca856b3b8645fadb530ce5eb892074f193') +source=(http://www.surina.net/soundtouch/${pkgname}-${pkgver}.tar.gz) +sha1sums=('8b1a461754853f9c7328571449b7f9b8bd578a89') build() { cd "${srcdir}/${pkgname}" - patch -p1 -i "${srcdir}/soundtouch-1.4.0-mmx-sse-compile-fix.patch" - patch -p1 -i "${srcdir}/soundtouch-1.4.0-x86_64-asm-broken.patch" - [ "${CARCH}" = "x86_64" ] && CONFIGFLAG="--with-pic" + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac ./bootstrap ./configure --prefix=/usr --enable-shared ${CONFIGFLAG} make -- cgit v1.2.3-54-g00ecf