wok diff xfmedia/receipt @ rev 9164
Up: libupnp to 1.6.12.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Mar 07 23:14:16 2011 +0000 (2011-03-07) |
parents | f392a3383b55 |
children | b86a62bb9f0c |
line diff
1.1 --- a/xfmedia/receipt Sat Jul 17 12:19:54 2010 +0200 1.2 +++ b/xfmedia/receipt Mon Mar 07 23:14:16 2011 +0000 1.3 @@ -6,8 +6,7 @@ 1.4 SHORT_DESC="Xfce Media Player" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="libxfcegui4 libexo xine-lib xorg-libXss xorg-libXtst taglib" 1.7 -BUILD_DEPENDS="libxfcegui4-dev libexo-dev xine-lib-dev xorg-libXss-dev \ 1.8 -xorg-scrnsaverproto xcb-util-dev util-linux-ng-uuid-dev" 1.9 +BUILD_DEPENDS="exo util-linux-ng-uuid intltool" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://spuriousinterrupt.org/projects/xfmedia" 1.12 WGET_URL="http://spuriousinterrupt.org/files/xfmedia/xfmedia-0.9.2.tar.bz2" 1.13 @@ -16,6 +15,9 @@ 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 + patch -Np1 -i $stuff/xfmedia-dbus-0.6-support.patch 1.18 + patch -Np1 -i $stuff/xfmedia-empty-prev-next-fix.patch 1.19 + patch -Np1 -i $stuff/xfmedia-exo-0.6.patch 1.20 ./configure \ 1.21 --prefix=/usr \ 1.22 --sysconfdir=/etc \ 1.23 @@ -23,7 +25,7 @@ 1.24 --disable-startup-notification \ 1.25 $CONFIGURE_ARGS || return 1 1.26 sed -i 's/define HAVE_XSCREENSAVER_EXTENSION .*/undef HAVE_XSCREENSAVER_EXTENSION/' config.h 1.27 - make && make DESTDIR=$PWD/_pkg install 1.28 + make && make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.