Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75742
Collapse All | Expand All

(-)xvidcap-1.1.3-r1.ebuild.orig (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE="gtk"
7
IUSE="gtk embedded-ffmpeg"
8
8
9
DESCRIPTION="Screen capture utility enabling you to create videos of your desktop for illustration or documentation purposes."
9
DESCRIPTION="Screen capture utility enabling you to create videos of your desktop for illustration or documentation purposes."
10
HOMEPAGE="http://xvidcap.sourceforge.net/"
10
HOMEPAGE="http://xvidcap.sourceforge.net/"
Lines 26-36 Link Here
26
	cd ${S}
26
	cd ${S}
27
27
28
	#fix bug #62741
28
	#fix bug #62741
29
	if use !embedded-ffmpeg ; then
29
	epatch ${FILESDIR}/${P}-use-ffmpeg-0.4.9.patch
30
	epatch ${FILESDIR}/${P}-use-ffmpeg-0.4.9.patch
31
	fi
30
}
32
}
31
33
32
src_compile() {
34
src_compile() {
33
	use gtk && myconf="${myconf} --with-gtk2"
35
	use gtk && myconf="${myconf} --with-gtk2"
36
	use embedded-ffmpeg && myconf="${myconf} --with-forced-embedded-ffmpeg"
34
37
35
	econf ${myconf} || die "Configuration failed"
38
	econf ${myconf} || die "Configuration failed"
36
	emake || die "Compilation failed"
39
	emake || die "Compilation failed"

Return to bug 75742