Update freetype to 2.14.2 (#9449)

This commit is contained in:
Andrew Murray 2026-03-09 22:39:27 +11:00 committed by GitHub
parent 2c87ce2d3d
commit 28524f2069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 10 deletions

View File

@ -90,11 +90,7 @@ fi
ARCHIVE_SDIR=pillow-depends-main
# Package versions for fresh source builds.
if [[ -n "$IOS_SDK" ]]; then
FREETYPE_VERSION=2.13.3
else
FREETYPE_VERSION=2.14.1
fi
FREETYPE_VERSION=2.14.2
HARFBUZZ_VERSION=12.3.2
LIBPNG_VERSION=1.6.55
JPEGTURBO_VERSION=3.1.3
@ -310,10 +306,6 @@ function build {
if [[ -n "$IS_MACOS" ]]; then
# Custom freetype build
if [[ -z "$IOS_SDK" ]]; then
build_simple sed 4.9 https://mirrors.middlendian.com/gnu/sed
fi
build_simple freetype $FREETYPE_VERSION https://download.savannah.gnu.org/releases/freetype tar.gz --with-harfbuzz=no
else
build_freetype

View File

@ -114,7 +114,7 @@ ARCHITECTURES = {
V = {
"BROTLI": "1.2.0",
"FREETYPE": "2.14.1",
"FREETYPE": "2.14.2",
"FRIBIDI": "1.0.16",
"HARFBUZZ": "12.3.2",
"JPEGTURBO": "3.1.3",