From 39e662ccfbe62ae77d458159d192816171a22f43 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Mar 2012 00:01:28 +0000 Subject: Thu Mar 22 00:01:28 UTC 2012 --- extra/mpg123/PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'extra/mpg123') diff --git a/extra/mpg123/PKGBUILD b/extra/mpg123/PKGBUILD index d50d65ecd..22eeeb6b8 100644 --- a/extra/mpg123/PKGBUILD +++ b/extra/mpg123/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 146606 2012-01-14 04:08:48Z eric $ +# $Id: PKGBUILD 153957 2012-03-21 03:38:39Z eric $ # Maintainer: Eric BĂ©langer 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 @@ optdepends=('sdl: for sdl audio support' '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 } -- cgit v1.2.3-54-g00ecf