multimedia/mpv: Use waf version 1.9.8 supported by upstream.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2017-06-13 23:54:09 +02:00 committed by Willy Sudiarto Raharjo
parent 47c6642c6b
commit e41a9eb991
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cp $CWD/waf-1.9.11 $PRGNAM-$VERSION/waf
cp $CWD/waf-1.9.8 $PRGNAM-$VERSION/waf
chmod +x $PRGNAM-$VERSION/waf
cd $PRGNAM-$VERSION
chown -R root:root .

View File

@ -2,9 +2,9 @@ PRGNAM="mpv"
VERSION="0.25.0"
HOMEPAGE="https://mpv.io/"
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.25.0/mpv-0.25.0.tar.gz \
https://waf.io/waf-1.9.11"
https://waf.io/waf-1.9.8"
MD5SUM="73b3d233c3b4428d0cfd5491c5cb6c41 \
f8ab3bb19c31f77b3b6706ffc8e6dd54"
fbb646eafa430f959743010c85e269be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg libass docutils"