wok diff audacious-plugins/receipt @ rev 3973

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 27 11:36:57 2009 +0200 (2009-08-27)
parents c348ac291a32
children a8ca1e0896fe
line diff
     1.1 --- a/audacious-plugins/receipt	Thu Mar 26 11:10:24 2009 +0000
     1.2 +++ b/audacious-plugins/receipt	Thu Aug 27 11:36:57 2009 +0200
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audacious-plugins"
     1.7 -VERSION="1.5.1"
     1.8 +VERSION="2.0.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Plugins for audacious music player"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 -DEPENDS="audacious neon libogg libvorbis alsa-lib lame flac dbus-glib"
    1.13 -BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev"
    1.14 -TARBALL="$PACKAGE-$VERSION.tbz2"
    1.15 +DEPENDS="audacious curl libxml2 libogg libvorbis alsa-lib lame flac dbus-glib taglib libsndfile libcdio libmad"
    1.16 +BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev libmad-dev libmad"
    1.17 +TARBALL="$PACKAGE-$VERSION.tgz"
    1.18  WEB_SITE="http://audacious-media-player.org/"
    1.19  WGET_URL="http://distfiles.atheme.org/$TARBALL"
    1.20  
    1.21 @@ -15,11 +15,18 @@
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25 +	sed -i "s/touch -t 0001010000 /touch /g" configure
    1.26  	./configure \
    1.27  		--prefix=/usr \
    1.28  		--infodir=/usr/share/info \
    1.29  		--mandir=/usr/share/man \
    1.30  		--disable-sse2 \
    1.31 +		--enable-chardet \
    1.32 +		--disable-esd --disable-pulse --disable-icecast \
    1.33 +		--disable-jack --disable-timidity --disable-evdevplug \
    1.34 +		--disable-rocklight  --disable-lirc  \
    1.35 +		--disable-bluetooth --disable-paranormal \
    1.36 +		--disable-projectm --disable-projectm-1.0 \
    1.37  		$CONFIGURE_ARGS &&
    1.38  	make &&
    1.39  	make DESTDIR=$PWD/_pkg install