From 5e3a92de28d9a03a89d105c21c2a1444ede0a6a2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 21 Mar 2026 08:35:07 +1100 Subject: [PATCH] Updated libavif to 1.4.1 --- .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 6f3a02f80d8..72987c97e73 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 5c5c6f3f7c2..2c5687391a9 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 95bb3e7d960..452cba7edc5 100644 --- a/winbuild/build_prepare.py +++ b/winbuild/build_prepare.py @@ -119,7 +119,7 @@ def cmd_msbuild( "HARFBUZZ": "13.0.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",