Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Sun, 29 Jan 2017 22:55:33
Message-Id: 1485730395.a4a37fe3b5d941a9963c7917f22771116fe39182.soap@gentoo
1 commit: a4a37fe3b5d941a9963c7917f22771116fe39182
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 28 15:48:40 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 22:53:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a37fe3
7
8 media-video/mpv: add C plugins support to 9999
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3718
12
13 media-video/mpv/metadata.xml | 1 +
14 media-video/mpv/mpv-9999.ebuild | 9 +++++----
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml
18 index a272e21..7286b2a 100644
19 --- a/media-video/mpv/metadata.xml
20 +++ b/media-video/mpv/metadata.xml
21 @@ -19,6 +19,7 @@
22 <flag name="bs2b">Enable Bauer stereophonic-to-binaural headphone filter</flag>
23 <flag name="cdio">Enable CDDA support via <pkg>dev-libs/libcdio-paranoia</pkg></flag>
24 <flag name="cli">Build mpv CLI player</flag>
25 + <flag name="cplugins">Enable C plugins support</flag>
26 <flag name="cuda">Enable hardware video decoding via Nvidia CUDA</flag>
27 <flag name="doc-pdf">Build documentation in pdf format</flag>
28 <flag name="drm">Enable Kernel Mode Setting / Direct Rendering Manager based video output</flag>
29
30 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
31 index 145cb5b..488ac52 100644
32 --- a/media-video/mpv/mpv-9999.ebuild
33 +++ b/media-video/mpv/mpv-9999.ebuild
34 @@ -28,10 +28,10 @@ DOCS+=( README.md )
35 # See Copyright in sources and Gentoo bug 506946. Waf is BSD, libmpv is ISC.
36 LICENSE="GPL-2+ BSD ISC"
37 SLOT="0"
38 -IUSE="+alsa aqua archive bluray cdda +cli coreaudio cuda doc drm dvb dvd +egl
39 - encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit
40 - openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux
41 - test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama
42 +IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb
43 + dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua
44 + luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl
45 + selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama
46 +xscreensaver +xv zsh-completion"
47
48 REQUIRED_USE="
49 @@ -172,6 +172,7 @@ src_configure() {
50 --enable-html-build
51
52 $(use_enable doc pdf-build)
53 + $(use_enable cplugins)
54 $(use_enable vf-dlopen vf-dlopen-filters)
55 $(use_enable zsh-completion zsh-comp)
56 $(use_enable test)