diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/metadata.xml | 1 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml index a272e218801f..7286b2afa3ee 100644 --- a/media-video/mpv/metadata.xml +++ b/media-video/mpv/metadata.xml @@ -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> diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 145cb5b9153b..488ac52d26f2 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -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) |