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

Collapse All | Expand All

(-)mplayer-1.0_pre7-r1.ebuild (-7 / +14 lines)
Lines 10-16 Link Here
10
dvdread edl encode esd fbcon gif ggi gtk i8x0 ipv6 jack joystick jpeg libcaca
10
dvdread edl encode esd fbcon gif ggi gtk i8x0 ipv6 jack joystick jpeg libcaca
11
lirc live livecd lzo mad matroska matrox mmx mmxext mythtv nas nls nvidia
11
lirc live livecd lzo mad matroska matrox mmx mmxext mythtv nas nls nvidia
12
vorbis opengl oss png real rtc samba sdl sse sse2 svga tga theora truetype
12
vorbis opengl oss png real rtc samba sdl sse sse2 svga tga theora truetype
13
v4l v4l2 win32codecs X xanim xinerama xmms xv xvid xvmc"
13
v4l v4l2 vidix win32codecs X xanim xinerama xmms xv xvid xvmc"
14
14
15
BLUV=1.4
15
BLUV=1.4
16
SVGV=1.9.17
16
SVGV=1.9.17
Lines 74-79 Link Here
74
	samba? ( >=net-fs/samba-2.2.8a )
74
	samba? ( >=net-fs/samba-2.2.8a )
75
	sdl? ( media-libs/libsdl )
75
	sdl? ( media-libs/libsdl )
76
	svga? ( media-libs/svgalib )
76
	svga? ( media-libs/svgalib )
77
	vidix? ( >=media-libs/vidix-0.9.9.1 )
77
	theora? ( media-libs/libtheora )
78
	theora? ( media-libs/libtheora )
78
	live? ( >=media-plugins/live-2004.07.20 )
79
	live? ( >=media-plugins/live-2004.07.20 )
79
	truetype? ( >=media-libs/freetype-2.1 )
80
	truetype? ( >=media-libs/freetype-2.1 )
Lines 353-365 Link Here
353
	myconf="${myconf} $(use_enable opengl gl)"
354
	myconf="${myconf} $(use_enable opengl gl)"
354
	myconf="${myconf} $(use_enable sdl)"
355
	myconf="${myconf} $(use_enable sdl)"
355
356
356
	if use svga
357
	( use svga && use divix ) \
357
	then
358
		&& {
358
		myconf="${myconf} --enable-svga"
359
			eerror "Invalid combination of USE flags"
359
	else
360
			eerror "The combination of +divix and +svga simultaneously is"
360
		myconf="${myconf} --disable-svga --disable-vidix"
361
			eerror "NOT supported at this time."
361
	fi
362
			eerror
363
			eerror "Emerge again with different USE flags"
362
364
365
			exit 1
366
		}
367
	myconf="${myconf} $(use_enable svga)"
368
	myconf="${myconf} $(use_enable vidix)"
369
363
	myconf="${myconf} $(use_enable tga)"
370
	myconf="${myconf} $(use_enable tga)"
364
371
365
	( use xvmc && use nvidia ) \
372
	( use xvmc && use nvidia ) \

Return to bug 117585