diff options
author | 2004-10-24 01:41:40 +0000 | |
---|---|---|
committer | 2004-10-24 01:41:40 +0000 | |
commit | c4b8b97d7433041192bd5ac619d893f0b686691d (patch) | |
tree | 49694d679651f2e4649c538063a590fba85b80fc /media-video | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-c4b8b97d7433041192bd5ac619d893f0b686691d.tar.gz gentoo-2-c4b8b97d7433041192bd5ac619d893f0b686691d.tar.bz2 gentoo-2-c4b8b97d7433041192bd5ac619d893f0b686691d.zip |
Alpha stable marked live, so changing the dep/patch logic for it. Only amd64 left and this ebuild will look ok again.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.0_pre4-r7.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 9e55685b3b0b..4d65985e83ec 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.218 2004/10/24 01:36:10 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.219 2004/10/24 01:41:40 chriswhite Exp $ + + 24 Oct 2004; Chris White <chriswhite@gentoo.org> mplayer-1.0_pre4-r7.ebuild: + Alpha stable marked live, so changing the dep/patch logic for it. Only amd64 + left and this ebuild will look ok again. 24 Oct 2004; Chris White <chriswhite@gentoo.org> mplayer-1.0_pre4-r7.ebuild: Fixed Live issues in Bug #68649 and half solved configure issues in Bug #61451 diff --git a/media-video/mplayer/mplayer-1.0_pre4-r7.ebuild b/media-video/mplayer/mplayer-1.0_pre4-r7.ebuild index 11d9d2736eae..1082976bb496 100644 --- a/media-video/mplayer/mplayer-1.0_pre4-r7.ebuild +++ b/media-video/mplayer/mplayer-1.0_pre4-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre4-r7.ebuild,v 1.18 2004/10/24 01:36:10 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre4-r7.ebuild,v 1.19 2004/10/24 01:41:40 chriswhite Exp $ inherit eutils flag-o-matic kmod @@ -64,7 +64,7 @@ RDEPEND="xvid? ( >=media-libs/xvid-0.9.0 ) live? ( x86? ( >=media-plugins/live-2004.07.20 ) amd64? ( >=media-plugins/live-2004.03.27 ) - alpha? ( >=media-plugins/live-2004.03.27 ) + alpha? ( >=media-plugins/live-2004.07.20 ) ) ) truetype? ( >=media-libs/freetype-2.1 ) @@ -118,7 +118,7 @@ src_unpack() { use mythtv && epatch ${FILESDIR}/mplayer-mythtv.patch #fixes a live api bug - if use live && use x86 + if use live && [ use x86 || use alpha ] then epatch ${FILESDIR}/mplayer-1.0_pre5-live.patch fi |