diff options
Diffstat (limited to 'media-video/mplayer/mplayer-1.0_pre3-r2.ebuild')
-rw-r--r-- | media-video/mplayer/mplayer-1.0_pre3-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/mplayer/mplayer-1.0_pre3-r2.ebuild b/media-video/mplayer/mplayer-1.0_pre3-r2.ebuild index 7b4a82865ac2..0092d71417be 100644 --- a/media-video/mplayer/mplayer-1.0_pre3-r2.ebuild +++ b/media-video/mplayer/mplayer-1.0_pre3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre3-r2.ebuild,v 1.4 2004/03/22 03:28:03 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre3-r2.ebuild,v 1.5 2004/03/23 16:27:29 mholzer 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 gtk2 samba lirc matroska debug joystick theora" @@ -105,6 +105,9 @@ src_unpack() { # Fix mencoder segfaulting with bad arguments cd ${S}; epatch ${FILESDIR}/mencoder-segfault.patch + # Fix to diable xmms support. Closes 45356 + epatch ${FILESDIR}/${P}-xmms.patch + #Fix libmatroska if has_version '>=libmatroska-0.6.3' then |