From 9d5b4b57bcd08f3066326c02bcd9d7d4e407de83 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Thu, 10 Mar 2016 14:55:44 +0300 Subject: media-video/mpv: update sdl USE description, drop sdl ewarn from 9999 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement --- 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 6042696ef88c..d200152bc549 100644 --- a/media-video/mpv/metadata.xml +++ b/media-video/mpv/metadata.xml @@ -40,7 +40,8 @@ Enable Video4Linux2 MPEG PVR Enable support for the Raspberry Pi Enable high quality pitch correction via media-libs/rubberband - Enable media-libs/libsdl2 based video and audio outputs + Enable media-libs/libsdl2 based video and audio outputs + (Note: these outputs exist for compatibility reasons only, avoid if possible) Enable subtitles charset discovery via dev-libs/uchardet Install additional video filters to be used with -vf dlopen diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6d6d6d8e9acd..20152bf282ba 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" -- cgit v1.2.3-65-gdbad