diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 23:42:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 23:42:58 +0300 |
commit | a3894e5b7bfd3a24a65124f9d8cccc558c56dac9 (patch) | |
tree | d0264d99404896508a284cb3c15f0e5c705cb803 /extra/mpv | |
parent | 45bad23159b1ee46c815b389da3db1859351f68d (diff) | |
download | repository-a3894e5b7bfd3a24a65124f9d8cccc558c56dac9.tar.gz |
mpv: disable libarchive, use waf from source
Diffstat (limited to 'extra/mpv')
-rwxr-xr-x | extra/mpv/build | 11 | ||||
-rw-r--r-- | extra/mpv/checksums | 2 | ||||
-rw-r--r-- | extra/mpv/sources | 2 |
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 |