summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 20:59:38 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:47:16 +0300
commit85ad9a8c6518f2db5cbd2d050b3e4052e4254f40 (patch)
tree9dfea0968b9d4c4525abda4539dfae522e396aa9 /media-video
parentmedia-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0 (diff)
downloadgentoo-85ad9a8c6518f2db5cbd2d050b3e4052e4254f40.tar.gz
gentoo-85ad9a8c6518f2db5cbd2d050b3e4052e4254f40.tar.bz2
gentoo-85ad9a8c6518f2db5cbd2d050b3e4052e4254f40.zip
media-video/mpv: adjust required libass USE flags wrt bug 562394
mpv uses libass to render subtitles and enca to detect subtitle encoding. For mpv to support enca, mpv does not need to have libass[enca]. This helps to avoid problems with >=libass-0.13.0, which dropped 'enca' USE. Also enable harfbuzz USE to support subtitles for complex languages. See [0] as a reference for both of the above. [0]: https://github.com/mpv-player/mpv/blob/master/DOCS/man/options.rst Gentoo-Bug: 562394 Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 46cb54d02e11..fa4584745118 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -71,7 +71,7 @@ COMMON_DEPEND="
jack? ( media-sound/jack-audio-connection-kit )
jpeg? ( virtual/jpeg:0 )
libass? (
- >=media-libs/libass-0.12.1:=[enca(-)?,fontconfig]
+ >=media-libs/libass-0.12.1:=[fontconfig,harfbuzz]
virtual/ttf-fonts
)
libcaca? ( >=media-libs/libcaca-0.99_beta18 )