diff options
author | William McArthur <sandymac@gentoo.org> | 2002-04-26 21:32:27 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-04-26 21:32:27 +0000 |
commit | 0068ed0501e1ab49f1ef8361c5dad628ede91b0a (patch) | |
tree | 827e309c84f64068790e725db576edd63d06de4f /media-video/mplayer | |
parent | Fixes 125 (diff) | |
download | historical-0068ed0501e1ab49f1ef8361c5dad628ede91b0a.tar.gz historical-0068ed0501e1ab49f1ef8361c5dad628ede91b0a.tar.bz2 historical-0068ed0501e1ab49f1ef8361c5dad628ede91b0a.zip |
Commented out a matrox specific patch that seems to already be in the upstream
package.
Diffstat (limited to 'media-video/mplayer')
-rw-r--r-- | media-video/mplayer/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-0.90_pre1.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index c6ca8cc42944..323280c4d4a2 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/mplayer # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.13 2002/04/23 23:25:06 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.14 2002/04/26 21:32:27 sandymac Exp $ + + 26 Apr 2002; William McArthur <sandymac@gentoo.org> mplayer-0.90_pre1.ebuild : + + Commented out a matrox specific patch that seems to be aready in the upstream + package. *mplayer-0.90_pre1 (23 Apr 2002) diff --git a/media-video/mplayer/mplayer-0.90_pre1.ebuild b/media-video/mplayer/mplayer-0.90_pre1.ebuild index ce1e2b6f3de4..b0a960bda1b7 100644 --- a/media-video/mplayer/mplayer-0.90_pre1.ebuild +++ b/media-video/mplayer/mplayer-0.90_pre1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre1.ebuild,v 1.1 2002/04/23 23:25:06 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre1.ebuild,v 1.2 2002/04/26 21:32:27 sandymac Exp $ # Handle PREversions as well MY_PV=${PV/_/} @@ -55,10 +55,11 @@ src_unpack() { # # The next two patches can fail, as I havent tested them yet!! # - use matrox && ( \ - cd ${S}/drivers - patch < ${FILESDIR}/mga_vid_devfs.patch || die "matrox patch failed" - ) + # This seems to be already applied in the upstream package - sandymac + #use matrox && ( \ + # cd ${S}/drivers + # patch < ${FILESDIR}/mga_vid_devfs.patch || die "matrox patch failed" + #) #patch mplayer with the DXR3 patch local module="" |