Skip to content

Commit 0677356

Browse files
committed
1 parent 86e22a5 commit 0677356

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

thirdparty/harfbuzz/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ if(NOT MONOLIBTIC)
6262
endif()
6363

6464
external_project(
65-
DOWNLOAD URL 6d5b10af0b184036238bbe2dd4959d3c
66-
https://github.com/harfbuzz/harfbuzz/releases/download/11.4.5/harfbuzz-11.4.5.tar.xz
65+
DOWNLOAD URL ed033407741d0e94df5049ed4dc9022b
66+
https://github.com/harfbuzz/harfbuzz/releases/download/11.5.1/harfbuzz-11.5.1.tar.xz
6767
PATCH_FILES ${PATCH_FILES}
6868
PATCH_COMMAND ${PATCH_CMD}
6969
CONFIGURE_COMMAND ${CFG_CMD}

thirdparty/harfbuzz/android.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ index e1ccd5b94..e62b8fb9f 100644
1717
fprintf (stderr, "harfbuzz ");
1818
vfprintf (stderr, fmt, ap);
1919
diff --git a/src/hb.hh b/src/hb.hh
20-
index ba18e36b9..aabbb6e97 100644
20+
index 78d075cc1..97ca69125 100644
2121
--- a/src/hb.hh
2222
+++ b/src/hb.hh
23-
@@ -484,6 +484,10 @@ static int HB_UNUSED _hb_errno = 0;
23+
@@ -485,6 +485,10 @@ static int HB_UNUSED _hb_errno = 0;
2424
#define HB_NO_SETLOCALE 1
2525
#endif
2626

thirdparty/harfbuzz/no-subset.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/src/meson.build b/src/meson.build
2-
index 111364a51..f60d40022 100644
2+
index 44c858c04..068b31a18 100644
33
--- a/src/meson.build
44
+++ b/src/meson.build
5-
@@ -672,7 +672,7 @@ defs_list += [harfbuzz_subset_def]
5+
@@ -673,7 +673,7 @@ defs_list += [harfbuzz_subset_def]
66

77
libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources,
88
include_directories: incconfig,
@@ -11,7 +11,7 @@ index 111364a51..f60d40022 100644
1111
link_with: [libharfbuzz],
1212
cpp_args: cpp_args + extra_hb_cpp_args,
1313
soversion: hb_so_version,
14-
@@ -683,7 +683,7 @@ libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources,
14+
@@ -684,7 +684,7 @@ libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources,
1515
)
1616

1717
custom_target('harfbuzz-subset.cc',

0 commit comments

Comments
 (0)