wok-next rev 3485
Up: audacious, fix DEPENDS, BUILD_DEPENDS, compile options
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Jun 17 16:24:10 2009 +0000 (2009-06-17) |
parents | 4f0ee4a28c91 |
children | f3d6821277c2 |
files | audacious/receipt |
line diff
1.1 --- a/audacious/receipt Wed Jun 17 19:20:37 2009 +0200 1.2 +++ b/audacious/receipt Wed Jun 17 16:24:10 2009 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audacious" 1.7 -VERSION="1.5.1" 1.8 +VERSION="2.0.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Music player like xmms" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 -DEPENDS="gtk+ libmowgli libmcs dbus xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev libmowgli-dev libmcs-dev dbus-dev" 1.14 -TARBALL="$PACKAGE-$VERSION.tbz2" 1.15 +DEPENDS="gtk+ libmowgli libmcs dbus xorg-libXdamage libxml2 libsamplerate" 1.16 +BUILD_DEPENDS="gtk+-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev libxml2-dev libsamplerate-dev" 1.17 +TARBALL="$PACKAGE-$VERSION.tgz" 1.18 WEB_SITE="http://audacious-media-player.org/" 1.19 WGET_URL="http://distfiles.atheme.org/$TARBALL" 1.20 1.21 @@ -15,11 +15,13 @@ 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 + sed -i "s/touch -t 0001010000 /touch /g" configure 1.26 ./configure \ 1.27 --prefix=/usr \ 1.28 --infodir=/usr/share/info \ 1.29 --mandir=/usr/share/man \ 1.30 --disable-sse2 \ 1.31 + --enable-samplerate \ 1.32 $CONFIGURE_ARGS 1.33 make 1.34 make DESTDIR=$PWD/_pkg install 1.35 @@ -32,5 +34,6 @@ 1.36 cp -a $_pkg/usr/bin $fs/usr 1.37 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ 1.38 cp -a $_pkg/usr/share/audacious $fs/usr/share 1.39 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.40 } 1.41