Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 02 Sep 2016 17:09:47
Message-Id: 1472836160.c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde.monsieurp@gentoo
1 commit: c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 28 03:52:15 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 17:09:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3db70cb
7
8 media-video/mpv: enable lua USE by default in 9999.
9
10 Lua is a de-facto requirement by upstream as OSC and other features are
11 only available with enabled Lua support [0]. Moreover sometimes existing
12 features become deprecated in favor of Lua scripts.
13
14 [0]: https://github.com/mpv-player/mpv/blob/v0.20.0/README.md#compilation
15 [1]: https://github.com/mpv-player/mpv/commit/e40851ea22e9686572b6a905161106f2a66e5983
16
17 Package-Manager: portage-2.3.0
18
19 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
20
21 media-video/mpv/mpv-9999.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
25 index a2838ed..1584869 100644
26 --- a/media-video/mpv/mpv-9999.ebuild
27 +++ b/media-video/mpv/mpv-9999.ebuild
28 @@ -29,7 +29,7 @@ DOCS+=( README.md )
29 LICENSE="GPL-2+ BSD ISC"
30 SLOT="0"
31 IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca
32 - encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv lua
33 + encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv +lua
34 luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba -sdl
35 selinux test +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama
36 +xscreensaver +xv zsh-completion"