wok diff mpv/receipt @ rev 19466
Up: libgsf (1.14.40), goffice (0.10.32), gnumeric (1.12.32).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 25 01:28:09 2016 +0300 (2016-10-25) |
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 Oct 25 01:28:09 2016 +0300 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 \