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

Collapse All | Expand All

(-)mplayer-9999.ebuild (-1 / +8 lines)
Lines 115-120 Link Here
115
	video_cards_nvidia? (
115
	video_cards_nvidia? (
116
		vdpau? ( >=x11-drivers/nvidia-drivers-180.37 )
116
		vdpau? ( >=x11-drivers/nvidia-drivers-180.37 )
117
	)
117
	)
118
	video_cards_vesa? ( media-libs/libvbe 
119
			sys-libs/lrmi )
118
	vidix? ( x11-libs/libXxf86vm
120
	vidix? ( x11-libs/libXxf86vm
119
			 x11-libs/libXext )
121
			 x11-libs/libXext )
120
	vorbis? ( media-libs/libvorbis )
122
	vorbis? ( media-libs/libvorbis )
Lines 437-444 Link Here
437
	use fbcon && use video_cards_s3virge && myconf="${myconf} --enable-s3fb"
439
	use fbcon && use video_cards_s3virge && myconf="${myconf} --enable-s3fb"
438
	use libcaca || myconf="${myconf} --disable-caca"
440
	use libcaca || myconf="${myconf} --disable-caca"
439
	use opengl || myconf="${myconf} --disable-gl"
441
	use opengl || myconf="${myconf} --disable-gl"
440
	use video_cards_vesa || myconf="${myconf} --disable-vesa"
441
	use video_cards_nvidia && use vdpau || myconf="${myconf} --disable-vdpau"
442
	use video_cards_nvidia && use vdpau || myconf="${myconf} --disable-vdpau"
443
	if use video_cards_vesa;
444
	then
445
		myconf="${myconf} --extra-cflags=-I/usr/include/libvbe";
446
	else
447
		myconf="${myconf} --disable-vesa";
448
	fi
442
	use vidix || myconf="${myconf} --disable-vidix --disable-vidix-pcidb"
449
	use vidix || myconf="${myconf} --disable-vidix --disable-vidix-pcidb"
443
	use zoran || myconf="${myconf} --disable-zr"
450
	use zoran || myconf="${myconf} --disable-zr"
444
451

Return to bug 267124