From f0b5f56e9f9d095b52de995a94c8387f0b4230ad Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:34:11 +1100 Subject: [PATCH] Updated libavif to 1.4.1 (#9479) --- .github/workflows/wheels-dependencies.sh | 2 +- depends/install_libavif.sh | 2 +- winbuild/build_prepare.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index dbb7bc977..85ce69e07 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -104,7 +104,7 @@ LIBWEBP_VERSION=1.6.0 BZIP2_VERSION=1.0.8 LIBXCB_VERSION=1.17.0 BROTLI_VERSION=1.2.0 -LIBAVIF_VERSION=1.4.0 +LIBAVIF_VERSION=1.4.1 function build_pkg_config { if [ -e pkg-config-stamp ]; then return; fi diff --git a/depends/install_libavif.sh b/depends/install_libavif.sh index 5c5c6f3f7..2c5687391 100755 --- a/depends/install_libavif.sh +++ b/depends/install_libavif.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -eo pipefail -version=1.4.0 +version=1.4.1 if [[ "$GHA_LIBAVIF_CACHE_HIT" == "true" ]]; then diff --git a/winbuild/build_prepare.py b/winbuild/build_prepare.py index 4a8138206..be72ae93b 100644 --- a/winbuild/build_prepare.py +++ b/winbuild/build_prepare.py @@ -119,7 +119,7 @@ V = { "HARFBUZZ": "13.2.1", "JPEGTURBO": "3.1.3", "LCMS2": "2.18", - "LIBAVIF": "1.4.0", + "LIBAVIF": "1.4.1", "LIBIMAGEQUANT": "4.4.1", "LIBPNG": "1.6.55", "LIBWEBP": "1.6.0",