aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpv/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2023-07-24 16:05:26 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 08:13:39 +0700
commit3bbf69ea1c9eb943365bf5349a8ea0b926e27bfa (patch)
treeab6036b6726328cb307f7ae249ff5bcc393f4616 /multimedia/mpv/README
parent07b90e70e54829e445a96bd7ed38c05d0aa09dde (diff)
multimedia/mpv: Updated for version 0.36.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mpv/README')
-rw-r--r--multimedia/mpv/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README
index 53a1ef7469711..56ded2b4c9749 100644
--- a/multimedia/mpv/README
+++ b/multimedia/mpv/README
@@ -26,9 +26,14 @@ For example, to enable support for OpenAL and SDL2 (both disabled
by default) as well as to disable javascript support (normally
autodetected), you could run:
-BUILD_OPTS="--enable-openal --enable-sdl2 --disable-javascript" \
+BUILD_OPTS="-Dopenal=enabled -Dsdl2=enabled -Djavascript=disabled" \
sh mpv.SlackBuild
Runtime support for youtube videos requires installation of youtube-dl
(available from SBo) to be installed. Watch with something like:
mpv https://www.youtube.com/watch?v=mAFMJ1LnQu8
+
+To enable building with meson/ninja (recommended since waf build is
+to be deprecated), a patch is required to enable use of Slackware 15's
+older version of meson. Unfortunately this disables the ability to
+process configuration/building on Raspberry Pi.