wok-stable diff alsaplayer/receipt @ rev 12361

gtk+: update bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 13 15:59:58 2012 +0100 (2012-12-13)
parents 03117e7655ff
children
line diff
     1.1 --- a/alsaplayer/receipt	Mon Nov 08 22:56:00 2010 +0000
     1.2 +++ b/alsaplayer/receipt	Thu Dec 13 15:59:58 2012 +0100
     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 &&