[harfbuzz] update to 5.0.1 (#25961)

* [harfbuzz] update to 5.0.1

* v db
This commit is contained in:
Alexander Neumann 2022-07-25 20:45:46 +02:00 committed by GitHub
parent 6def72be5a
commit 4b5b820053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 6 deletions

View File

@ -0,0 +1,13 @@
diff --git a/src/meson.build b/src/meson.build
index e336037a2..a7c501b78 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -473,7 +473,7 @@ defs_list = [harfbuzz_def]
version = '0.@0@.0'.format(hb_version_int)
extra_hb_cpp_args = []
-if cpp.get_id() == 'msvc'
+if cpp.get_argument_syntax() == 'msvc'
if get_option('default_library') != 'static'
extra_hb_cpp_args += '-DHB_DLL_EXPORT'
endif

View File

@ -1,9 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO harfbuzz/harfbuzz
REF 4.2.0
SHA512 2aff1e6a41d6186b71f2915296c46c0b2ffc67371e1f05c13a62c237ff7a84d7d78d414d7a395e1616a2861c83c4792ef5936a492713780564b994d18e2d3e38
REF 5.0.1
SHA512 9d05b97dfce248634b6b3ff69fac5cc344f0c8265bf05595b74b0b060049dba082d358184662b8ea045cd51c3d07e7c4a4804513052094566b777c33ec5af89c
HEAD_REF master
PATCHES
fix-win32-build.patch
)
if("icu" IN_LIST FEATURES)

View File

@ -1,7 +1,6 @@
{
"name": "harfbuzz",
"version": "4.2.0",
"port-version": 1,
"version": "5.0.1",
"description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz",
"license": "MIT-Modern-Variant",

View File

@ -2781,8 +2781,8 @@
"port-version": 0
},
"harfbuzz": {
"baseline": "4.2.0",
"port-version": 1
"baseline": "5.0.1",
"port-version": 0
},
"hash-library": {
"baseline": "8",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bfe57115dd9a78a72cbbaadf756e83bbbff449ed",
"version": "5.0.1",
"port-version": 0
},
{
"git-tree": "aa86b69179481aee3a47cb7452a7058a65e6da0c",
"version": "4.2.0",