*** /usr/portage/media-video/mplayer/mplayer-1.0_pre4-r1.ebuild Fri Apr 30 23:07:53 2004 --- mplayer-1.0_pre4-r1.ebuild Sun May 2 18:30:11 2004 *************** *** 3,7 **** # $Header: /home/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre4-r1.ebuild,v 1.2 2004/04/30 21:59:06 kloeri Exp $ ! 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 samba lirc matroska debug joystick theora ipv6 v4l v4l2 live" inherit eutils flag-o-matic --- 3,7 ---- # $Header: /home/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre4-r1.ebuild,v 1.2 2004/04/30 21:59:06 kloeri Exp $ ! IUSE="xvid divx4linux 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 samba lirc matroska debug joystick theora ipv6 v4l v4l2 live" inherit eutils flag-o-matic *************** *** 24,32 **** # 'encode' in USE for MEncoder. ! RDEPEND="ppc? ( >=media-libs/xvid-0.9.0 ) ! amd64? ( >=media-libs/xvid-0.9.0 ) ! x86? ( >=media-libs/xvid-0.9.0 ! >=media-libs/divx4linux-20030428 ! >=media-libs/win32codecs-0.60 ) gtk? ( media-libs/libpng virtual/x11 --- 24,31 ---- # 'encode' in USE for MEncoder. ! RDEPEND=" ! x86? ( >=media-libs/win32codecs-0.60 ) ! xvid? ( >=media-libs/xvid-0.9.0 ) ! divx4linux? ( >=media-libs/divx4linux-20030428 ) gtk? ( media-libs/libpng virtual/x11 *************** *** 133,136 **** --- 132,141 ---- || myconf="${myconf} --disable-3dnow --disable-3dnowex" + use divx4linux \ + || myconf="${myconf} --disable-divx4linux" + + use xvid \ + || myconf="${myconf} --disable-xvid" + use sse \ || myconf="${myconf} --disable-sse --disable-sse2"