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

(-)fdk-aac-0.1.2.ebuild.orig (+9 lines)
Lines 39-41 Link Here
39
	)
39
	)
40
	autotools-multilib_src_configure
40
	autotools-multilib_src_configure
41
}
41
}
42
43
src_install() {
44
	autotools-multilib_src_install
45
	use examples && mv "${ED}/usr/bin/aac-enc" "${ED}/usr/bin/fdk-aac-enc"
46
}
47
48
pkg_postinst() {
49
	use examples && einfo "aac-enc was renamed to fdk-aac-enc to prevent file collision with other packages"
50
}

Return to bug 483040