diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-09-10 16:55:53 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-09-10 16:55:53 +0000 |
commit | f4032f0c9c34548dcfec0316918994070f61a160 (patch) | |
tree | e8c2d99d577c238b939bb2993257197e666b9976 | |
parent | Added kerberos flag. Removed undocumented use flags. (diff) | |
download | historical-f4032f0c9c34548dcfec0316918994070f61a160.tar.gz historical-f4032f0c9c34548dcfec0316918994070f61a160.tar.bz2 historical-f4032f0c9c34548dcfec0316918994070f61a160.zip |
fixed bad x86 only deps
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-0.90_pre5-r1.ebuild | 8 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-0.90_pre6-r3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 8493b48fa4e4..a330c14b8817 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,9 +1,13 @@ # 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.28 2002/08/12 18:02:27 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.29 2002/09/10 16:55:53 gerk Exp $ *mplayer-0.90_pre6-r3 (12 Aug 2002) + Sep 10 2002, Mark Guertin <gerk@gentoo.org> : + adjusted nasm and win32codes to use x86 USE flags (they don't work on + anything except x86) + 12 Aug 2002; Martin Schlemmer <azarah@gentoo.org> mplayer-0.90_pre6-r3 : Add patch to support libdvdnav-0.1.3. diff --git a/media-video/mplayer/mplayer-0.90_pre5-r1.ebuild b/media-video/mplayer/mplayer-0.90_pre5-r1.ebuild index 7be0b2d86782..83cf0a383a9f 100644 --- a/media-video/mplayer/mplayer-0.90_pre5-r1.ebuild +++ b/media-video/mplayer/mplayer-0.90_pre5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre5-r1.ebuild,v 1.3 2002/07/16 11:36:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre5-r1.ebuild,v 1.4 2002/09/10 16:55:53 gerk Exp $ # Handle PREversions as well MY_PV=${PV/_/} @@ -16,7 +16,7 @@ HOMEPAGE="http://www.mplayerhq.hu/" # 'encode' in USE for MEncoder RDEPEND=">=media-libs/divx4linux-20020418 - >=media-libs/win32codecs-0.60 + x86? ( >=media-libs/win32codecs-0.60) dvd? ( media-libs/libdvdread media-libs/libdvdcss ) gtk? ( =x11-libs/gtk+-1.2* @@ -34,12 +34,12 @@ RDEPEND=">=media-libs/divx4linux-20020418 >=sys-apps/portage-1.9.10" DEPEND="${RDEPEND} - dev-lang/nasm + x86? ( dev-lang/nasm ) app-arch/unzip" SLOT="0" LICENSE="GPL" -KEYWORDS="x86 ppc" +KEYWORDS="x86" src_unpack() { diff --git a/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild b/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild index 1ffc9f194d49..e58141fb49fa 100644 --- a/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild +++ b/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild,v 1.4 2002/08/30 18:17:26 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_pre6-r3.ebuild,v 1.5 2002/09/10 16:55:53 gerk Exp $ # NOTE to myself: Test this thing with and without dvd/gtk+ support, # as it seems the mplayer guys dont really care to @@ -22,7 +22,7 @@ HOMEPAGE="http://www.mplayerhq.hu/" # If 'dvd' in USE, only DEPEND on libdvdnav, as # we use libdvdkit that comes with. RDEPEND=">=media-libs/divx4linux-20020418 - >=media-libs/win32codecs-0.60 + x86? ( >=media-libs/win32codecs-0.60 ) dvd? ( media-libs/libdvdnav ) gtk? ( =x11-libs/gtk+-1.2* media-libs/libpng ) @@ -39,7 +39,7 @@ RDEPEND=">=media-libs/divx4linux-20020418 >=sys-apps/portage-1.9.10" DEPEND="${RDEPEND} - dev-lang/nasm + x86? ( dev-lang/nasm ) app-arch/unzip" SLOT="0" |