diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 18:13:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:07 +0700 |
commit | 7f6a649d1346a29b0862fe2452422e449f2c0ade (patch) | |
tree | b57aaa356a101413ba2b0b72658954630def15cb /multimedia/mpv | |
parent | 7ffe80b61499aea3e2dafc548653f062462b4c6a (diff) | |
download | slackbuilds-7f6a649d1346a29b0862fe2452422e449f2c0ade.tar.gz |
multimedia/mpv: Fix README, info.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/mpv')
-rw-r--r-- | multimedia/mpv/README | 22 | ||||
-rw-r--r-- | multimedia/mpv/mpv.info | 2 |
2 files changed, 13 insertions, 11 deletions
diff --git a/multimedia/mpv/README b/multimedia/mpv/README index b8bc77a0f1..3dbd6498f5 100644 --- a/multimedia/mpv/README +++ b/multimedia/mpv/README @@ -7,22 +7,24 @@ This SlackBuild provides support for most useful optional features. Some other optional features may be enabled by having the relevant packages installed; they will be autodetected at build time. These include: - jack, libuchardet, OpenAL, oss, rubberband, SDL2, wayland, - cudatoolkit & nv-codec-headers + jack, libuchardet, OpenAL, oss, rubberband, SDL2, wayland, + cudatoolkit & nv-codec-headers Please note that CUDA based hardware acceleration requires mpv to be built with both the cudatoolkit and nv-codec-headers packages installed. -Most dependencies are autodetected. Some optional dependencies are disabled -by default and may be enabled via the BUILD_OPTS environment variable. Optional -dependencies that are enabled by default may be disabled in the same way. +Most dependencies are autodetected. Some optional dependencies are +disabled by default and may be enabled via the BUILD_OPTS environment +variable. Optional dependencies that are enabled by default may be +disabled in the same way. -For example, to enable support for Samba and SDL2 (both disabled by default) -as well as to disable javascript support (normally autodetected), -you could run: +For example, to enable support for Samba and SDL2 (both disabled +by default) as well as to disable javascript support (normally +autodetected), you could run: -BUILD_OPTS="--enable-libsmbclient --enable-sdl2 --disable-javascript" sh mpv.SlackBuild +BUILD_OPTS="--enable-libsmbclient --enable-sdl2 --disable-javascript" \ + 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 + mpv https://www.youtube.com/watch?v=mAFMJ1LnQu8 diff --git a/multimedia/mpv/mpv.info b/multimedia/mpv/mpv.info index 8c02b79f17..890c2baa00 100644 --- a/multimedia/mpv/mpv.info +++ b/multimedia/mpv/mpv.info @@ -7,6 +7,6 @@ MD5SUM="1f7d23afe7a8639dedc9f7beef4e90d7 \ eb0cd320fc8838971cfa735ad78f6de8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="docutils ffmpeg4 libbluray libplacebo lua mujs " +REQUIRES="docutils ffmpeg4 libbluray libplacebo lua mujs" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |