@@ -, +, @@ --- media-video/ffmpeg/ffmpeg-9999-r1.ebuild | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild +++ a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild @@ -30,9 +30,9 @@ if [ "${PV#9999}" != "${PV}" ] ; then else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" fi -IUSE="+3dnow +3dnowext alsa altivec amr bindist cpudetection custom-cflags +IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac faad gsm +hardcoded-tables ieee1394 jack jpeg2k -+mmx +mmxext mp3 network oss pic rtmp schroedinger sdl speex +ssse3 test theora ++mmx +mmxext mp3 network oss pic rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib" VIDEO_CARDS="nvidia" @@ -44,6 +44,7 @@ done RDEPEND=" alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) + bzip2? ( app-arch/bzip2 ) dirac? ( media-video/dirac ) encode? ( faac? ( media-libs/faac ) @@ -98,7 +99,9 @@ src_configure() { for i in debug doc network vaapi zlib; do use ${i} || myconf="${myconf} --disable-${i}" done + use bzip2 || myconf="${myconf} --disable-bzlib" use sdl || myconf="${myconf} --disable-ffplay" + use static-libs || myconf="${myconf} --disable-static" use custom-cflags && myconf="${myconf} --disable-optimizations" use cpudetection && myconf="${myconf} --enable-runtime-cpudetect" --