From af81de3164042dde097f0e3e882b84154872f13f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 14 Nov 2022 18:10:20 +0100 Subject: mpv: bump to 0.35.0 and switch to meson build system --- extra/mpv/build | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'extra/mpv/build') diff --git a/extra/mpv/build b/extra/mpv/build index d34cc813..84ccc384 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -1,11 +1,13 @@ #!/bin/sh -e -python waf/waf-light configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --confdir=/etc/mpv \ - --enable-alsa \ - --disable-libarchive +export DESTDIR="$1" -python waf/waf-light build -python waf/waf-light install --destdir="$1" +cl-meson \ + --auto-features=auto \ + -Dalsa=enabled \ + -Dx11=disabled \ + -Dlibarchive=disabled \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3