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

Collapse All | Expand All

(-)mplayer-1.0.20070427.ebuild (-10 / +5 lines)
Lines 6-13 Link Here
6
6
7
RESTRICT="nostrip"
7
RESTRICT="nostrip"
8
IUSE="3dnow 3dnowext a52 aac aalib alsa altivec amr arts bidi bl bindist cddb
8
IUSE="3dnow 3dnowext a52 aac aalib alsa altivec amr arts bidi bl bindist cddb
9
cpudetection custom-cflags debug dga doc dts dvb cdparanoia directfb dvd dvdnav
9
cpudetection custom-cflags debug dga doc dts dvb cdparanoia directfb dvdnav
10
dv dvdread enca encode esd fbcon ftp gif ggi gtk iconv ipv6 ivtv jack joystick
10
dv enca encode esd fbcon ftp gif ggi gtk iconv ipv6 ivtv jack joystick
11
jpeg libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3 musepack nas
11
jpeg libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3 musepack nas
12
unicode vorbis opengl openal oss png pnm quicktime radio rar real rtc samba sdl
12
unicode vorbis opengl openal oss png pnm quicktime radio rar real rtc samba sdl
13
speex srt sse sse2 svga tga theora tivo truetype v4l v4l2 vidix win32codecs X
13
speex srt sse sse2 svga tga theora tivo truetype v4l v4l2 vidix win32codecs X
Lines 60-66 Link Here
60
	dts? ( media-libs/libdts )
60
	dts? ( media-libs/libdts )
61
	dv? ( media-libs/libdv )
61
	dv? ( media-libs/libdv )
62
	dvb? ( media-tv/linuxtv-dvb-headers )
62
	dvb? ( media-tv/linuxtv-dvb-headers )
63
	dvd? ( dvdnav? ( media-libs/libdvdnav ) )
63
	dvdnav? ( media-libs/libdvdnav )
64
	encode? (
64
	encode? (
65
		aac? ( media-libs/faac )
65
		aac? ( media-libs/faac )
66
		mp2? ( media-sound/twolame )
66
		mp2? ( media-sound/twolame )
Lines 241-252 Link Here
241
	# upstream's suggestion.  We don't.
241
	# upstream's suggestion.  We don't.
242
	# dvdnav support is known to be buggy, but it is the only option
242
	# dvdnav support is known to be buggy, but it is the only option
243
	# for accessing some DVDs.
243
	# for accessing some DVDs.
244
	if use dvd; then
244
	use dvdnav || myconf="${myconf} --disable-dvdnav --disable-dvdread"
245
		use dvdread || myconf="${myconf} --disable-dvdread"
246
		use dvdnav || myconf="${myconf} --disable-dvdnav"
247
	else
248
		myconf="${myconf} --disable-dvdnav --disable-dvdread"
249
	fi
250
245
251
	if use encode; then
246
	if use encode; then
252
		use aac || myconf="${myconf} --disable-faac"
247
		use aac || myconf="${myconf} --disable-faac"
Lines 546-552 Link Here
546
		depmod -a &>/dev/null || :
541
		depmod -a &>/dev/null || :
547
	fi
542
	fi
548
543
549
	if use dvdnav && use dvd; then
544
	if use dvdnav; then
550
		ewarn "'dvdnav' support in MPlayer is known to be buggy, and will"
545
		ewarn "'dvdnav' support in MPlayer is known to be buggy, and will"
551
		ewarn "break if you are using it in GUI mode.  It is only"
546
		ewarn "break if you are using it in GUI mode.  It is only"
552
		ewarn "included because some DVDs will only play with this feature."
547
		ewarn "included because some DVDs will only play with this feature."

Return to bug 174721