wok-6.x diff xfmedia/receipt @ rev 19221
Up pcre (8.39); add pcre2 (10.21).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jun 18 19:48:35 2016 +0300 (2016-06-18) |
parents | 380ffe05937a |
children | 0c95118e9932 |
line diff
1.1 --- a/xfmedia/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/xfmedia/receipt Sat Jun 18 19:48:35 2016 +0300 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 -