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 (-2 / +3 lines)
Lines 9-15 Link Here
9
inherit eutils flag-o-matic multilib subversion
9
inherit eutils flag-o-matic multilib subversion
10
10
11
IUSE="3dnow 3dnowext +a52 +aac aalib +alsa altivec +amrnb +amrwb arts +ass
11
IUSE="3dnow 3dnowext +a52 +aac aalib +alsa altivec +amrnb +amrwb arts +ass
12
bidi bindist bl +cddb +cdio cdparanoia -cpudetection -custom-cflags
12
bidi bindist bl bs2b +cddb +cdio cdparanoia -cpudetection -custom-cflags
13
-custom-cpuopts debug dga +dirac directfb doc +dts +dv dvb +dvd +dvdnav dxr3
13
-custom-cpuopts debug dga +dirac directfb doc +dts +dv dvb +dvd +dvdnav dxr3
14
+enca +encode esd +faac +faad fbcon ftp gif ggi -gtk +iconv ipv6 jack
14
+enca +encode esd +faac +faad fbcon ftp gif ggi -gtk +iconv ipv6 jack
15
joystick jpeg kernel_linux ladspa libcaca lirc +live lzo mad md5sum +mmx
15
joystick jpeg kernel_linux ladspa libcaca lirc +live lzo mad md5sum +mmx
Lines 57-62 Link Here
57
		media-libs/fontconfig )
57
		media-libs/fontconfig )
58
	openal? ( media-libs/openal )
58
	openal? ( media-libs/openal )
59
	bidi? ( dev-libs/fribidi )
59
	bidi? ( dev-libs/fribidi )
60
	bs2b? ( media-libs/libbs2b )
60
	cdio? ( dev-libs/libcdio )
61
	cdio? ( dev-libs/libcdio )
61
	cdparanoia? ( media-sound/cdparanoia )
62
	cdparanoia? ( media-sound/cdparanoia )
62
	dirac? ( media-video/dirac )
63
	dirac? ( media-video/dirac )
Lines 468-474 Link Here
468
	#############
469
	#############
469
	# Audio Output #
470
	# Audio Output #
470
	#############
471
	#############
471
	for x in alsa arts esd jack ladspa nas openal; do
472
	for x in alsa arts bs2b esd jack ladspa nas openal; do
472
		use ${x} || myconf="${myconf} --disable-${x}"
473
		use ${x} || myconf="${myconf} --disable-${x}"
473
	done
474
	done
474
	use pulseaudio || myconf="${myconf} --disable-pulse"
475
	use pulseaudio || myconf="${myconf} --disable-pulse"
(-)metadata.xml (+1 lines)
Lines 11-16 Link Here
11
    <flag name="amrwb">Enables Adaptive Multi-Rate Audio support (Wide Band)</flag>
11
    <flag name="amrwb">Enables Adaptive Multi-Rate Audio support (Wide Band)</flag>
12
    <flag name="ass">Internal SRT/SSA/ASS (SubRip / SubStation Alpha) subtitle support</flag>
12
    <flag name="ass">Internal SRT/SSA/ASS (SubRip / SubStation Alpha) subtitle support</flag>
13
    <flag name="bl">Enables Blinkenlights support in mplayer</flag>
13
    <flag name="bl">Enables Blinkenlights support in mplayer</flag>
14
    <flag name="bs2b">Enables libbs2b audio filter support in MPlayer</flag>
14
    <flag name="cdio">Use libcdio for CD support (instead of cdparanoia)</flag>
15
    <flag name="cdio">Use libcdio for CD support (instead of cdparanoia)</flag>
15
    <flag name="cpudetection">Enables runtime cpudetection (useful for bindist, compatability on other CPUs)</flag>
16
    <flag name="cpudetection">Enables runtime cpudetection (useful for bindist, compatability on other CPUs)</flag>
16
    <flag name="custom-cpuopts">Fine-tune custom CPU optimizations (UNSUPPORTED)</flag>
17
    <flag name="custom-cpuopts">Fine-tune custom CPU optimizations (UNSUPPORTED)</flag>

Return to bug 267124