wok rev 9911

audacious-plugins: Fix BD
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 16:02:43 2011 +0200 (2011-05-17)
parents c614eb046326
children 71f4fc338a5e
files audacious-plugins/receipt
line diff
     1.1 --- a/audacious-plugins/receipt	Tue May 17 15:27:51 2011 +0200
     1.2 +++ b/audacious-plugins/receipt	Tue May 17 16:02:43 2011 +0200
     1.3 @@ -5,18 +5,22 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Plugins for audacious music player"
     1.6  MAINTAINER="mimas@slitaz.org"
     1.7 -DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile libcdio libmad curl taglib libcomerr3"
     1.8 -BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev libmad-dev libmad dbus-glib-dev"
     1.9  SUGGESTED="lame faad2 neon libmms"
    1.10  TARBALL="$PACKAGE-$VERSION.tgz"
    1.11  WEB_SITE="http://audacious-media-player.org/"
    1.12  WGET_URL="http://distfiles.atheme.org/$TARBALL"
    1.13  
    1.14 +DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile libcdio libmad curl taglib libcomerr3"
    1.15 +BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev \
    1.16 + libmowgli-dev alsa-lib-dev lame-dev libmad-dev libmad dbus-glib-dev \
    1.17 + libmcs-dev libsamplerate-dev  "
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23  	sed -i "s/touch -t 0001010000 /touch /g" configure
    1.24 +#XML_CFLAGS=-I/usr/include/libxml2 
    1.25  	./configure \
    1.26  		--prefix=/usr \
    1.27  		--infodir=/usr/share/info \
    1.28 @@ -31,7 +35,7 @@
    1.29  		--disable-ffaudio --disable-mtp_up \
    1.30  		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32 -	make DESTDIR=$PWD/_pkg install
    1.33 +	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 @@ -39,7 +43,6 @@
    1.38  {
    1.39  	mkdir -p $fs/usr/share/locale
    1.40  	cp -a $_pkg/usr/lib $fs/usr
    1.41 -	#cp -a $_pkg/usr/share/audacious $fs/usr/share
    1.42  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.43  }
    1.44