wok-next diff mpg123/receipt @ rev 1041
busybox: back to 1.10.3 (cpio in 1.11.0 can't unpack rootfs.gz)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 11 19:36:20 2008 +0000 (2008-07-11) |
parents | 8086d3586b5f |
children | cde7fa93f1d6 |
line diff
1.1 --- a/mpg123/receipt Fri May 16 08:36:59 2008 +0000 1.2 +++ b/mpg123/receipt Fri Jul 11 19:36:20 2008 +0000 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