wok-4.x rev 11314
Up: audacious (3.1), add: mpg123-dev, fix: add mp3 and aac decoders
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Nov 16 05:53:53 2011 +0000 (2011-11-16) |
parents | ebf45342566b |
children | 6eab12d5efa9 |
files | audacious-dev/receipt audacious-plugins/receipt audacious/receipt mpg123/receipt |
line diff
1.1 --- a/audacious-dev/receipt Wed Nov 16 11:55:27 2011 +0800 1.2 +++ b/audacious-dev/receipt Wed Nov 16 05:53:53 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audacious-dev" 1.7 -VERSION="3.0.4" 1.8 +VERSION="3.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Music player like xmms" 1.11 WEB_SITE="http://audacious-media-player.org/"
2.1 --- a/audacious-plugins/receipt Wed Nov 16 11:55:27 2011 +0800 2.2 +++ b/audacious-plugins/receipt Wed Nov 16 05:53:53 2011 +0000 2.3 @@ -1,19 +1,20 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="audacious-plugins" 2.7 -VERSION="3.0.4" 2.8 +VERSION="3.1" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Plugins for audacious music player" 2.11 MAINTAINER="mimas@slitaz.org" 2.12 -SUGGESTED="lame faad2 neon libmms" 2.13 +SUGGESTED="lame neon libmms" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WEB_SITE="http://audacious-media-player.org/" 2.16 WGET_URL="http://distfiles.atheme.org/$TARBALL" 2.17 2.18 -DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile libcdio libmad curl taglib libcomerr3" 2.19 +DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile \ 2.20 + libcdio libmad curl taglib libcomerr3 mpg123 faad2" 2.21 BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev \ 2.22 libmowgli-dev alsa-lib-dev lame-dev libmad-dev libmad dbus-glib-dev \ 2.23 - libmcs-dev libsamplerate-dev " 2.24 + libmcs-dev libsamplerate-dev mpg123-dev faad2-dev" 2.25 2.26 # Rules to configure and make the package. 2.27 compile_rules()
3.1 --- a/audacious/receipt Wed Nov 16 11:55:27 2011 +0800 3.2 +++ b/audacious/receipt Wed Nov 16 05:53:53 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="audacious" 3.7 -VERSION="3.0.4" 3.8 +VERSION="3.1" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Music player like xmms" 3.11 MAINTAINER="mimas@slitaz.org"
4.1 --- a/mpg123/receipt Wed Nov 16 11:55:27 2011 +0800 4.2 +++ b/mpg123/receipt Wed Nov 16 05:53:53 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="mpg123" 4.7 -VERSION="1.13.3" 4.8 +VERSION="1.13.4" 4.9 CATEGORY="multimedia" 4.10 SHORT_DESC="Command line audio player and streamer" 4.11 MAINTAINER="pankso@slitaz.org" 4.12 @@ -31,5 +31,6 @@ 4.13 mkdir -p $fs/usr/lib 4.14 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.15 cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib 4.16 + cp -a $_pkg/usr/include $fs/usr 4.17 cp -a $_pkg/usr/bin $fs/usr 4.18 }