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

(-)media-libs/x265/x265-1.2.ebuild (+9 lines)
Lines 28-33 Link Here
28
	abi_x86_32? ( ${ASM_DEPEND} )
28
	abi_x86_32? ( ${ASM_DEPEND} )
29
	abi_x86_64? ( ${ASM_DEPEND} )"
29
	abi_x86_64? ( ${ASM_DEPEND} )"
30
30
31
ASM_MULTILIB_ABIS="abi_x86_32 abi_x86_64"
32
31
src_unpack() {
33
src_unpack() {
32
	if [[ ${PV} = 9999* ]]; then
34
	if [[ ${PV} = 9999* ]]; then
33
		mercurial_src_unpack
35
		mercurial_src_unpack
Lines 48-53 Link Here
48
		-DHIGH_BIT_DEPTH=$(usex 10bit "ON" "OFF")
50
		-DHIGH_BIT_DEPTH=$(usex 10bit "ON" "OFF")
49
		-DLIB_INSTALL_DIR="$(get_libdir)"
51
		-DLIB_INSTALL_DIR="$(get_libdir)"
50
	)
52
	)
53
54
	if has ${MULTILIB_ABI_FLAG} ${ASM_MULTILIB_ABIS} ; then
55
		mycmakeargs+=( "-DENABLE_ASSEMBLY=ON" )
56
	else
57
		mycmakeargs+=( "-DENABLE_ASSEMBLY=OFF" )
58
	fi
59
51
	cmake-utils_src_configure
60
	cmake-utils_src_configure
52
}
61
}
53
62

Return to bug 510890