wok-4.x rev 12342
alsaplayer: enable flac
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Oct 17 17:03:00 2012 +0000 (2012-10-17) |
parents | d62d3167eb00 |
children | 176e5cd6fb16 |
files | alsaplayer/receipt |
line diff
1.1 --- a/alsaplayer/receipt Tue Oct 16 02:03:44 2012 +0000 1.2 +++ b/alsaplayer/receipt Wed Oct 17 17:03:00 2012 +0000 1.3 @@ -6,12 +6,12 @@ 1.4 SHORT_DESC="Alsa GTK+ PCM player." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+ alsa-lib libmad libogg libvorbis xorg-libXdamage" 1.7 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev libogg-dev libvorbis-dev" 1.8 -SUGGESTED="alsaplayer-scopes libid3tag" 1.9 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev libogg-dev libvorbis-dev flac-dev" 1.10 +SUGGESTED="alsaplayer-scopes libid3tag flac" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.alsaplayer.org/" 1.13 WGET_URL="http://www.alsaplayer.org/$TARBALL" 1.14 -TAGS="music audio player mp3 ogg" 1.15 +TAGS="music audio player mp3 ogg flac" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -23,7 +23,7 @@ 1.20 --infodir=/usr/share/info \ 1.21 --mandir=/usr/share/man \ 1.22 --enable-gtk2 \ 1.23 - --disable-flac \ 1.24 + --enable-flac \ 1.25 --disable-jack \ 1.26 --disable-esd \ 1.27 $CONFIGURE_ARGS &&