From bc626ff7c225067c44ccdd046b366ab17b4fcd07 Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Wed, 25 Sep 2024 15:20:23 -0700 Subject: [PATCH] Update harfbuzz to v10.0.1 --- README.md | 2 +- .../harfbuzz/patches/0001-Remove-icu-uc-from-pkgconfig.patch | 4 ++-- ports/harfbuzz/portfile.cmake | 4 ++-- ports/harfbuzz/vcpkg.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5f4292bf..f7d2c4da 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ the requirements. | [sqlite](http://sqlite.org) | 3.46.1 | 2024-08-13 | | [woff2](https://github.com/google/woff2) | 1.0.2 | 2017-11-13 | | [freetype](https://www.freetype.org) | 2.13.3 | 2024-08-12 | -| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 9.0.0 | 2024-06-27 | +| [harfbuzz](https://github.com/harfbuzz/harfbuzz) | 10.0.1 | 2024-09-24 | | [pixman](http://www.pixman.org) | 0.42.2 | 2022-11-02 | | [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 | | [libpsl](https://github.com/rockdaboot/libpsl) | 0.21.5 | 2024-01-13 | diff --git a/ports/harfbuzz/patches/0001-Remove-icu-uc-from-pkgconfig.patch b/ports/harfbuzz/patches/0001-Remove-icu-uc-from-pkgconfig.patch index 20fccc3a..c1a2700f 100644 --- a/ports/harfbuzz/patches/0001-Remove-icu-uc-from-pkgconfig.patch +++ b/ports/harfbuzz/patches/0001-Remove-icu-uc-from-pkgconfig.patch @@ -1,4 +1,4 @@ -From 2a768cab03be7ef6cf1a6ffd061d2c2bd4cb32b0 Mon Sep 17 00:00:00 2001 +From 65464b145fe54fe5009f19a3cfec20a082045b14 Mon Sep 17 00:00:00 2001 From: Don Date: Sat, 24 Sep 2022 18:57:06 -0700 Subject: [PATCH] Remove icu-uc from pkgconfig @@ -20,5 +20,5 @@ index 949869a35..5be5b2686 100644 Libs: -L${libdir} -lharfbuzz-icu Cflags: -I${includedir}/harfbuzz -- -2.45.2.windows.1 +2.46.1.windows.1 diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake index a84d458c..29c5909b 100644 --- a/ports/harfbuzz/portfile.cmake +++ b/ports/harfbuzz/portfile.cmake @@ -1,4 +1,4 @@ -set(VERSION 9.0.0) +set(VERSION 10.0.1) set(FILENAME "harfbuzz-${VERSION}.tar.xz") set(URLS "https://github.com/harfbuzz/harfbuzz/releases/download/${VERSION}/${FILENAME}") @@ -7,7 +7,7 @@ set(URLS "https://github.com/harfbuzz/harfbuzz/releases/download/${VERSION}/${FI vcpkg_download_distfile(ARCHIVE URLS ${URLS} FILENAME ${FILENAME} - SHA512 2700b560727d9c4440ad9c74a170b857f20f9e553e5d98b0c4bcf086a25ba644149d7c89009a41d964af7a924efcc486da4dcbfa5cc4d47f9f10e9b6b8c689af + SHA512 3fb7dda6e51496337698d46cebe623f678a4e5b0f006be6e1309143a82408a362c149812477e083e14811a5cba565d76eb2c0804f5e1bbea7e1bf83678176048 ) # Patches diff --git a/ports/harfbuzz/vcpkg.json b/ports/harfbuzz/vcpkg.json index dbe36c0e..80270031 100644 --- a/ports/harfbuzz/vcpkg.json +++ b/ports/harfbuzz/vcpkg.json @@ -1,6 +1,6 @@ { "name": "harfbuzz", - "version": "9.0.0", + "version": "10.0.1", "description": "HarfBuzz OpenType text shaping engine", "homepage": "https://github.com/harfbuzz/harfbuzz", "license": "MIT-Modern-Variant",