From 2a4651a73bfaf6b8eac010c6a4e0f038f55a3be8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 06:53:15 +0000 Subject: [PATCH 1/2] Dependency updates: harfbuzz xml2 --- versions.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.properties b/versions.properties index 9367d794..96e2a12f 100644 --- a/versions.properties +++ b/versions.properties @@ -9,7 +9,7 @@ VERSION_FONTCONFIG=2.17.1 VERSION_FREETYPE=2.14.2 VERSION_FRIBIDI=1.0.16 VERSION_GLIB=2.87.3 -VERSION_HARFBUZZ=12.3.2 +VERSION_HARFBUZZ=13.0.0 VERSION_HEIF=1.21.2 VERSION_HWY=1.3.0 VERSION_IMAGEQUANT=2.4.1 @@ -24,5 +24,5 @@ VERSION_TIFF=4.7.1 VERSION_UHDR=8cbc983 VERSION_VIPS=8.18.0 VERSION_WEBP=1.6.0 -VERSION_XML2=2.15.1 +VERSION_XML2=2.15.2 VERSION_ZLIB_NG=2.3.3 From a2a341ccb2ef54417ecd751fef0cc074f51ecdee Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 5 Mar 2026 15:17:03 +0000 Subject: [PATCH 2/2] harfbuzz: skip building newly-added libraries --- build/posix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/posix.sh b/build/posix.sh index 03ea19dd..d694dad2 100755 --- a/build/posix.sh +++ b/build/posix.sh @@ -287,6 +287,7 @@ $CURL https://github.com/harfbuzz/harfbuzz/archive/${VERSION_HARFBUZZ}.tar.gz | cd ${DEPS}/harfbuzz meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \ -Dgobject=disabled -Dicu=disabled -Dtests=disabled -Dintrospection=disabled -Ddocs=disabled -Dbenchmark=disabled -Dutilities=disabled \ + -Draster=disabled -Dvector=disabled -Dsubset=disabled \ ${DARWIN:+-Dcoretext=enabled} meson install -C _build --tag devel