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

Eric Bélanger eric at archlinux.org
Tue Aug 2 21:54:35 UTC 2011


    Date: Tuesday, August 2, 2011 @ 17:54:35
  Author: eric
Revision: 134321

upgpkg: mpg123 1.13.3-2
Remove esound support

Modified:
  mpg123/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-02 21:30:48 UTC (rev 134320)
+++ PKGBUILD	2011-08-02 21:54:35 UTC (rev 134321)
@@ -3,15 +3,14 @@
 
 pkgname=mpg123
 pkgver=1.13.3
-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')
-makedepends=('esound' 'sdl' 'jack' 'libpulse')
-optdepends=('esound: for esd audio support'
-            'sdl: for sdl audio support'
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
             'jack: for jack audio support'
             'libpulse: for pulse audio support')
 conflicts=('mpg321')
@@ -23,7 +22,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-audio="alsa esd sdl jack pulse"
+  ./configure --prefix=/usr --with-audio="alsa sdl jack pulse"
   make
 }
 




More information about the arch-commits mailing list