From 4f6d9902b070f711532de625ce69ee988d73a949 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 31 Oct 2013 00:29:10 +0000 Subject: [PATCH] extra/wavpack to 4.70.0-2 --- extra/wavpack/PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/extra/wavpack/PKGBUILD b/extra/wavpack/PKGBUILD index 93e1269b6..e34e781da 100644 --- a/extra/wavpack/PKGBUILD +++ b/extra/wavpack/PKGBUILD @@ -1,26 +1,23 @@ # $Id$ -# Maintainer: -# Contributor: François Charette -# Contributor: Shinlun Hsieh -# Contributor: Michal Hybner +# Maintainer: Eric Bélanger # ALARM: Kevin Mihelich # - changed configure line from --enable-mmx to --disable-mmx pkgname=wavpack pkgver=4.70.0 -pkgrel=1 +pkgrel=2 pkgdesc="Audio compression format with lossless, lossy and hybrid compression modes" arch=('i686' 'x86_64') url="http://www.wavpack.com/" license=('BSD') depends=('glibc') -source=("http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2") +source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2) sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1') build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --disable-mmx + ./configure --prefix=/usr --libdir=/usr/lib --disable-mmx make }