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

Collapse All | Expand All

(-)/usr/portage/media-video/mplayer/mplayer-1.0_pre3.ebuild (-1 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre3.ebuild,v 1.8 2004/01/17 05:15:57 darkspecter Exp $
3
# $Header: /home/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre3.ebuild,v 1.8 2004/01/17 05:15:57 darkspecter Exp $
4
4
5
IUSE="dga oss xmms jpeg 3dfx sse matrox sdl X svga ggi oggvorbis 3dnow aalib gnome xv opengl truetype dvd gtk gif esd fbcon encode alsa directfb arts dvb gtk2 samba lirc matroska debug joystick"
5
IUSE="dga oss xmms jpeg 3dfx sse matrox sdl X svga ggi oggvorbis theora 3dnow aalib gnome xv opengl truetype dvd gtk gif esd fbcon encode alsa directfb arts dvb gtk2 samba lirc matroska debug joystick"
6
6
7
inherit eutils
7
inherit eutils
8
8
Lines 55-60 Link Here
55
	opengl? ( virtual/opengl )
55
	opengl? ( virtual/opengl )
56
	directfb? ( dev-libs/DirectFB )
56
	directfb? ( dev-libs/DirectFB )
57
	oggvorbis? ( media-libs/libvorbis )
57
	oggvorbis? ( media-libs/libvorbis )
58
	theora? ( media-libs/libtheora )
58
	nls? ( sys-devel/gettext )
59
	nls? ( sys-devel/gettext )
59
	media-sound/cdparanoia
60
	media-sound/cdparanoia
60
	mpeg? ( media-libs/faad2 )
61
	mpeg? ( media-libs/faad2 )
Lines 201-206 Link Here
201
	use oggvorbis \
202
	use oggvorbis \
202
		|| myconf="${myconf} --disable-vorbis"
203
		|| myconf="${myconf} --disable-vorbis"
203
204
205
	use theora \
206
		|| myconf="${myconf} --disable-theora"
207
204
	use encode \
208
	use encode \
205
		&& myconf="${myconf} --enable-mencoder --enable-tv" \
209
		&& myconf="${myconf} --enable-mencoder --enable-tv" \
206
		|| myconf="${myconf} --disable-mencoder"
210
		|| myconf="${myconf} --disable-mencoder"

Return to bug 41383