media-video/mpv: update sdl USE description, drop sdl ewarn from 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Thu, 10 Mar 2016 11:55:44 +0000 (14:55 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 10 Mar 2016 21:34:52 +0000 (21:34 +0000)
Package-Manager: portage-2.2.27

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
media-video/mpv/metadata.xml
media-video/mpv/mpv-9999.ebuild

index 6042696ef88cb65cfa5483090ddc37c9d9e0e1dd..d200152bc5497c16fd69cc05b682519b43e439df 100644 (file)
@@ -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>
index 6d6d6d8e9acd8e8df1334034c75bc4d0f799af37..20152bf282badc27e7f10622e2d1b047061d6d89 100644 (file)
@@ -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"