Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 30, 2023
2 parents f67e53b + cfd5c8a commit 3761332
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pillow
Submodule Pillow updated 146 files
13 changes: 8 additions & 5 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
ARCHIVE_SDIR=pillow-depends-main

# Package versions for fresh source builds
FREETYPE_VERSION=2.13.0
HARFBUZZ_VERSION=7.3.0
FREETYPE_VERSION=2.13.1
HARFBUZZ_VERSION=8.0.0
LIBPNG_VERSION=1.6.40
JPEGTURBO_VERSION=2.1.5.1
JPEGTURBO_VERSION=3.0.0
OPENJPEG_VERSION=2.5.0
XZ_VERSION=5.4.3
TIFF_VERSION=4.5.0
TIFF_VERSION=4.5.1
LCMS2_VERSION=2.15
if [[ -n "$IS_MACOS" ]]; then
GIFLIB_VERSION=5.1.4
Expand All @@ -22,7 +22,7 @@ if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then
else
ZLIB_VERSION=1.2.8
fi
LIBWEBP_VERSION=1.3.0
LIBWEBP_VERSION=1.3.1
BZIP2_VERSION=1.0.8
LIBXCB_VERSION=1.15
BROTLI_VERSION=1.0.9
Expand Down Expand Up @@ -93,6 +93,9 @@ function pre_build {

ORIGINAL_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -O3 -DNDEBUG"
if [[ -n "$IS_MACOS" ]]; then
CFLAGS="$CFLAGS -Wl,-headerpad_max_install_names"
fi
build_libwebp
CFLAGS=$ORIGINAL_CFLAGS

Expand Down

0 comments on commit 3761332

Please sign in to comment.