Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 215160 | Differences between
and this patch

Collapse All | Expand All

(-)kino-1.3.0.ebuild (+4 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.3.0.ebuild,v 1.2 2008/03/15 14:17:42 cla Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.3.0.ebuild,v 1.2 2008/03/15 14:17:42 cla Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
7
DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
6
HOMEPAGE="http://www.kinodv.org/"
8
HOMEPAGE="http://www.kinodv.org/"
7
SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
Lines 85-90 Link Here
85
87
86
	sed -i -e 's:^#include <quicktime.h>:#include <lqt/quicktime.h>:' \
88
	sed -i -e 's:^#include <quicktime.h>:#include <lqt/quicktime.h>:' \
87
		src/filehandler.h || die "sed failed"
89
		src/filehandler.h || die "sed failed"
90
91
	epatch "${FILESDIR}/${P}-gcc4.3.patch"
88
}
92
}
89
93
90
src_compile() {
94
src_compile() {

Return to bug 215160