Date: Tuesday, March 20, 2012 @ 23:36:20 Author: eric Revision: 153956
upgpkg: mpg123 1.13.6-1 Upstream update, Remove libtool files (close FS#28719) Modified: mpg123/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-21 03:08:38 UTC (rev 153955) +++ PKGBUILD 2012-03-21 03:36:20 UTC (rev 153956) @@ -2,8 +2,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=mpg123 -pkgver=1.13.4 -pkgrel=2 +pkgver=1.13.6 +pkgrel=1 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/mpg123" @@ -15,13 +15,15 @@ 'libpulse: for pulse audio support') conflicts=('mpg321') provides=('mpg321') -options=('libtool') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('7fe195db9fe708c487a1d47a66e6e68d9b8e7a6e') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) +sha1sums=('61ae9edb105d4051858fe636fb2e54bd275cdfd9' + '19ac8fb68b499fba0167c242ee8d6af79b4a8dff') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-int-quality --with-audio="alsa oss sdl jack pulse" + ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \ + --with-audio="alsa oss sdl jack pulse" make }
