mpv: use waf tarball

This commit is contained in:
Dylan Araps 2021-08-25 16:53:27 +03:00
parent c7a9f2fe17
commit baeabbe1aa
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
ln -s waf-2.0.18 waf
# Setup docutils to generate manual pages.
{
cd docutils
@ -19,7 +17,7 @@ ln -s waf-2.0.18 waf
export PYTHONPATH
}
python waf configure \
python waf/waf configure \
--prefix=/usr \
--mandir=/usr/share/man \
--confdir=/etc/mpv \
@ -27,8 +25,8 @@ python waf configure \
--enable-wayland \
--disable-x11
python waf build
python waf install --destdir="$1"
python waf/waf build
python waf/waf install --destdir="$1"
rm -rf \
"$1/usr/share/zsh" \

View File

@ -1,3 +1,3 @@
100a116b9f23bdcda3a596e9f26be3a69f166a4f1d00910d1789b6571c46f3a9
2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf
841648ed90b13df1dac9ef2dc704fe1fe1cba66f7f0e92ff97f8b15d8d04d967
686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125

View File

@ -1,3 +1,3 @@
https://github.com/mpv-player/mpv/archive/vVERSION.tar.gz
https://waf.io/waf-2.0.18
https://waf.io/waf-2.0.22.tar.bz2 waf
https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.17.1.tar.gz docutils