[arch-commits] Commit in mpg123/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Jan 14 04:08:21 UTC 2012


    Date: Friday, January 13, 2012 @ 23:08:20
  Author: eric
Revision: 146605

upgpkg: mpg123 1.13.4-2

Built with --enable-int-quality (close FS#27901), Add oss output plugin, Change libtool depends to libltdl

Modified:
  mpg123/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-14 02:04:54 UTC (rev 146604)
+++ PKGBUILD	2012-01-14 04:08:20 UTC (rev 146605)
@@ -3,12 +3,12 @@
 
 pkgname=mpg123
 pkgver=1.13.4
-pkgrel=1
+pkgrel=2
 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"
 license=('GPL2' 'LGPL2.1')
-depends=('libtool' 'alsa-lib')
+depends=('libltdl' 'alsa-lib')
 makedepends=('sdl' 'jack' 'libpulse')
 optdepends=('sdl: for sdl audio support'
             'jack: for jack audio support'
@@ -17,12 +17,11 @@
 provides=('mpg321')
 options=('libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('073620b3938c4cb9c4f70e8fe3e114b8')
 sha1sums=('7fe195db9fe708c487a1d47a66e6e68d9b8e7a6e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-audio="alsa sdl jack pulse"
+  ./configure --prefix=/usr --enable-int-quality --with-audio="alsa oss sdl jack pulse"
   make
 }
 




More information about the arch-commits mailing list