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

(-)/usr/portage/media-video/mplayer/mplayer-1.0_pre8.ebuild.old (+6 lines)
Lines 81-86 Link Here
81
	theora? ( media-libs/libtheora )
81
	theora? ( media-libs/libtheora )
82
	live? ( >=media-plugins/live-2004.07.20 )
82
	live? ( >=media-plugins/live-2004.07.20 )
83
	truetype? ( >=media-libs/freetype-2.1 )
83
	truetype? ( >=media-libs/freetype-2.1 )
84
	vorbis? ( media-libs/libvorbis )
84
	xinerama? ( || ( ( x11-libs/libXinerama
85
	xinerama? ( || ( ( x11-libs/libXinerama
85
				x11-libs/libXxf86vm
86
				x11-libs/libXxf86vm
86
				x11-libs/libXext
87
				x11-libs/libXext
Lines 325-330 Link Here
325
	myconf="${myconf} $(use_enable musepack)"
326
	myconf="${myconf} $(use_enable musepack)"
326
	myconf="${myconf} $(use_enable aac internal-faad)"
327
	myconf="${myconf} $(use_enable aac internal-faad)"
327
	myconf="${myconf} $(use_enable vorbis)"
328
	myconf="${myconf} $(use_enable vorbis)"
329
	if use vorbis; then
330
		myconf="${myconf} --disable-internal-tremor"
331
	else
332
		myconf="${myconf} --disable-internal-tremor --disable-vorbis"
333
	fi
328
	myconf="${myconf} $(use_enable theora)"
334
	myconf="${myconf} $(use_enable theora)"
329
	use speex || myconf="${myconf} --disable-speex"
335
	use speex || myconf="${myconf} --disable-speex"
330
	myconf="${myconf} $(use_enable xmms)"
336
	myconf="${myconf} $(use_enable xmms)"

Return to bug 144189