wok diff mpv/receipt @ rev 19495

Up cryptsetup (1.7.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 15 15:25:39 2016 +0100 (2016-11-15)
parents 0809d6ddb06f
children b05fba2ec312
line diff
     1.1 --- a/mpv/receipt	Sun Mar 01 20:25:52 2015 +0100
     1.2 +++ b/mpv/receipt	Tue Nov 15 15:25:39 2016 +0100
     1.3 @@ -9,6 +9,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://mpv.io"
     1.6  WGET_URL="https://github.com/mpv-player/mpv/archive/v$VERSION.tar.gz"
     1.7 +WAFTOOL="waf-1.8.4"
     1.8 +EXTRA_SOURCE_FILES="$WAFTOOL"
     1.9  
    1.10  DEPENDS="xorg-server xorg-libXv xorg-libXinerama xorg-libXss util-linux-uuid \
    1.11  alsa-lib enca fribidi libass lua ffmpeg"
    1.12 @@ -18,6 +20,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	[ -s $SOURCES_REPOSITORY/$WAFTOOL ] || wget -P $SOURCES_REPOSITORY \
    1.17 +		http://www.freehackers.org/~tnagy/release/$WAFTOOL
    1.18 +	install -m 755 $SOURCES_REPOSITORY/$WAFTOOL waf
    1.19  	./bootstrap.py
    1.20  	./waf configure \
    1.21  		--prefix=/usr \