Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 324453 | Differences between
and this patch

Collapse All | Expand All

(-)a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild (-3 / +5 lines)
Lines 30-38 if [ "${PV#9999}" != "${PV}" ] ; then Link Here
30
else
30
else
31
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
31
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
32
fi
32
fi
33
IUSE="+3dnow +3dnowext alsa altivec amr bindist cpudetection custom-cflags
33
IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags
34
debug dirac doc +encode faac faad gsm +hardcoded-tables ieee1394 jack jpeg2k
34
debug dirac doc +encode faac faad gsm +hardcoded-tables ieee1394 jack jpeg2k
35
+mmx +mmxext mp3 network oss pic rtmp schroedinger sdl speex +ssse3 test theora
35
+mmx +mmxext mp3 network oss pic rtmp schroedinger sdl speex +ssse3 static-libs test theora
36
threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib"
36
threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib"
37
37
38
VIDEO_CARDS="nvidia"
38
VIDEO_CARDS="nvidia"
Lines 44-49 done Link Here
44
RDEPEND="
44
RDEPEND="
45
	alsa? ( media-libs/alsa-lib )
45
	alsa? ( media-libs/alsa-lib )
46
	amr? ( media-libs/opencore-amr )
46
	amr? ( media-libs/opencore-amr )
47
	bzip2? ( app-arch/bzip2 )
47
	dirac? ( media-video/dirac )
48
	dirac? ( media-video/dirac )
48
	encode? (
49
	encode? (
49
		faac? ( media-libs/faac )
50
		faac? ( media-libs/faac )
Lines 98-104 src_configure() { Link Here
98
	for i in debug doc network vaapi zlib; do
99
	for i in debug doc network vaapi zlib; do
99
		use ${i} || myconf="${myconf} --disable-${i}"
100
		use ${i} || myconf="${myconf} --disable-${i}"
100
	done
101
	done
102
	use bzip2 || myconf="${myconf} --disable-bzlib"
101
	use sdl || myconf="${myconf} --disable-ffplay"
103
	use sdl || myconf="${myconf} --disable-ffplay"
104
	use static-libs || myconf="${myconf} --disable-static"
102
105
103
	use custom-cflags && myconf="${myconf} --disable-optimizations"
106
	use custom-cflags && myconf="${myconf} --disable-optimizations"
104
	use cpudetection && myconf="${myconf} --enable-runtime-cpudetect"
107
	use cpudetection && myconf="${myconf} --enable-runtime-cpudetect"
105
- 

Return to bug 324453