Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Mon, 28 Dec 2015 14:07:27
Message-Id: 1451306836.85ad9a8c6518f2db5cbd2d050b3e4052e4254f40.idella4@gentoo
1 commit: 85ad9a8c6518f2db5cbd2d050b3e4052e4254f40
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 22 17:59:38 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 12:47:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ad9a8c
7
8 media-video/mpv: adjust required libass USE flags wrt bug 562394
9
10 mpv uses libass to render subtitles and enca to detect subtitle
11 encoding. For mpv to support enca, mpv does not need to have
12 libass[enca]. This helps to avoid problems with >=libass-0.13.0,
13 which dropped 'enca' USE.
14
15 Also enable harfbuzz USE to support subtitles for complex languages.
16
17 See [0] as a reference for both of the above.
18
19 [0]: https://github.com/mpv-player/mpv/blob/master/DOCS/man/options.rst
20
21 Gentoo-Bug: 562394
22
23 Package-Manager: portage-2.2.24
24
25 media-video/mpv/mpv-9999.ebuild | 2 +-
26 1 file changed, 1 insertion(+), 1 deletion(-)
27
28 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
29 index 46cb54d..fa45847 100644
30 --- a/media-video/mpv/mpv-9999.ebuild
31 +++ b/media-video/mpv/mpv-9999.ebuild
32 @@ -71,7 +71,7 @@ COMMON_DEPEND="
33 jack? ( media-sound/jack-audio-connection-kit )
34 jpeg? ( virtual/jpeg:0 )
35 libass? (
36 - >=media-libs/libass-0.12.1:=[enca(-)?,fontconfig]
37 + >=media-libs/libass-0.12.1:=[fontconfig,harfbuzz]
38 virtual/ttf-fonts
39 )
40 libcaca? ( >=media-libs/libcaca-0.99_beta18 )