summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2018-06-16 22:29:52 +0300
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2018-06-20 15:41:14 -0700
commit7cbc5531a7cc4547e97727a25c270426e362c42c (patch)
tree194aa11d827f9a898d915b18c65970b01bd918ef /media-video/mpv/metadata.xml
parentmedia-libs/shaderc: new package (diff)
downloadgentoo-7cbc5531a7cc4547e97727a25c270426e362c42c.tar.gz
gentoo-7cbc5531a7cc4547e97727a25c270426e362c42c.tar.bz2
gentoo-7cbc5531a7cc4547e97727a25c270426e362c42c.zip
media-video/mpv: add vulkan support to 9999
Implementation details: - mpv requires at least one enabled vulkan context (X or wayland), even though this isn't reflected by the build system. Hence the REQUIRED_USE. Without this you cannot enable vulkan backend. - The appropriate context must be enabled in vulkan-loader. - mpv technically allows vulkan without shaderc on NVIDIA cards, but support for this in NVIDIA drivers is deprecated and going away, see [1]. Thus always require shaderc. [1]: https://github.com/mpv-player/mpv/issues/5867 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-video/mpv/metadata.xml')
-rw-r--r--media-video/mpv/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml
index df0200d2936c..1eb1494cbbc8 100644
--- a/media-video/mpv/metadata.xml
+++ b/media-video/mpv/metadata.xml
@@ -33,6 +33,7 @@
(Note: these outputs exist for compatibility reasons only, avoid if possible)</flag>
<flag name="tools">Install extra tools: mpv_identify.sh, mpv_idet.sh, and umpv</flag>
<flag name="uchardet">Enable subtitles charset discovery via <pkg>app-i18n/uchardet</pkg></flag>
+ <flag name="vulkan">Enable support for various Vulkan-based video backends</flag>
</use>
<upstream>
<remote-id type="github">mpv-player/mpv</remote-id>