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

(-)/var/db/repos/gentoo/media-video/handbrake/handbrake-1.3.3.ebuild (-3 / +3 lines)
Lines 89-97 Link Here
89
89
90
	# Use whichever python is set by portage
90
	# Use whichever python is set by portage
91
	"${FILESDIR}/${PN}-1.3.0-dont-search-for-python.patch"
91
	"${FILESDIR}/${PN}-1.3.0-dont-search-for-python.patch"
92
93
	# Fix x265 linkage... again #724650
94
	"${FILESDIR}/${PN}-1.3.2-x265-link.patch"
95
)
92
)
96
93
97
src_prepare() {
94
src_prepare() {
Lines 102-107 Link Here
102
99
103
	default
100
	default
104
101
102
	# Fix x265 linkage... again #724650
103
	use x265 && eapply "${FILESDIR}/${PN}-1.3.2-x265-link.patch"
104
105
	cd "${S}/gtk"
105
	cd "${S}/gtk"
106
	# Don't run autogen.sh.
106
	# Don't run autogen.sh.
107
	sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed"
107
	sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed"

Return to bug 737934