Сравнение openimageio-2.4.12.0 с openimageio-2.4.13.0
/usr/portage/media-libs/openimageio/openimageio-2.4.13.0.ebuild 2023-10-09 14:52:31.708368406 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
FONT_PN=OpenImageIO |
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
8 | 8 | |
9 | 9 |
TEST_OIIO_IMAGE_COMMIT="aae37a54e31c0e719edcec852994d052ecf6541e" |
10 | 10 |
TEST_OEXR_IMAGE_COMMIT="df16e765fee28a947244657cae3251959ae63c00" |
11 |
inherit cmake font python-single-r1 |
|
11 |
inherit cmake flag-o-matic font python-single-r1 |
|
12 | 12 | |
13 | 13 |
DESCRIPTION="A library for reading and writing images" |
14 | 14 |
HOMEPAGE="https://sites.google.com/site/openimageio/ https://github.com/OpenImageIO" |
... | ... | |
50 | 50 |
dev-cpp/robin-map |
51 | 51 |
dev-libs/libfmt:= |
52 | 52 |
dev-libs/pugixml:= |
53 |
>=media-libs/libheif-1.7.0:= |
|
53 |
>=media-libs/libheif-1.13.0:= |
|
54 | 54 |
media-libs/libjpeg-turbo:= |
55 | 55 |
media-libs/libpng:0= |
56 | 56 |
>=media-libs/libwebp-0.2.1:= |
... | ... | |
125 | 125 |
# If no CPU SIMDs were used, completely disable them |
126 | 126 |
[[ -z ${mysimd} ]] && mysimd=("0") |
127 | 127 | |
128 |
# This is currently needed on arm64 to get the NEON SIMD wrapper to compile the code successfully |
|
129 |
# Even if there are no SIMD features selected, it seems like the code will turn on NEON support if it is available. |
|
130 |
use arm64 && append-flags -flax-vector-conversions |
|
131 | ||
128 | 132 |
local mycmakeargs=( |
129 | 133 |
-DVERBOSE=ON |
130 | 134 |
-DOIIO_BUILD_TOOLS=$(usex tools) |