summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-04-27 23:20:13 +0300
committerDavid Seifert <soap@gentoo.org>2017-05-04 18:27:48 +0200
commitc0f16e5f3d40f029d729b08140532e31acaffbf0 (patch)
tree27dc7ee2425806a94f6a32a09df32520c08e0a4a /media-video/mpv/metadata.xml
parentmedia-video/mpv: adjust opengl dependency in 9999 (diff)
downloadgentoo-c0f16e5f3d40f029d729b08140532e31acaffbf0.tar.gz
gentoo-c0f16e5f3d40f029d729b08140532e31acaffbf0.tar.bz2
gentoo-c0f16e5f3d40f029d729b08140532e31acaffbf0.zip
media-video/mpv: map opengl USE to 'opengl' video output in 9999
Pros: - mapping is clear for everyone w/o getting into technical details; - wayland users are very happy by default. Cons: - you cannot build X11 backend with EGL, but without GLX. Cons are very minor and ebuild complexity stays at about the same level, but wayland users should be much happier with the default configuration. Previous opengl USE behaviour is described in Gentoo commit 411d5bb4746. As one can see it was somewhat unnecessarily complex. Gentoo-Bug: 608858 Package-Manager: Portage-2.3.5, Repoman-2.3.2
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 06d939fb5de3..d04429058905 100644
--- a/media-video/mpv/metadata.xml
+++ b/media-video/mpv/metadata.xml
@@ -29,6 +29,7 @@
<flag name="libmpv">Build mpv shared library</flag>
<flag name="lua">Enable Lua scripting, OSC (On Screen Controller) GUI and <pkg>net-misc/youtube-dl</pkg> hook-script</flag>
<flag name="luajit">Use <pkg>dev-lang/luajit</pkg> instead of <pkg>dev-lang/lua</pkg></flag>
+ <flag name="opengl" restrict="&gt;=media-video/mpv-0.25.0">Enable the recommended 'opengl' video output</flag>
<flag name="raspberry-pi">Enable support for the Raspberry Pi</flag>
<flag name="rubberband">Enable high quality pitch correction via <pkg>media-libs/rubberband</pkg></flag>
<flag name="sdl">Enable <pkg>media-libs/libsdl2</pkg> based video and audio outputs