From d2e30b162862d3868d227e5e4774f373439d750e Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 15 Feb 2016 12:24:56 +0100 Subject: [PATCH] media-video/ffmpeg: do not build doc for non-native abis; they are overwritten when installed anyway. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- media-video/ffmpeg/ffmpeg-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index c6c909c76f6f..830fa7780e32 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -63,7 +63,7 @@ fi # or $(use_enable foo foo) if no :bar is set. # foo is added to IUSE. FFMPEG_FLAG_MAP=( - +bzip2:bzlib cpudetection:runtime-cpudetect debug doc gcrypt gnutls gmp + +bzip2:bzlib cpudetection:runtime-cpudetect debug gcrypt gnutls gmp +gpl +hardcoded-tables +iconv lzma +network openssl +postproc samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes +zlib @@ -97,7 +97,7 @@ FFMPEG_ENCODER_FLAG_MAP=( ) IUSE=" - alsa +encode examples jack libressl oss pic static-libs test v4l + alsa doc +encode examples jack libressl oss pic static-libs test v4l ${FFMPEG_FLAG_MAP[@]%:*} ${FFMPEG_ENCODER_FLAG_MAP[@]%:*} " @@ -410,6 +410,9 @@ multilib_src_configure() { esac fi + # doc + myconf+=( $(multilib_native_use_enable doc) ) + set -- "${S}/configure" \ --prefix="${EPREFIX}/usr" \ --libdir="${EPREFIX}/usr/$(get_libdir)" \ -- 2.26.2