[arch-commits] Commit in mpg123/trunk (PKGBUILD)
Hugo Doria
hugo at archlinux.org
Sat Jun 27 00:19:21 UTC 2009
Date: Friday, June 26, 2009 @ 20:19:21
Author: hugo
Revision: 43647
upgpkg: mpg123 1.8.1-1
Upstream update to 1.8.1
Modified:
mpg123/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-26 20:26:44 UTC (rev 43646)
+++ PKGBUILD 2009-06-27 00:19:21 UTC (rev 43647)
@@ -3,25 +3,25 @@
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=mpg123
-pkgver=1.7.3
+pkgver=1.8.1
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')
depends=('glibc' 'libtool>=2.2' 'alsa-lib')
-makedepends=('esd' 'sdl')
-optdepends=('esd: for additional audio support' 'sdl: for additional audio support')
+makedepends=('esound' 'sdl')
+optdepends=('esound: for additional audio support' 'sdl: for additional audio support')
conflicts=('mpg321')
provides=('mpg321')
replaces=('mpg321')
options=('libtool')
source=(http://downloads.sourceforge.net/sourceforge/mpg123/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2123db16c22a1fe3c5517c1551aa9d8b')
+md5sums=('856893f14b29b1cddf4aba32469860b4')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --with-audio="alsa esd sdl" --enable-ltdl-install=no || return 1
+ ./configure --prefix=/usr --with-audio="alsa esd sdl" || return 1
make || return 1
make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list