Lines 11-17
Link Here
|
11 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" |
11 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" |
12 |
S="${WORKDIR}/${PN}-release-${PV}/" |
12 |
S="${WORKDIR}/${PN}-release-${PV}/" |
13 |
fi |
13 |
fi |
14 |
inherit autotools multilib-minimal |
14 |
inherit autotools multilib-minimal flag-o-matic |
15 |
|
15 |
|
16 |
DESCRIPTION="Scaling, colorspace conversion, and dithering library" |
16 |
DESCRIPTION="Scaling, colorspace conversion, and dithering library" |
17 |
HOMEPAGE="https://github.com/sekrit-twc/zimg" |
17 |
HOMEPAGE="https://github.com/sekrit-twc/zimg" |
Lines 26-31
Link Here
|
26 |
} |
26 |
} |
27 |
|
27 |
|
28 |
multilib_src_configure() { |
28 |
multilib_src_configure() { |
|
|
29 |
filter-flags mno-avx -mno-avx2 -mno-avx512bw -mno-avx512cd -mno-avx512dq -mno-avx512f -mno-avx512vl -mno-avx512vnni -mno-f16c -mno-fma -mno-sse -mno-sse2 |
29 |
ECONF_SOURCE="${S}" econf \ |
30 |
ECONF_SOURCE="${S}" econf \ |
30 |
$(use_enable debug) \ |
31 |
$(use_enable debug) \ |
31 |
$(use_enable static-libs static) |
32 |
$(use_enable static-libs static) |