wok rev 973

Up: mpg123 (1.4.3)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 30 12:17:48 2008 +0200 (2008-06-30)
parents 145381edd2dc
children 6d5a7118a980
files mpg123/receipt
line diff
     1.1 --- a/mpg123/receipt	Mon Jun 30 12:17:40 2008 +0200
     1.2 +++ b/mpg123/receipt	Mon Jun 30 12:17:48 2008 +0200
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpg123"
     1.7 -VERSION="1.4.2"
     1.8 +VERSION="1.4.3"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Command line audi player and streamer"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="alsa-lib"
    1.13 +BUILD_DEPENDS="alsa-lib-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.mpg123.de/"
    1.16  WGET_URL="http://www.mpg123.de/download/$TARBALL"
    1.17 @@ -18,6 +19,9 @@
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20  		--mandir=/usr/share/man \
    1.21 +		--with-audio=alsa \
    1.22 +		--with-default-audio=alsa \
    1.23 +		--with-seektable=0 \
    1.24  		$CONFIGURE_ARGS
    1.25  	make
    1.26  	make DESTDIR=$PWD/_pkg install