diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-17 22:42:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-05-17 22:42:38 +0000 |
commit | 8f4bc513db4833072b308e84288e3ccf5c5ebdb8 (patch) | |
tree | 16fbadee14d970d22faa52d449aee59e7d3f1332 /media-video/kino | |
parent | Version Bump. (diff) | |
download | gentoo-2-8f4bc513db4833072b308e84288e3ccf5c5ebdb8.tar.gz gentoo-2-8f4bc513db4833072b308e84288e3ccf5c5ebdb8.tar.bz2 gentoo-2-8f4bc513db4833072b308e84288e3ccf5c5ebdb8.zip |
The big-endian patch applies to... well... all of the big-endian architectures
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/kino')
-rw-r--r-- | media-video/kino/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/kino/kino-0.7.5-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-video/kino/ChangeLog b/media-video/kino/ChangeLog index 79f69caf7f17..f3ddc0395c20 100644 --- a/media-video/kino/ChangeLog +++ b/media-video/kino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/kino # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.29 2005/04/11 14:11:38 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.30 2005/05/17 22:42:38 gustavoz Exp $ + + 17 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> kino-0.7.5-r1.ebuild: + The big-endian patch applies to... well... all of the big-endian architectures 11 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> +files/kino-0.7.5-ppc.diff, kino-0.7.5-r1.ebuild: diff --git a/media-video/kino/kino-0.7.5-r1.ebuild b/media-video/kino/kino-0.7.5-r1.ebuild index d55435cd6921..463cc83acd29 100644 --- a/media-video/kino/kino-0.7.5-r1.ebuild +++ b/media-video/kino/kino-0.7.5-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.7.5-r1.ebuild,v 1.3 2005/04/11 14:11:38 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.7.5-r1.ebuild,v 1.4 2005/05/17 22:42:38 gustavoz Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux" HOMEPAGE="http://kino.schirmacher.de/" @@ -34,7 +34,9 @@ DEPEND="x11-libs/gtk+ src_unpack() { unpack ${A} cd ${S} - use ppc && epatch ${FILESDIR}/${P}-ppc.diff + if [[ $(tc-endian) == "big" ]] ; then + epatch ${FILESDIR}/${P}-ppc.diff + fi } src_compile() { |