diff options
author | 2015-12-22 20:59:38 +0300 | |
---|---|---|
committer | 2015-12-28 15:47:16 +0300 | |
commit | 85ad9a8c6518f2db5cbd2d050b3e4052e4254f40 (patch) | |
tree | 9dfea0968b9d4c4525abda4539dfae522e396aa9 /media-video | |
parent | media-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0 (diff) | |
download | gentoo-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.ebuild | 2 |
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 ) |