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

Collapse All | Expand All

(-)transcode-0.6.14.ebuild (+12 lines)
Lines 48-54 Link Here
48
	truetype? ( >=media-libs/freetype-2 )
48
	truetype? ( >=media-libs/freetype-2 )
49
	pvm? ( >=sys-cluster/pvm-3.4 )"
49
	pvm? ( >=sys-cluster/pvm-3.4 )"
50
50
51
src_unpack() {
52
	unpack ${A}
53
	cd ${S}
54
55
	#apply patches to compile with libquicktime >= 0.9.4 (bug #85865)
56
	epatch ${FILESDIR}/transcode-0.6.14-libquicktime094.patch
57
	#apply amd64 and mmx patches from CVS
58
	epatch ${FILESDIR}/transcode-0.6.14-amd64_mmx.patch
59
}
60
51
src_compile() {
61
src_compile() {
62
	einfo "Running autoreconf"
63
        autoreconf || die "autoreconf failed"
52
	filter-flags -maltivec -mabi=altivec -momit-leaf-frame-pointer
64
	filter-flags -maltivec -mabi=altivec -momit-leaf-frame-pointer
53
	use ppc && append-flags -U__ALTIVEC__
65
	use ppc && append-flags -U__ALTIVEC__
54
	# fix invalid paths in .la files of plugins
66
	# fix invalid paths in .la files of plugins

Return to bug 85865