commit: d493aa73c6e24c904f62c0db35d2f8ed4f030fd3 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sun Jun 18 15:31:05 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Jun 27 12:32:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d493aa73
profiles/base/package.use.mask: mask mpv[libav] Libav is basically unsupported by mpv, see upstream issues 3923, 3925. Needs patch to even build, subs are broken and not supported anymore. I cannot call such state of mpv[libav] stable with a clear conscious. Upstream's position on libav support leaves little hope the situation will improve in the future. Sorry, but mpv[libav] users will have to migrate to ffmpeg, to another player, send fixes upstream, or live with partly broken functionality. profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 22827b1c0df..f27ae607f2f 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Ilya Tumaykin <[email protected]> (18 Jun 2017) +# Libav is basically unsupported by mpv, see upstream issues 3923, 3925. +# Needs patch to even build, subs are broken and not supported anymore. +media-video/mpv libav + # Maciej Mrozowski <[email protected]> (15 Jun 2017) # Mask due to bug #621810 dev-games/simgear gdal
