Downgrade openjpeg to 2.4.0 on macOS x86_64

This commit is contained in:
Andrew Murray 2022-05-14 12:34:11 +10:00 committed by GitHub
parent 9323426f73
commit f9283718f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,11 @@ FREETYPE_VERSION=2.12.1
HARFBUZZ_VERSION=4.2.1 HARFBUZZ_VERSION=4.2.1
LIBPNG_VERSION=1.6.37 LIBPNG_VERSION=1.6.37
JPEGTURBO_VERSION=2.1.3 JPEGTURBO_VERSION=2.1.3
OPENJPEG_VERSION=2.5.0 if [[ -n "$IS_MACOS" ]] && [[ "$PLAT" == "x86_64" ]]; then
OPENJPEG_VERSION=2.4.0
else
OPENJPEG_VERSION=2.5.0
fi
XZ_VERSION=5.2.5 XZ_VERSION=5.2.5
TIFF_VERSION=4.3.0 TIFF_VERSION=4.3.0
LCMS2_VERSION=2.13.1 LCMS2_VERSION=2.13.1