# HG changeset patch # User Alexander Medvedev # Date 1321422833 0 # Node ID d2ef09868bdbf4b039e0e102dce95ed7dbb0a601 # Parent ebf45342566bfdad1dd2367a0a7e6c208296cf40 Up: audacious (3.1), add: mpg123-dev, fix: add mp3 and aac decoders diff -r ebf45342566b -r d2ef09868bdb audacious-dev/receipt --- a/audacious-dev/receipt Wed Nov 16 11:55:27 2011 +0800 +++ b/audacious-dev/receipt Wed Nov 16 05:53:53 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="audacious-dev" -VERSION="3.0.4" +VERSION="3.1" CATEGORY="multimedia" SHORT_DESC="Music player like xmms" WEB_SITE="http://audacious-media-player.org/" diff -r ebf45342566b -r d2ef09868bdb audacious-plugins/receipt --- a/audacious-plugins/receipt Wed Nov 16 11:55:27 2011 +0800 +++ b/audacious-plugins/receipt Wed Nov 16 05:53:53 2011 +0000 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="audacious-plugins" -VERSION="3.0.4" +VERSION="3.1" CATEGORY="multimedia" SHORT_DESC="Plugins for audacious music player" MAINTAINER="mimas@slitaz.org" -SUGGESTED="lame faad2 neon libmms" +SUGGESTED="lame neon libmms" TARBALL="$PACKAGE-$VERSION.tar.gz" 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" +DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile \ + libcdio libmad curl taglib libcomerr3 mpg123 faad2" 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 " + libmcs-dev libsamplerate-dev mpg123-dev faad2-dev" # Rules to configure and make the package. compile_rules() diff -r ebf45342566b -r d2ef09868bdb audacious/receipt --- a/audacious/receipt Wed Nov 16 11:55:27 2011 +0800 +++ b/audacious/receipt Wed Nov 16 05:53:53 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="audacious" -VERSION="3.0.4" +VERSION="3.1" CATEGORY="multimedia" SHORT_DESC="Music player like xmms" MAINTAINER="mimas@slitaz.org" diff -r ebf45342566b -r d2ef09868bdb mpg123/receipt --- a/mpg123/receipt Wed Nov 16 11:55:27 2011 +0800 +++ b/mpg123/receipt Wed Nov 16 05:53:53 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mpg123" -VERSION="1.13.3" +VERSION="1.13.4" CATEGORY="multimedia" SHORT_DESC="Command line audio player and streamer" MAINTAINER="pankso@slitaz.org" @@ -31,5 +31,6 @@ mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr cp -a $_pkg/usr/bin $fs/usr }