wok-undigest rev 1142

Add: audacious (3.6): back to gtk2! (it needs the new GCC to compile, so it's early for cooking wok)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 13 14:16:30 2015 +0200 (2015-03-13)
parents 3cdbf45eef89
children 028ac58285c0
files audacious-dev/receipt audacious-plugins/receipt audacious/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/audacious-dev/receipt	Fri Mar 13 14:16:30 2015 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="audacious-dev"
     1.7 +VERSION="3.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Audacious development files"
    1.10 +WEB_SITE="http://audacious-media-player.org/"
    1.11 +MAINTAINER="mimas@slitaz.org"
    1.12 +LICENSE="GPL"
    1.13 +WANTED="audacious"
    1.14 +
    1.15 +DEPENDS="pkg-config libguess-dev"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/audacious-plugins/receipt	Fri Mar 13 14:16:30 2015 +0200
     2.3 @@ -0,0 +1,40 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="audacious-plugins"
     2.7 +VERSION="3.6"
     2.8 +CATEGORY="multimedia"
     2.9 +SHORT_DESC="Plugins for audacious music player"
    2.10 +MAINTAINER="mimas@slitaz.org"
    2.11 +LICENSE="MIT"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://audacious-media-player.org/"
    2.14 +WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL"
    2.15 +
    2.16 +SUGGESTED="curl faad2 ffmpeg flac fluidsynth jack-audio-connection-kit lame \
    2.17 +libcddb libcdio libcue libmad libmms libmodplug libnotify libsamplerate \
    2.18 +libsndfile libvorbis lirc mpg123 neon taglib wavpack"
    2.19 +DEPENDS="alsa-lib dbus-glib"
    2.20 +BUILD_DEPENDS="gtk+-dev audacious-dev libguess-dev zlib-dev mpg123-dev \
    2.21 +dbus-glib-dev lirc-dev xorg-libXcomposite-dev libnotify-dev libvorbis-dev \
    2.22 +flac-dev wavpack-dev faad2-dev libsndfile-dev libmodplug-dev ffmpeg-dev \
    2.23 +jack-audio-connection-kit-dev alsa-lib-dev fluidsynth-dev libcdio-dev \
    2.24 +libcddb-dev curl-dev neon-dev libmms-dev libcue-dev lame-dev libsamplerate-dev"
    2.25 +
    2.26 +# Rules to configure and make the package.
    2.27 +compile_rules()
    2.28 +{
    2.29 +	./configure \
    2.30 +		--prefix=/usr \
    2.31 +		--sysconfdir=/etc \
    2.32 +		--localstatedir=/var \
    2.33 +		$CONFIGURE_ARGS &&
    2.34 +	make &&
    2.35 +	make DESTDIR=$DESTDIR install
    2.36 +}
    2.37 +
    2.38 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.39 +genpkg_rules()
    2.40 +{
    2.41 +	cp -a $install/usr $fs
    2.42 +	rm -rf $fs/usr/share/locale
    2.43 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/audacious/receipt	Fri Mar 13 14:16:30 2015 +0200
     3.3 @@ -0,0 +1,38 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="audacious"
     3.7 +VERSION="3.6"
     3.8 +CATEGORY="multimedia"
     3.9 +SHORT_DESC="Audacious is a versatile and handy multi platform media player"
    3.10 +MAINTAINER="mimas@slitaz.org"
    3.11 +LICENSE="GPL"
    3.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.13 +WEB_SITE="http://audacious-media-player.org/"
    3.14 +WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL"
    3.15 +TAGS="music audio player mp3 ogg m4a"
    3.16 +
    3.17 +DEPENDS="gtk+ libguess audacious-plugins"
    3.18 +BUILD_DEPENDS="gtk+-dev libguess-dev"
    3.19 +
    3.20 +# Rules to configure and make the package.
    3.21 +compile_rules()
    3.22 +{
    3.23 +	TPUT=/bin/true ./configure \
    3.24 +		--prefix=/usr \
    3.25 +		--sysconfdir=/etc \
    3.26 +		--localstatedir=/var \
    3.27 +		--with-buildstamp="SliTaz" \
    3.28 +		$CONFIGURE_ARGS &&
    3.29 +	make build_env=host &&
    3.30 +	make DESTDIR=$DESTDIR install
    3.31 +}
    3.32 +
    3.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.34 +genpkg_rules()
    3.35 +{
    3.36 +	mkdir -p $fs/usr/share $fs/usr/lib $fs/usr/bin
    3.37 +	cp -a $install/usr/bin $fs/usr
    3.38 +	cp -a $install/usr/lib/*.so* $fs/usr/lib/
    3.39 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    3.40 +	cp -a $install/usr/share/icons $fs/usr/share
    3.41 +}