aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextra/mpv/build11
-rw-r--r--extra/mpv/checksums2
-rw-r--r--extra/mpv/sources2
3 files changed, 7 insertions, 8 deletions
diff --git a/extra/mpv/build b/extra/mpv/build
index c7307dc8..d34cc813 100755
--- a/extra/mpv/build
+++ b/extra/mpv/build
@@ -1,12 +1,11 @@
#!/bin/sh -e
-ln -s waf-2.0.18 waf
-
-python waf configure \
+python waf/waf-light configure \
--prefix=/usr \
--mandir=/usr/share/man \
--confdir=/etc/mpv \
- --enable-alsa
+ --enable-alsa \
+ --disable-libarchive
-python waf build
-python waf install --destdir="$1"
+python waf/waf-light build
+python waf/waf-light install --destdir="$1"
diff --git a/extra/mpv/checksums b/extra/mpv/checksums
index dfce4d28..c75d33db 100644
--- a/extra/mpv/checksums
+++ b/extra/mpv/checksums
@@ -1,2 +1,2 @@
100a116b9f23bdcda3a596e9f26be3a69f166a4f1d00910d1789b6571c46f3a9 v0.33.1.tar.gz
-2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf waf-2.0.18
+841648ed90b13df1dac9ef2dc704fe1fe1cba66f7f0e92ff97f8b15d8d04d967 waf-2.0.22.tar.bz2
diff --git a/extra/mpv/sources b/extra/mpv/sources
index 0c3bd28e..6b73bd52 100644
--- a/extra/mpv/sources
+++ b/extra/mpv/sources
@@ -1,2 +1,2 @@
https://github.com/mpv-player/mpv/archive/v0.33.1.tar.gz
-https://waf.io/waf-2.0.18
+https://waf.io/waf-2.0.22.tar.bz2 waf