# HG changeset patch # User Eric Joseph-Alexandre # Date 1305640963 -7200 # Node ID dc9eda924af6facea78a07a3950c2eac0a73e4c9 # Parent c614eb046326896dbfa2bd1ed57e050980912b11 audacious-plugins: Fix BD diff -r c614eb046326 -r dc9eda924af6 audacious-plugins/receipt --- a/audacious-plugins/receipt Tue May 17 15:27:51 2011 +0200 +++ b/audacious-plugins/receipt Tue May 17 16:02:43 2011 +0200 @@ -5,18 +5,22 @@ CATEGORY="multimedia" SHORT_DESC="Plugins for audacious music player" MAINTAINER="mimas@slitaz.org" -DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile libcdio libmad curl taglib libcomerr3" -BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev libmad-dev libmad dbus-glib-dev" SUGGESTED="lame faad2 neon libmms" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://audacious-media-player.org/" WGET_URL="http://distfiles.atheme.org/$TARBALL" +DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile libcdio libmad curl taglib libcomerr3" +BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev \ + libmowgli-dev alsa-lib-dev lame-dev libmad-dev libmad dbus-glib-dev \ + libmcs-dev libsamplerate-dev " + # Rules to configure and make the package. compile_rules() { cd $src sed -i "s/touch -t 0001010000 /touch /g" configure +#XML_CFLAGS=-I/usr/include/libxml2 ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -31,7 +35,7 @@ --disable-ffaudio --disable-mtp_up \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -39,7 +43,6 @@ { mkdir -p $fs/usr/share/locale cp -a $_pkg/usr/lib $fs/usr - #cp -a $_pkg/usr/share/audacious $fs/usr/share cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale }