diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-03-10 14:55:44 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-10 21:34:52 +0000 |
commit | 9d5b4b57bcd08f3066326c02bcd9d7d4e407de83 (patch) | |
tree | 862bec7527e66d3ca828102c5b6e5138f2163814 /media-video | |
parent | profiles: Unmask media-sound/tomahawk[qt5] (diff) | |
download | gentoo-9d5b4b57bcd08f3066326c02bcd9d7d4e407de83.tar.gz gentoo-9d5b4b57bcd08f3066326c02bcd9d7d4e407de83.tar.bz2 gentoo-9d5b4b57bcd08f3066326c02bcd9d7d4e407de83.zip |
media-video/mpv: update sdl USE description, drop sdl ewarn from 9999
Package-Manager: portage-2.2.27
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/metadata.xml | 3 | ||||
-rw-r--r-- | 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 @@ <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 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" |