summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-03-10 15:12:36 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-03-10 21:35:08 +0000
commite07c2bcf879b32a1d1f67fb69beb1a850c8447d5 (patch)
tree92b4ddbfe0d9010b605d8ec31fbb2517d93fba74 /media-video
parentmedia-video/mpv: drop spammy einfo re ffmpeg/libav from 9999 (diff)
downloadgentoo-e07c2bcf879b32a1d1f67fb69beb1a850c8447d5.tar.gz
gentoo-e07c2bcf879b32a1d1f67fb69beb1a850c8447d5.tar.bz2
gentoo-e07c2bcf879b32a1d1f67fb69beb1a850c8447d5.zip
media-video/mpv: add libass USE description, drop libass ewarn from 9999
Gentoo-Bug: 576748 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.xml1
-rw-r--r--media-video/mpv/mpv-9999.ebuild5
2 files changed, 1 insertions, 5 deletions
diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml
index d200152bc549..7afaed3a0c58 100644
--- a/media-video/mpv/metadata.xml
+++ b/media-video/mpv/metadata.xml
@@ -33,6 +33,7 @@
<flag name="enca">Enable subtitles charset discovery via <pkg>app-i18n/enca</pkg></flag>
<flag name="gbm">Enable Graphics Buffer Manager based EGL video output</flag>
<flag name="jpeg">Enable support for saving screenshots in JPEG format</flag>
+ <flag name="libass">Enable OSD (On Screen Display) and subtitles support via <pkg>media-libs/libass</pkg></flag>
<flag name="libguess">Enable subtitles charset discovery via <pkg>app-i18n/libguess</pkg></flag>
<flag name="libmpv">Build mpv shared library</flag>
<flag name="lua">Enable Lua scripting, OSC (On Screen Controller) GUI and <pkg>net-misc/youtube-dl</pkg> hook-script</flag>
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index ba2754837ec2..3e8b8115fd6b 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -125,11 +125,6 @@ pkg_pretend() {
if [[ ${MERGE_TYPE} != "binary" ]] && ! tc-has-tls && use vaapi && use egl; then
die "Your compiler lacks C++11 TLS support. Use GCC>=4.8.0 or Clang>=3.3."
fi
-
- if ! use libass; then
- ewarn "You have disabled the libass support."
- ewarn "OSD and subtitles won't be available."
- fi
}
src_prepare() {