mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
mpv: use waf tarball
This commit is contained in:
parent
c7a9f2fe17
commit
baeabbe1aa
@ -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" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
100a116b9f23bdcda3a596e9f26be3a69f166a4f1d00910d1789b6571c46f3a9
|
||||
2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf
|
||||
841648ed90b13df1dac9ef2dc704fe1fe1cba66f7f0e92ff97f8b15d8d04d967
|
||||
686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user