From 49036fb0ddfa758c51a2de058a2f3f5e9c68cd3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 06:56:20 +0000 Subject: [PATCH 1/2] Dependency updates: aom harfbuzz --- versions.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.properties b/versions.properties index 47e760e5..1508e9b8 100644 --- a/versions.properties +++ b/versions.properties @@ -1,4 +1,4 @@ -VERSION_AOM=3.13.1 +VERSION_AOM=3.13.2 VERSION_ARCHIVE=3.8.6 VERSION_CAIRO=1.18.4 VERSION_CGIF=0.5.2 @@ -9,7 +9,7 @@ VERSION_FONTCONFIG=2.17.1 VERSION_FREETYPE=2.14.2 VERSION_FRIBIDI=1.0.16 VERSION_GLIB=2.88.0 -VERSION_HARFBUZZ=13.2.0 +VERSION_HARFBUZZ=13.2.1 VERSION_HEIF=1.21.2 VERSION_HWY=1.3.0 VERSION_IMAGEQUANT=2.4.1 From afd9167685848830a3c1d2146886585254cfcefe Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 22 Mar 2026 12:04:33 +0000 Subject: [PATCH 2/2] aom: remove no longer required patch --- build/posix.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/posix.sh b/build/posix.sh index a01bd213..01c80a34 100755 --- a/build/posix.sh +++ b/build/posix.sh @@ -176,8 +176,6 @@ meson install -C _build --tag devel mkdir ${DEPS}/aom $CURL https://storage.googleapis.com/aom-releases/libaom-${VERSION_AOM}.tar.gz | tar xzC ${DEPS}/aom --strip-components=1 cd ${DEPS}/aom -# [PATCH] cmake: fix nasm detection w/3.0 -$CURL https://github.com/m-ab-s/aom/commit/6d2b7f71b98bfa28e372b1f2d85f137280bdb3de.patch | patch -p1 mkdir aom_build cd aom_build AOM_AS_FLAGS="${FLAGS}" cmake -G"Unix Makefiles" \