wok diff audacious/receipt @ rev 20124
w3m: use imlib2
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 15 01:56:59 2017 +0200 (2017-10-15) |
parents | 7f39549720b8 |
children | a78610b2eb47 |
line diff
1.1 --- a/audacious/receipt Mon Jul 04 14:47:05 2016 +0300 1.2 +++ b/audacious/receipt Sun Oct 15 01:56:59 2017 +0200 1.3 @@ -6,18 +6,20 @@ 1.4 SHORT_DESC="Music player like xmms" 1.5 MAINTAINER="mimas@slitaz.org" 1.6 LICENSE="GPL" 1.7 +WEB_SITE="http://audacious-media-player.org/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 -WEB_SITE="http://audacious-media-player.org/" 1.10 WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" 1.11 TAGS="music audio player mp3 ogg" 1.12 1.13 DEPENDS="gtk+3 libmowgli libmcs dbus-glib xorg-libXdamage libxml2 libsamplerate" 1.14 -BUILD_DEPENDS="gtk+3-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev dbus-glib-dev libxml2-dev libsamplerate-dev" 1.15 +BUILD_DEPENDS="gtk+3-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev \ 1.16 +dbus-glib-dev libxml2-dev libsamplerate-dev" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 sed -i "s/touch -t 0001010000 /touch /g" configure 1.22 + 1.23 ./configure \ 1.24 --prefix=/usr \ 1.25 --infodir=/usr/share/info \ 1.26 @@ -26,8 +28,6 @@ 1.27 $CONFIGURE_ARGS && 1.28 make && 1.29 make DESTDIR=$DESTDIR install 1.30 - 1.31 - cook_compress_manpages 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 @@ -40,4 +40,3 @@ 1.36 tar -xzf $stuff/Skins.tar.gz -C $fs/usr/share/$PACKAGE 1.37 find $fs/usr/share/audacious/Skins/Default -type f -exec chmod a-x \{\} \; 1.38 } 1.39 -