aboutsummaryrefslogtreecommitdiff
path: root/extra/mpv
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mpv')
-rwxr-xr-xextra/mpv/build17
-rw-r--r--extra/mpv/checksums4
-rw-r--r--extra/mpv/depends5
-rw-r--r--extra/mpv/meta3
-rw-r--r--extra/mpv/sources3
-rw-r--r--extra/mpv/version2
6 files changed, 17 insertions, 17 deletions
diff --git a/extra/mpv/build b/extra/mpv/build
index c7307dc8..84ccc384 100755
--- a/extra/mpv/build
+++ b/extra/mpv/build
@@ -1,12 +1,13 @@
#!/bin/sh -e
-ln -s waf-2.0.18 waf
+export DESTDIR="$1"
-python waf configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --confdir=/etc/mpv \
- --enable-alsa
+cl-meson \
+ --auto-features=auto \
+ -Dalsa=enabled \
+ -Dx11=disabled \
+ -Dlibarchive=disabled \
+ . output
-python waf build
-python waf install --destdir="$1"
+ninja -C output
+ninja -C output install
diff --git a/extra/mpv/checksums b/extra/mpv/checksums
index dfce4d28..3d6bfa76 100644
--- a/extra/mpv/checksums
+++ b/extra/mpv/checksums
@@ -1,2 +1,2 @@
-100a116b9f23bdcda3a596e9f26be3a69f166a4f1d00910d1789b6571c46f3a9 v0.33.1.tar.gz
-2e0cf83a63843da127610420cef1d3126f1187d8e572b6b3a28052fc2250d4bf waf-2.0.18
+%BLAKE3
+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/meta b/extra/mpv/meta
new file mode 100644
index 00000000..01b4f5f0
--- /dev/null
+++ b/extra/mpv/meta
@@ -0,0 +1,3 @@
+description: Simplistic video player
+license: GPL-2.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/mpv/sources b/extra/mpv/sources
index 0c3bd28e..51180b90 100644
--- a/extra/mpv/sources
+++ b/extra/mpv/sources
@@ -1,2 +1 @@
-https://github.com/mpv-player/mpv/archive/v0.33.1.tar.gz
-https://waf.io/waf-2.0.18
+https://github.com/mpv-player/mpv/archive/v0.36.0.tar.gz
diff --git a/extra/mpv/version b/extra/mpv/version
index 472281f6..a8833f1b 100644
--- a/extra/mpv/version
+++ b/extra/mpv/version
@@ -1 +1 @@
-0.33.1 1
+0.36.0 1