diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-15 01:25:06 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-15 01:25:06 +0000 |
commit | 9d9f9eb4a72e5a984da4b4d34313e9632f2d16b7 (patch) | |
tree | 5c45e7bd97eea1d9c54caba603db10bdb2a9e7d0 /media-video | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-9d9f9eb4a72e5a984da4b4d34313e9632f2d16b7.tar.gz gentoo-2-9d9f9eb4a72e5a984da4b4d34313e9632f2d16b7.tar.bz2 gentoo-2-9d9f9eb4a72e5a984da4b4d34313e9632f2d16b7.zip |
-amd64 -sparc. Build fails silently on both platforms. Amd64 needs a build system patch, but it still fails. Sparc appears to be supported, but it fails to build as well.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/helixplayer/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/helixplayer/helixplayer-1.0_beta1.ebuild | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-video/helixplayer/ChangeLog b/media-video/helixplayer/ChangeLog index b0145ea24e23..9e3364313bf9 100644 --- a/media-video/helixplayer/ChangeLog +++ b/media-video/helixplayer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/helixplayer # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/ChangeLog,v 1.1 2004/07/14 20:18:27 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/ChangeLog,v 1.2 2004/07/15 01:25:06 eradicator Exp $ + + 14 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + helixplayer-1.0_beta1.ebuild: + -amd64 -sparc. Build fails silently on both platforms. Amd64 needs a build + system patch, but it still fails. Sparc appears to be supported, but it fails + to build as well. *helixplayer-1.0_beta1 (15 Jul 2004) diff --git a/media-video/helixplayer/helixplayer-1.0_beta1.ebuild b/media-video/helixplayer/helixplayer-1.0_beta1.ebuild index e1db8d7d4f5e..31345333b8d5 100644 --- a/media-video/helixplayer/helixplayer-1.0_beta1.ebuild +++ b/media-video/helixplayer/helixplayer-1.0_beta1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0_beta1.ebuild,v 1.1 2004/07/14 20:18:27 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0_beta1.ebuild,v 1.2 2004/07/15 01:25:06 eradicator Exp $ DESCRIPTION="A free open-source media player by real" HOMEPAGE="http://www.helixplayer.org/" SRC_URI="https://helixcommunity.org/download.php/487/${P}-beta-source.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +# -sparc -amd64: 1.0_beta1: build fails on both platforms... --eradicator +KEYWORDS="~x86 -sparc -amd64" IUSE="mozilla" DEPEND="media-libs/libtheora media-libs/libogg" |