aboutsummaryrefslogtreecommitdiff
path: root/extra/mpv
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mpv')
-rwxr-xr-xextra/mpv/build18
-rw-r--r--extra/mpv/checksums3
-rw-r--r--extra/mpv/depends5
-rw-r--r--extra/mpv/sources3
-rw-r--r--extra/mpv/version2
5 files changed, 14 insertions, 17 deletions
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
diff --git a/extra/mpv/checksums b/extra/mpv/checksums
index 0b655635..3d6bfa76 100644
--- a/extra/mpv/checksums
+++ b/extra/mpv/checksums
@@ -1,3 +1,2 @@
%BLAKE3
-7ab4565febac3f8dd63d27f575f33750837b75cc84371af026946b71a3b202a7 v0.34.0.tar.gz
-44ab81b619dcff9f3d7846a416365f692d46b08fccc35311029bc3fa2e70e018 waf-2.0.22.tar.bz2
+12c395ac044fbe9d032fa45a0607877e2c8dbf63728fb2bef59b1d3a52ff8474 v0.36.0.tar.gz
diff --git a/extra/mpv/depends b/extra/mpv/depends
index 334650cf..0824b900 100644
--- a/extra/mpv/depends
+++ b/extra/mpv/depends
@@ -2,8 +2,5 @@ alsa-lib
ffmpeg
freetype-harfbuzz
libass
-libXScrnSaver
-libXinerama
-libXrandr
mesa
-python make
+meson make
diff --git a/extra/mpv/sources b/extra/mpv/sources
index 507b39ea..51180b90 100644
--- a/extra/mpv/sources
+++ b/extra/mpv/sources
@@ -1,2 +1 @@
-https://github.com/mpv-player/mpv/archive/v0.34.0.tar.gz
-https://waf.io/waf-2.0.22.tar.bz2 waf
+https://github.com/mpv-player/mpv/archive/v0.36.0.tar.gz
diff --git a/extra/mpv/version b/extra/mpv/version
index 2fb8f038..a8833f1b 100644
--- a/extra/mpv/version
+++ b/extra/mpv/version
@@ -1 +1 @@
-0.34.0 1
+0.36.0 1