Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574806
Collapse All | Expand All

(-)a/mplayer-1.2.1.ebuild (-4 / +4 lines)
Lines 17-24 ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa Link Here
17
+libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx cpu_flags_x86_mmxext mng mp3 nas
17
+libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx cpu_flags_x86_mmxext mng mp3 nas
18
+network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
18
+network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
19
radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
19
radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
20
tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
20
tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
21
vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
21
vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
22
22
23
VIDEO_CARDS="s3virge mga tdfx"
23
VIDEO_CARDS="s3virge mga tdfx"
24
for x in ${VIDEO_CARDS}; do
24
for x in ${VIDEO_CARDS}; do
Lines 299-305 src_configure() { Link Here
299
		$(use_enable network networking)
299
		$(use_enable network networking)
300
		$(use_enable joystick)
300
		$(use_enable joystick)
301
	"
301
	"
302
	uses="bl bluray enca ftp rtc" # nemesi <- not working with in-tree ebuild
302
	uses="bl bluray enca ftp rtc vcd" # nemesi <- not working with in-tree ebuild
303
	myconf+=" --disable-nemesi" # nemesi automagic disable
303
	myconf+=" --disable-nemesi" # nemesi automagic disable
304
	for i in ${uses}; do
304
	for i in ${uses}; do
305
		use ${i} || myconf+=" --disable-${i}"
305
		use ${i} || myconf+=" --disable-${i}"
Lines 422-428 src_configure() { Link Here
422
	################
422
	################
423
	# Video Output #
423
	# Video Output #
424
	################
424
	################
425
	uses="directfb md5sum sdl"
425
	uses="directfb md5sum sdl yuv4mpeg"
426
	for i in ${uses}; do
426
	for i in ${uses}; do
427
		use ${i} || myconf+=" --disable-${i}"
427
		use ${i} || myconf+=" --disable-${i}"
428
	done
428
	done

Return to bug 574806