mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 13:07:00 +03:00
Merge f2a5720cc6
into d42e537efe
This commit is contained in:
commit
c6b4eb68a4
10
.github/workflows/wheels-dependencies.sh
vendored
10
.github/workflows/wheels-dependencies.sh
vendored
|
@ -93,7 +93,11 @@ ARCHIVE_SDIR=pillow-depends-main
|
||||||
# Package versions for fresh source builds. Version numbers with "Patched"
|
# Package versions for fresh source builds. Version numbers with "Patched"
|
||||||
# annotations have a source code patch that is required for some platforms. If
|
# annotations have a source code patch that is required for some platforms. If
|
||||||
# you change those versions, ensure the patch is also updated.
|
# you change those versions, ensure the patch is also updated.
|
||||||
FREETYPE_VERSION=2.13.3
|
if [[ -n "$IOS_SDK" ]]; then
|
||||||
|
FREETYPE_VERSION=2.13.1
|
||||||
|
else
|
||||||
|
FREETYPE_VERSION=2.14.1
|
||||||
|
fi
|
||||||
HARFBUZZ_VERSION=11.5.0
|
HARFBUZZ_VERSION=11.5.0
|
||||||
LIBPNG_VERSION=1.6.50
|
LIBPNG_VERSION=1.6.50
|
||||||
JPEGTURBO_VERSION=3.1.2
|
JPEGTURBO_VERSION=3.1.2
|
||||||
|
@ -314,6 +318,10 @@ function build {
|
||||||
|
|
||||||
if [[ -n "$IS_MACOS" ]]; then
|
if [[ -n "$IS_MACOS" ]]; then
|
||||||
# Custom freetype build
|
# 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
|
build_simple freetype $FREETYPE_VERSION https://download.savannah.gnu.org/releases/freetype tar.gz --with-harfbuzz=no
|
||||||
else
|
else
|
||||||
build_freetype
|
build_freetype
|
||||||
|
|
Loading…
Reference in New Issue
Block a user