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

Collapse All | Expand All

(-)/usr/portage/media-video/mpeg4ip/mpeg4ip-1.1.ebuild (-1 / +3 lines)
Lines 45-50 Link Here
45
	cd ${S}
47
	cd ${S}
46
	epatch ${FILESDIR}/mpeg4ip-1.1-gcc3.4.patch
48
	epatch ${FILESDIR}/mpeg4ip-1.1-gcc3.4.patch
47
	epatch ${FILESDIR}/mpeg4ip-1.1-gentoo-fixes.patch
49
	epatch ${FILESDIR}/mpeg4ip-1.1-gentoo-fixes.patch
50
	epatch ${FILESDIR}/mpeg4ip-1.1-mp4encode-template-path.patch || die
48
}
51
}
49
52
50
src_compile() {
53
src_compile() {
Lines 54-60 Link Here
54
	local myconf
57
	local myconf
55
58
56
	# mp4live doesnt build, disable it..
59
	# mp4live doesnt build, disable it..
57
	myconf=" $(use_enable ipv6)
60
	myconf=" --datadir=/usr/share/mpeg4ip
61
			$(use_enable ipv6)
58
			$(use_enable mmx)
62
			$(use_enable mmx)
59
			$(use_enable ppc)
63
			$(use_enable ppc)
60
			$(use_enable nas)
64
			$(use_enable nas)

Return to bug 74469