From 7bb4635266f6c9012e7b4090288a2b47df74416b Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Tue, 22 Dec 2015 20:04:38 +0300 Subject: [PATCH] media-video/mpv: explicitly disable unsupported options Similar idea was submitted by Vindex17 in PR #318. This includes static build and APIs from MacOS and Windows. Package-Manager: portage-2.2.24 --- media-video/mpv/mpv-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 87477cf0f480..637d7f6fd7e6 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -161,6 +161,7 @@ src_configure() { $(use_enable libmpv libmpv-shared) --disable-libmpv-static + --disable-static-build --disable-build-date # Create reproducible build --disable-optimize # Do not add '-O2' to CFLAGS --disable-debug-build # Do not add '-g' to CFLAGS @@ -201,8 +202,12 @@ src_configure() { $(use_enable jack) $(use_enable openal) $(use_enable alsa) + --disable-coreaudio + --disable-dsound + --disable-wasapi # Video outputs + --disable-cocoa $(use_enable wayland) $(use_enable X x11) $(use_enable xscreensaver xss) -- 2.26.2