mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[harfbuzz] update to 12.3.0 (#49141)
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO harfbuzz/harfbuzz
|
||||
REF ${VERSION}
|
||||
SHA512 016cd45720a466740c95bea1bb4eb97d218404536c7498a604d718b9301caf0aa88efef839b2b67823c8b65ae22a335a597580b6ba0dc1602e82287ee3eeb5c1
|
||||
SHA512 b8f0acf2d25abd64881b4dcef52d0a2d43eefd9ead6833878b5183f38bcac8659b9c6c26358dd0624b4f6633da4c3a536f60bcf8b471d451a518dec45fd44f7a
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-win32-build.patch
|
||||
@@ -114,13 +114,13 @@ if(cxx_link_libraries)
|
||||
endif()
|
||||
|
||||
if(VCPKG_TARGET_IS_WINDOWS)
|
||||
file(GLOB pc_files
|
||||
"${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/*.pc"
|
||||
file(GLOB pc_files
|
||||
"${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/*.pc"
|
||||
"${CURRENT_PACKAGES_DIR}/lib/pkgconfig/*.pc"
|
||||
)
|
||||
foreach(pc_file IN LISTS pc_files)
|
||||
vcpkg_replace_string("${pc_file}"
|
||||
"\\$\\{prefix\}\\/lib\\/([a-zA-Z0-9\-]*)\\.lib"
|
||||
"\\$\\{prefix\}\\/lib\\/([a-zA-Z0-9\-]*)\\.lib"
|
||||
"-l\\1"
|
||||
REGEX
|
||||
IGNORE_UNCHANGED
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "harfbuzz",
|
||||
"version": "12.2.0",
|
||||
"version": "12.3.0",
|
||||
"description": "HarfBuzz OpenType text shaping engine",
|
||||
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
||||
"license": "MIT-Modern-Variant",
|
||||
|
||||
@@ -3693,7 +3693,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"harfbuzz": {
|
||||
"baseline": "12.2.0",
|
||||
"baseline": "12.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"hash-library": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8d5d30281bc0f3753723040b88a95d9e3eb4815c",
|
||||
"version": "12.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "629371a14702315d64fcf96ca80154ce13ed90b9",
|
||||
"version": "12.2.0",
|
||||
|
||||
Reference in New Issue
Block a user