Skip to content

Commit

Permalink
media-video/mpv: adjust required libass USE flags wrt bug 562394
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Coacher committed Dec 28, 2015
1 parent 68e9d1b commit 85ad9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 85ad9a8

Please sign in to comment.