commit: 9d5b4b57bcd08f3066326c02bcd9d7d4e407de83
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 11:55:44 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 21:34:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5b4b57
media-video/mpv: update sdl USE description, drop sdl ewarn from 9999
Package-Manager: portage-2.2.27
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
media-video/mpv/metadata.xml | 3 ++-
media-video/mpv/mpv-9999.ebuild | 6 ------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml
index 6042696..d200152 100644
--- a/media-video/mpv/metadata.xml
+++ b/media-video/mpv/metadata.xml
@@ -40,7 +40,8 @@
<flag name="pvr">Enable Video4Linux2 MPEG PVR</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</flag>
+ <flag name="sdl">Enable <pkg>media-libs/libsdl2</pkg> based
video and audio outputs
+ (Note: these outputs exist for compatibility reasons
only, avoid if possible)</flag>
<flag name="uchardet">Enable subtitles charset discovery via
<pkg>dev-libs/uchardet</pkg></flag>
<flag name="vf-dlopen">Install additional video filters to be
used with -vf dlopen</flag>
</use>
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 6d6d6d8..20152bf 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -136,12 +136,6 @@ pkg_pretend() {
ewarn "this output is considered experimental by upstream."
fi
- if use sdl; then
- ewarn "You have enabled the sdl video and audio outputs. Note
that"
- ewarn "upstream provides these outputs for compatibility
reasons only."
- ewarn "You probably don't need them under the normal
circumstances."
- fi
-
if use libav; then
elog "You have enabled media-video/libav instead of
media-video/ffmpeg."
elog "Upstream recommends media-video/ffmpeg, as some
functionality"