diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-08-28 06:52:15 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 19:09:20 +0200 |
commit | c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde (patch) | |
tree | f10e5210877988a950f1f51aa8b586282b52dbb5 | |
parent | media-video/mpv: enable uchardet USE by default in 9999. (diff) | |
download | gentoo-c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde.tar.gz gentoo-c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde.tar.bz2 gentoo-c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde.zip |
media-video/mpv: enable lua USE by default in 9999.
Lua is a de-facto requirement by upstream as OSC and other features are
only available with enabled Lua support [0]. Moreover sometimes existing
features become deprecated in favor of Lua scripts.
[0]: https://github.com/mpv-player/mpv/blob/v0.20.0/README.md#compilation
[1]: https://github.com/mpv-player/mpv/commit/e40851ea22e9686572b6a905161106f2a66e5983
Package-Manager: portage-2.3.0
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-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 a2838edb559c..15848692737a 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -29,7 +29,7 @@ DOCS+=( README.md ) LICENSE="GPL-2+ BSD ISC" SLOT="0" IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca - encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv lua + encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba -sdl selinux test +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion" |