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

Collapse All | Expand All

(-)/usr/portage/media-video/mplayer/mplayer-9999.ebuild (-3 / +5 lines)
Lines 16-22 Link Here
16
bs2b +cddb +cdio cdparanoia cpudetection custom-cpuopts debug dga +dirac
16
bs2b +cddb +cdio cdparanoia cpudetection custom-cpuopts debug dga +dirac
17
directfb doc +dts +dv dvb +dvd +dvdnav dxr3 +enca +encode esd +faac +faad fbcon
17
directfb doc +dts +dv dvb +dvd +dvdnav dxr3 +enca +encode esd +faac +faad fbcon
18
ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
18
ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
19
libcaca lirc +live lzo mad md5sum +mmx mmxext mng +mp3 nas +network nut openal
19
libcaca lirc +live lzo mad md5sum +mmx mmxext mng libmpeg2 +mp3 mpg123 nas +network nut openal
20
amr +opengl +osdmenu oss png pnm pulseaudio pvr +quicktime radio +rar +real +rtc
20
amr +opengl +osdmenu oss png pnm pulseaudio pvr +quicktime radio +rar +real +rtc
21
rtmp samba +shm +schroedinger sdl +speex sse sse2 ssse3 tga +theora +tremor
21
rtmp samba +shm +schroedinger sdl +speex sse sse2 ssse3 tga +theora +tremor
22
+truetype +toolame +twolame +unicode v4l v4l2 vdpau vidix +vorbis vpx
22
+truetype +toolame +twolame +unicode v4l v4l2 vdpau vidix +vorbis vpx
Lines 120-125 Link Here
120
	lzo? ( >=dev-libs/lzo-2 )
120
	lzo? ( >=dev-libs/lzo-2 )
121
	mad? ( media-libs/libmad )
121
	mad? ( media-libs/libmad )
122
	mng? ( media-libs/libmng )
122
	mng? ( media-libs/libmng )
123
	libmpeg2? ( media-libs/libmpeg2 )
124
	mpg123? ( media-sound/mpg123 )
123
	nas? ( media-libs/nas )
125
	nas? ( media-libs/nas )
124
	nut? ( >=media-libs/libnut-661 )
126
	nut? ( >=media-libs/libnut-661 )
125
	openal? ( media-libs/openal )
127
	openal? ( media-libs/openal )
Lines 382-388 Link Here
382
	##########
384
	##########
383
	myconf+=" --disable-musepack" # Use internal musepack codecs for SV7 and SV8 support
385
	myconf+=" --disable-musepack" # Use internal musepack codecs for SV7 and SV8 support
384
	myconf+=" --disable-faad-internal" # always use system media-libs/faad2
386
	myconf+=" --disable-faad-internal" # always use system media-libs/faad2
385
	myconf+=" --disable-libmpeg2-internal" # always use system version
387
	myconf+=" --disable-libmpeg2-internal" # always use system media-libs/libmpeg2
386
	use dirac || myconf+=" --disable-libdirac-lavc"
388
	use dirac || myconf+=" --disable-libdirac-lavc"
387
	use dts || myconf+=" --disable-libdca"
389
	use dts || myconf+=" --disable-libdca"
388
	if ! use mp3; then
390
	if ! use mp3; then
Lines 401-407 Link Here
401
	# https://bugs.gentoo.org/show_bug.cgi?id=299405#c6
403
	# https://bugs.gentoo.org/show_bug.cgi?id=299405#c6
402
	{ use amr && use !bindist ; } || myconf+=" --disable-libopencore_amrnb --disable-libopencore_amrwb"
404
	{ use amr && use !bindist ; } || myconf+=" --disable-libopencore_amrnb --disable-libopencore_amrwb"
403
405
404
	uses="faad gif jpeg live mad mng png pnm speex tga theora xanim"
406
	uses="faad gif jpeg libmpeg2 live mad mng mpg123 png pnm speex tga theora xanim"
405
	for i in ${uses}; do
407
	for i in ${uses}; do
406
		use ${i} || myconf+=" --disable-${i}"
408
		use ${i} || myconf+=" --disable-${i}"
407
	done
409
	done

Return to bug 334793