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

Collapse All | Expand All

(-)libvpx-1.4.0.ebuild (-2 / +6 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.4.0.ebuild,v 1.1 2015/04/07 20:34:20 phajdan.jr Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.4.0.ebuild,v 1.1 2015/04/07 20:34:20 phajdan.jr Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils multilib toolchain-funcs multilib-minimal
6
inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
7
7
8
LIBVPX_TESTDATA_VER=1.4.0
8
LIBVPX_TESTDATA_VER=1.4.0
9
9
Lines 27-33 Link Here
27
27
28
LICENSE="BSD"
28
LICENSE="BSD"
29
SLOT="0"
29
SLOT="0"
30
IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 static-libs test +threads"
30
IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 neon static-libs test +threads"
31
31
32
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
32
RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
33
DEPEND="abi_x86_32? ( dev-lang/yasm )
33
DEPEND="abi_x86_32? ( dev-lang/yasm )
Lines 52-57 Link Here
52
multilib_src_configure() {
52
multilib_src_configure() {
53
	unset CODECS #357487
53
	unset CODECS #357487
54
54
55
	use neon && filter-flags "-mfpu=*" #547194
56
55
	# let the build system decide which AS to use (it honours $AS but
57
	# let the build system decide which AS to use (it honours $AS but
56
	# then feeds it with yasm flags without checking...) #345161
58
	# then feeds it with yasm flags without checking...) #345161
57
	tc-export AS
59
	tc-export AS
Lines 99-104 Link Here
99
		$(use_enable cpu_flags_x86_sse3 sse3) \
101
		$(use_enable cpu_flags_x86_sse3 sse3) \
100
		$(use_enable cpu_flags_x86_sse4_1 sse4_1) \
102
		$(use_enable cpu_flags_x86_sse4_1 sse4_1) \
101
		$(use_enable cpu_flags_x86_ssse3 ssse3) \
103
		$(use_enable cpu_flags_x86_ssse3 ssse3) \
104
		$(use_enable neon) \
105
		$(use_enable neon neon_asm) \
102
		$(use_enable static-libs static) \
106
		$(use_enable static-libs static) \
103
		$(use_enable test unit-tests) \
107
		$(use_enable test unit-tests) \
104
		$(use_enable threads multithread) \
108
		$(use_enable threads multithread) \

Return to bug 547194