From df207c61b0b46c7d03851154dec7858a32cc122c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 14 Oct 2019 23:06:07 +0300 Subject: [PATCH] mpv: remove dependency on internet connection for build. --- extra/mpv/build | 3 ++- extra/mpv/checksums | 1 + extra/mpv/sources | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/mpv/build b/extra/mpv/build index a58e4267..42ddcf29 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -1,6 +1,7 @@ #!/bin/sh -e -python ./bootstrap.py +ln -s waf-2.0.18 waf + python waf configure \ --prefix=/usr \ --mandir=/usr/share/man \ diff --git a/extra/mpv/checksums b/extra/mpv/checksums index 9d47804f..355bb001 100644 --- a/extra/mpv/checksums +++ b/extra/mpv/checksums @@ -1 +1,2 @@ f9f9d461d1990f9728660b4ccb0e8cb5dce29ccaa6af567bec481b79291ca623 v0.29.1.tar.gz +2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf waf-2.0.18 diff --git a/extra/mpv/sources b/extra/mpv/sources index e63deb18..dc6d6109 100644 --- a/extra/mpv/sources +++ b/extra/mpv/sources @@ -1 +1,2 @@ https://github.com/mpv-player/mpv/archive/v0.29.1.tar.gz +https://waf.io/waf-2.0.18