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

Eric Bélanger eric at archlinux.org
Sun Feb 20 21:15:22 UTC 2011


    Date: Sunday, February 20, 2011 @ 16:15:21
  Author: eric
Revision: 110641

upgpkg: mpg123 1.13.2-1
Upstream update, Added jack and pulse audio plugin

Modified:
  mpg123/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-20 21:01:27 UTC (rev 110640)
+++ PKGBUILD	2011-02-20 21:15:21 UTC (rev 110641)
@@ -1,28 +1,30 @@
 # $Id$
-# Maintainer: Hugo Doria <hugo at archlinux.org>
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=mpg123
-pkgver=1.13.1
+pkgver=1.13.2
 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"
 license=('GPL2' 'LGPL2.1')
 depends=('glibc' 'libtool' 'alsa-lib')
-makedepends=('esound' 'sdl')
-optdepends=('esound: for additional audio support' 'sdl: for additional audio support')
+makedepends=('esound' 'sdl' 'jack' 'libpulse')
+optdepends=('esound: for esd audio support'
+            'sdl: for sdl audio support'
+            'jack: for jack audio support'
+            'libpulse: for pulse audio support')
 conflicts=('mpg321')
 provides=('mpg321')
 replaces=('mpg321')
 options=('libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('edbbcca96871d2c7357fa96a8b661304')
-sha1sums=('d4d791bec46eef9bd9823d1b1b4e47d1c10b94c6')
+md5sums=('7cb959877d205f89215a32bf446f5737')
+sha1sums=('31a9c27f5fa80f930dbe598846c847f9b35d9dc3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-audio="alsa esd sdl"
+  ./configure --prefix=/usr --with-audio="alsa esd sdl jack pulse"
   make
 }
 




More information about the arch-commits mailing list