# HG changeset patch # User Rohit Joshi # Date 1245255997 0 # Node ID 1f45b489d489f13612de65af736dd3717e755027 # Parent f3d6821277c224496e9847a5fb8b759b78c7834b Up: audacious-plugins, fix: receipt, compile-options (and mp3 works now) diff -r f3d6821277c2 -r 1f45b489d489 audacious-plugins/receipt --- a/audacious-plugins/receipt Wed Jun 17 16:25:14 2009 +0000 +++ b/audacious-plugins/receipt Wed Jun 17 16:26:37 2009 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="audacious-plugins" -VERSION="1.5.1" +VERSION="2.0.1" CATEGORY="multimedia" SHORT_DESC="Plugins for audacious music player" MAINTAINER="mimas@slitaz.org" -DEPENDS="audacious neon libogg libvorbis alsa-lib lame flac dbus-glib" -BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev" -TARBALL="$PACKAGE-$VERSION.tbz2" +DEPENDS="audacious curl libxml2 libogg libvorbis alsa-lib lame flac dbus-glib taglib libsndfile libcdio libmad" +BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev libmad-dev libmad" +TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://audacious-media-player.org/" WGET_URL="http://distfiles.atheme.org/$TARBALL" @@ -15,11 +15,18 @@ compile_rules() { cd $src + sed -i "s/touch -t 0001010000 /touch /g" configure ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --disable-sse2 \ + --enable-chardet \ + --disable-esd --disable-pulse --disable-icecast \ + --disable-jack --disable-timidity --disable-evdevplug \ + --disable-rocklight --disable-lirc \ + --disable-bluetooth --disable-paranormal \ + --disable-projectm --disable-projectm-1.0 \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install