wok rev 5119

alsaplayer: remove flac and esound dep
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 20 20:00:58 2010 +0100 (2010-03-20)
parents df3481dad238
children 3b94cfd89314
files alsaplayer/receipt
line diff
     1.1 --- a/alsaplayer/receipt	Sat Mar 20 19:13:47 2010 +0100
     1.2 +++ b/alsaplayer/receipt	Sat Mar 20 20:00:58 2010 +0100
     1.3 @@ -5,9 +5,9 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Alsa GTK+ PCM player."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ alsa-lib libmad libogg libvorbis xorg-libXdamage esound libsndfile"
     1.8 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev flac-dev libogg-dev libvorbis-dev"
     1.9 -SUGGESTED="alsaplayer-scopes libid3tag flac"
    1.10 +DEPENDS="gtk+ alsa-lib libmad libogg libvorbis xorg-libXdamage"
    1.11 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev libogg-dev libvorbis-dev"
    1.12 +SUGGESTED="alsaplayer-scopes libid3tag"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.alsaplayer.org/"
    1.15  WGET_URL="http://www.alsaplayer.org/$TARBALL"
    1.16 @@ -24,6 +24,9 @@
    1.17  		--infodir=/usr/share/info \
    1.18  		--mandir=/usr/share/man \
    1.19  		--enable-gtk2 \
    1.20 +		--disable-flac \
    1.21 +		--disable-jack \
    1.22 +		--disable-esd \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25  	# Chmod install-sh to avoid install error.