wok-stable rev 4512

Up:Audacious, dev and plugins ; improve receipt
author Rohit Joshi <jozee@slitaz.org>
date Wed Nov 25 10:51:12 2009 +0000 (2009-11-25)
parents b1b311195e79
children 81f59d88ba12
files audacious-dev/receipt audacious-plugins/receipt audacious/receipt audacious/stuff/Skins.tar.gz
line diff
     1.1 --- a/audacious-dev/receipt	Mon Nov 23 22:36:39 2009 +0100
     1.2 +++ b/audacious-dev/receipt	Wed Nov 25 10:51:12 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audacious-dev"
     1.7 -VERSION="2.0.1"
     1.8 +VERSION="2.2"
     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	Mon Nov 23 22:36:39 2009 +0100
     2.2 +++ b/audacious-plugins/receipt	Wed Nov 25 10:51:12 2009 +0000
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="audacious-plugins"
     2.7 -VERSION="2.0.1"
     2.8 +VERSION="2.2"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="Plugins for audacious music player"
    2.11  MAINTAINER="mimas@slitaz.org"
    2.12 -DEPENDS="audacious curl libxml2 libogg libvorbis alsa-lib lame flac dbus-glib taglib libsndfile libcdio libmad"
    2.13 +DEPENDS="audacious libxml2 libogg libvorbis alsa-lib  flac dbus-glib  libsndfile libcdio libmad"
    2.14  BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev libmad-dev libmad"
    2.15 +SUGGESTED="curl taglib lame"
    2.16  TARBALL="$PACKAGE-$VERSION.tgz"
    2.17  WEB_SITE="http://audacious-media-player.org/"
    2.18  WGET_URL="http://distfiles.atheme.org/$TARBALL"
    2.19 @@ -27,6 +28,7 @@
    2.20  		--disable-rocklight  --disable-lirc  \
    2.21  		--disable-bluetooth --disable-paranormal \
    2.22  		--disable-projectm --disable-projectm-1.0 \
    2.23 +		--disable-ffaudio --disable-mtp_up \
    2.24  		$CONFIGURE_ARGS &&
    2.25  	make &&
    2.26  	make DESTDIR=$PWD/_pkg install
     3.1 --- a/audacious/receipt	Mon Nov 23 22:36:39 2009 +0100
     3.2 +++ b/audacious/receipt	Wed Nov 25 10:51:12 2009 +0000
     3.3 @@ -1,11 +1,11 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="audacious"
     3.7 -VERSION="2.0.1"
     3.8 +VERSION="2.2"
     3.9  CATEGORY="multimedia"
    3.10  SHORT_DESC="Music player like xmms"
    3.11  MAINTAINER="mimas@slitaz.org"
    3.12 -DEPENDS="gtk+ libmowgli libmcs dbus xorg-libXdamage libxml2 libsamplerate"
    3.13 +DEPENDS="gtk+ libmowgli libmcs dbus xorg-libXdamage libxml2 libsamplerate audacious-plugins"
    3.14  BUILD_DEPENDS="gtk+-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev libxml2-dev libsamplerate-dev"
    3.15  TARBALL="$PACKAGE-$VERSION.tgz"
    3.16  WEB_SITE="http://audacious-media-player.org/"
    3.17 @@ -34,7 +34,8 @@
    3.18  	mkdir -p $fs/usr/share $fs/usr/lib
    3.19  	cp -a $_pkg/usr/bin $fs/usr
    3.20  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
    3.21 -	cp -a $_pkg/usr/share/audacious $fs/usr/share
    3.22 +	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    3.23  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    3.24 +	tar -xzf stuff/Skins.tar.gz -C $fs/usr/share/$PACKAGE
    3.25  }
    3.26  
     4.1 Binary file audacious/stuff/Skins.tar.gz has changed