wok diff xfmedia/receipt @ rev 18601

Up tazlito(391)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 16 01:32:56 2015 +0200 (2015-11-16)
parents 380ffe05937a
children 0c95118e9932
line diff
     1.1 --- a/xfmedia/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/xfmedia/receipt	Mon Nov 16 01:32:56 2015 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://spuriousinterrupt.org/projects/xfmedia"
     1.7 -WGET_URL="http://spuriousinterrupt.org/files/xfmedia/xfmedia-0.9.2.tar.bz2"
     1.8 +WGET_URL="http://spuriousinterrupt.org/files/xfmedia/$TARBALL"
     1.9  
    1.10  DEPENDS="libxfcegui4 libexo xine-lib xorg-libXss xorg-libXtst taglib libexo startup-notification"
    1.11  BUILD_DEPENDS="libexo-dev util-linux-uuid-dev xine-lib-dev intltool libxfcegui4-dev \
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	sed -i 's/return xine_trick_mode.*/return 0;/' src/xfmedia-xine.c
    1.18  	patch -Np1 -i $stuff/xfmedia-dbus-0.6-support.patch
    1.19  	patch -Np1 -i $stuff/xfmedia-empty-prev-next-fix.patch
    1.20 @@ -49,4 +48,3 @@
    1.21  	# Strip evrythings
    1.22  	find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;
    1.23  }
    1.24 -