Skip to content

[harfbuzz] Update to 11.2.0 #45428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions ports/harfbuzz/fix-build-ffmpeg-failed.patch

This file was deleted.

10 changes: 0 additions & 10 deletions ports/harfbuzz/fix-win32-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,3 @@ index 87e8962..bdfa797 100644
hb_subset_headers = files(
'hb-subset.h',
'hb-subset-serialize.h'
@@ -559,8 +564,7 @@ defs_list = [harfbuzz_def]

version = '0.@[email protected]'.format(hb_version_int)

-extra_hb_cpp_args = []
-if cpp.get_define('_MSC_FULL_VER') != ''
+if cpp.get_argument_syntax() == 'msvc'
if get_option('default_library') != 'static'
extra_hb_cpp_args += '-DHB_DLL_EXPORT'
endif
5 changes: 2 additions & 3 deletions ports/harfbuzz/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO harfbuzz/harfbuzz
REF ${VERSION}
SHA512 697205a571bb3d52d83598e8511e2e21e7cd15630aac32d8deb4354e462efda6a5ce46510cf4a1c18365dffe935cf2e4f1fda65d1779f17c9bb60c503315bf5c
SHA512 1dd91dea966e7da2d4077bb711f5936e30829a80b88ea77b987da57f15ae9566aa2eaf8bd1dcf099e73c2eb52b66654c6cb1f69c907c58f3d046e284e81d973c
HEAD_REF master
PATCHES
fix-win32-build.patch
fix-build-ffmpeg-failed.patch
)

if("icu" IN_LIST FEATURES)
Expand Down Expand Up @@ -136,7 +135,7 @@ configure_file("${CMAKE_CURRENT_LIST_DIR}/harfbuzzConfig.cmake.in"

vcpkg_list(SET TOOL_NAMES)
if("glib" IN_LIST FEATURES)
vcpkg_list(APPEND TOOL_NAMES hb-subset hb-shape hb-ot-shape-closure hb-info)
vcpkg_list(APPEND TOOL_NAMES hb-subset hb-shape hb-info)
if("cairo" IN_LIST FEATURES)
vcpkg_list(APPEND TOOL_NAMES hb-view)
endif()
Expand Down
3 changes: 1 addition & 2 deletions ports/harfbuzz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "harfbuzz",
"version": "10.2.0",
"port-version": 4,
"version": "11.2.0",
"description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz",
"license": "MIT-Modern-Variant",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3613,8 +3613,8 @@
"port-version": 1
},
"harfbuzz": {
"baseline": "10.2.0",
"port-version": 4
"baseline": "11.2.0",
"port-version": 0
},
"hash-library": {
"baseline": "8",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/harfbuzz.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ef4fc292c6d2303971b50afc92fbd7bc38acc89d",
"version": "11.2.0",
"port-version": 0
},
{
"git-tree": "e213a343364c5985ede5d4018a7f13969d82d3fc",
"version": "10.2.0",
Expand Down