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

Collapse All | Expand All

(-)kino-1.3.4.ebuild.orig (-1 / +4 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.3.4.ebuild,v 1.9 2012/12/12 11:43:54 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.3.4.ebuild,v 1.9 2012/12/12 11:43:54 ssuominen Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils udev
6
inherit autotools eutils udev
7
7
8
DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
8
DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
9
HOMEPAGE="http://www.kinodv.org/"
9
HOMEPAGE="http://www.kinodv.org/"
Lines 86-91 Link Here
86
	epatch "${FILESDIR}/${P}-v4l1.patch"
86
	epatch "${FILESDIR}/${P}-v4l1.patch"
87
	epatch "${FILESDIR}/${P}-libav-0.7.patch"
87
	epatch "${FILESDIR}/${P}-libav-0.7.patch"
88
	epatch "${FILESDIR}/${P}-libav-0.8.patch"
88
	epatch "${FILESDIR}/${P}-libav-0.8.patch"
89
	epatch "${FILESDIR}/${P}-avcodec.patch"
90
91
	eautoreconf
89
}
92
}
90
93
91
src_configure() {
94
src_configure() {

Return to bug 372053