diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-09-08 12:04:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 21:04:22 -0700 |
| commit | c126a7817c74c88ef95672640c5ec2ba518f7341 (patch) | |
| tree | d558e569cf018fdfb53bdd2ebdbd73e8b17364e8 | |
| parent | 4d8cf181f1172e32fb0494aebaa2a8a117c4cebc (diff) | |
| download | vcpkg-c126a7817c74c88ef95672640c5ec2ba518f7341.tar.gz vcpkg-c126a7817c74c88ef95672640c5ec2ba518f7341.zip | |
[harfbuzz] update to 2.9.0 (#19817)
* [harfbuzz] update to 2.9.0
* update version
* update version to version-semver
* update version
* remove fontconfig option
* update version
| -rw-r--r-- | ports/harfbuzz/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/harfbuzz/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/harfbuzz.json | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake index 7b3caed4c..bb5cdc37f 100644 --- a/ports/harfbuzz/portfile.cmake +++ b/ports/harfbuzz/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO harfbuzz/harfbuzz - REF 63e15eac4f443fa53565d1e4fb9611cdd7814f28 # 2.8.2 - SHA512 8a743ce465f01d6cb49ac74efb1159d965e41c89267eeb4078ec4c342c24599e14419a0416f8d35a0b9dd00e76cc79b4dbd6f50ddd1b8da761d61158d1018ebc + REF 9aa6f8a93f035dd0a1e3978da495d830049480c8 # 2.9.0 + SHA512 7ef82298e6f5e0d8a78bb6a408e2ec0a4016c7931ef69d52e75ed8e9e0b31628f2ae5ea913dcbfa7d5159412ae487400ea1391254477064ba8fb1aa0cdbe5ed9 HEAD_REF master PATCHES # This patch is a workaround that is needed until the following issues are resolved upstream: @@ -49,7 +49,6 @@ vcpkg_configure_meson( SOURCE_PATH ${SOURCE_PATH} OPTIONS ${FEATURE_OPTIONS} -Dcairo=disabled # Use Cairo graphics library - -Dfontconfig=disabled # Use fontconfig -Dintrospection=disabled # Generate gobject-introspection bindings (.gir/.typelib files) -Ddocs=disabled # Generate documentation with gtk-doc -Dtests=disabled diff --git a/ports/harfbuzz/vcpkg.json b/ports/harfbuzz/vcpkg.json index 2eb7e6d3f..4bab55174 100644 --- a/ports/harfbuzz/vcpkg.json +++ b/ports/harfbuzz/vcpkg.json @@ -1,6 +1,6 @@ { "name": "harfbuzz", - "version": "2.8.2", + "version-semver": "2.9.0", "description": "HarfBuzz OpenType text shaping engine", "homepage": "https://github.com/harfbuzz/harfbuzz", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 0f86cbcb5..d949a0cd5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2521,7 +2521,7 @@ "port-version": 0 }, "harfbuzz": { - "baseline": "2.8.2", + "baseline": "2.9.0", "port-version": 0 }, "hayai": { diff --git a/versions/h-/harfbuzz.json b/versions/h-/harfbuzz.json index ced513c5e..928a7b385 100644 --- a/versions/h-/harfbuzz.json +++ b/versions/h-/harfbuzz.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7bc55c4f88d240855ec6c7da3907811600e61b28", + "version-semver": "2.9.0", + "port-version": 0 + }, + { "git-tree": "823024398648ee98849f8a4f73f778a8f97ccd1f", "version": "2.8.2", "port-version": 0 |
