media-video/mpv: add C plugins support to 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Sat, 28 Jan 2017 15:48:40 +0000 (18:48 +0300)
committerDavid Seifert <soap@gentoo.org>
Sun, 29 Jan 2017 22:53:15 +0000 (23:53 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718

media-video/mpv/metadata.xml
media-video/mpv/mpv-9999.ebuild

index a272e218801f2d39f36b31c8a21857d9af254783..7286b2afa3ee42b2e1ba3c3e63bd684f3832dd37 100644 (file)
@@ -19,6 +19,7 @@
                <flag name="bs2b">Enable Bauer stereophonic-to-binaural headphone filter</flag>
                <flag name="cdio">Enable CDDA support via <pkg>dev-libs/libcdio-paranoia</pkg></flag>
                <flag name="cli">Build mpv CLI player</flag>
+               <flag name="cplugins">Enable C plugins support</flag>
                <flag name="cuda">Enable hardware video decoding via Nvidia CUDA</flag>
                <flag name="doc-pdf">Build documentation in pdf format</flag>
                <flag name="drm">Enable Kernel Mode Setting / Direct Rendering Manager based video output</flag>
index 145cb5b9153b2bf44f89c3d5fef97ed03b15a405..488ac52d26f262eff2b6716070268aa4057f132d 100644 (file)
@@ -28,10 +28,10 @@ DOCS+=( README.md )
 # See Copyright in sources and Gentoo bug 506946. Waf is BSD, libmpv is ISC.
 LICENSE="GPL-2+ BSD ISC"
 SLOT="0"
-IUSE="+alsa aqua archive bluray cdda +cli coreaudio cuda doc drm dvb dvd +egl
-       encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit
-       openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux
-       test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama
+IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb
+       dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua
+       luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl
+       selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama
        +xscreensaver +xv zsh-completion"
 
 REQUIRED_USE="
@@ -172,6 +172,7 @@ src_configure() {
                --enable-html-build
 
                $(use_enable doc pdf-build)
+               $(use_enable cplugins)
                $(use_enable vf-dlopen vf-dlopen-filters)
                $(use_enable zsh-completion zsh-comp)
                $(use_enable test)