wok-6.x diff alsaplayer/receipt @ rev 5396
Up: libtool (2.2.6b)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 02 02:54:33 2010 +0000 (2010-05-02) |
parents | 395ec8205cff |
children | 03117e7655ff |
line diff
1.1 --- a/alsaplayer/receipt Sun Feb 28 12:41:24 2010 +0100 1.2 +++ b/alsaplayer/receipt Sun May 02 02:54:33 2010 +0000 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.