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

(-)mplayer2-9999.ebuild.orig (-4 / +2 lines)
Lines 30-36 Link Here
30
if [[ ${PV} == *9999* ]]; then
30
if [[ ${PV} == *9999* ]]; then
31
	KEYWORDS=""
31
	KEYWORDS=""
32
else
32
else
33
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux "
33
	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
34
fi
34
fi
35
IUSE="3dnow 3dnowext +a52 aalib +alsa altivec aqua +ass bidi bindist bl
35
IUSE="3dnow 3dnowext +a52 aalib +alsa altivec aqua +ass bidi bindist bl
36
bluray bs2b cddb +cdio cdparanoia cpudetection custom-cpuopts
36
bluray bs2b cddb +cdio cdparanoia cpudetection custom-cpuopts
Lines 474-493 Link Here
474
	###########################
474
	###########################
475
	# X enabled configuration #
475
	# X enabled configuration #
476
	###########################
476
	###########################
477
	myconf+=" --disable-dga1 --disable-dga2"
477
	if use X; then
478
	if use X; then
478
		uses="dxr3 ggi xinerama xv"
479
		uses="dxr3 ggi xinerama xv"
479
		for i in ${uses}; do
480
		for i in ${uses}; do
480
			use ${i} || myconf+=" --disable-${i}"
481
			use ${i} || myconf+=" --disable-${i}"
481
		done
482
		done
482
		myconf+=" --disable-dga1 --disable-dga2"
483
		use opengl || myconf+=" --disable-gl"
483
		use opengl || myconf+=" --disable-gl"
484
		use vdpau || myconf+=" --disable-vdpau"
484
		use vdpau || myconf+=" --disable-vdpau"
485
		use video_cards_vesa || myconf+=" --disable-vesa"
485
		use video_cards_vesa || myconf+=" --disable-vesa"
486
		use xscreensaver || myconf+=" --disable-xss"
486
		use xscreensaver || myconf+=" --disable-xss"
487
	else
487
	else
488
		myconf+="
488
		myconf+="
489
			--disable-dga1
490
			--disable-dga2
491
			--disable-dxr3
489
			--disable-dxr3
492
			--disable-ggi
490
			--disable-ggi
493
			--disable-gl
491
			--disable-gl

Return to bug 409185