From baeabbe1aa0be9246fc618ea2fc75cf8ca096bf4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Aug 2021 16:53:27 +0300 Subject: [PATCH] mpv: use waf tarball --- extra/mpv/build | 8 +++----- extra/mpv/checksums | 2 +- extra/mpv/sources | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/extra/mpv/build b/extra/mpv/build index 701530ec..8a48ddcf 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -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" \ diff --git a/extra/mpv/checksums b/extra/mpv/checksums index 926ecb91..a1817d35 100644 --- a/extra/mpv/checksums +++ b/extra/mpv/checksums @@ -1,3 +1,3 @@ 100a116b9f23bdcda3a596e9f26be3a69f166a4f1d00910d1789b6571c46f3a9 -2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf +841648ed90b13df1dac9ef2dc704fe1fe1cba66f7f0e92ff97f8b15d8d04d967 686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125 diff --git a/extra/mpv/sources b/extra/mpv/sources index b08304b1..d03d2115 100644 --- a/extra/mpv/sources +++ b/extra/mpv/sources @@ -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