Skip to content

Commit 3c1d3f4

Browse files
[Deps] Lower HarfBuzz bump to 3.2.0
1 parent 98e2e82 commit 3c1d3f4

4 files changed

Lines changed: 21 additions & 7 deletions

File tree

UpcomingReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Update dependencies:
33
- FriBidi-1.0.12
44
- FreeType-2.12.1
55
- GLib-2.66.8
6-
- HarfBuzz-4.2.1
6+
- HarfBuzz-3.2.0
77
- proxy-libintl-0.4.1
88
- LCMS2-2.13.1
99
- libexpat-2.4.8

dependency-builder/src/main/cpp/packages/harfbuzz.cmake

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,22 @@ include_guard(GLOBAL)
22

33
ExternalProjectMeson(harfbuzz
44
DEPENDS cairo fontconfig freetype glib-2.0
5-
URL https://github.com/harfbuzz/harfbuzz/releases/download/4.2.1/harfbuzz-4.2.1.tar.xz
6-
URL_HASH SHA256=bd17916513829aeff961359a5ccebba6de2f4bf37a91faee3ac29c120e3d7ee1
5+
6+
# Issue #65
7+
# https://github.com/harfbuzz/harfbuzz/releases/download/4.2.1/harfbuzz-4.2.1.tar.xz
8+
# bd17916513829aeff961359a5ccebba6de2f4bf37a91faee3ac29c120e3d7ee1
9+
10+
# https://github.com/harfbuzz/harfbuzz/releases/download/3.4.0/harfbuzz-3.4.0.tar.xz
11+
# 7158a87c4db82521fc506711f0c8864115f0292d95f7136c8812c11811cdf952
12+
13+
# https://github.com/harfbuzz/harfbuzz/releases/download/3.3.2/harfbuzz-3.3.2.tar.xz
14+
# 1c13bca136c4f66658059853e2c1253f34c88f4b5c5aba6050aba7b5e0ce2503
15+
16+
# https://github.com/harfbuzz/harfbuzz/releases/download/3.3.0/harfbuzz-3.3.0.tar.xz
17+
# f6fb9f28d3df7c027f38b283ec28944fb9900ab2898b149c75c91c34c9c186e6
18+
19+
URL https://github.com/harfbuzz/harfbuzz/releases/download/3.2.0/harfbuzz-3.2.0.tar.xz
20+
URL_HASH SHA256=0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd
721

822
# Meson tests don't really work when cross compiling
923
CONFIGURE_ARGUMENTS -Dtests=disabled

licenseOnly/HarfBuzz/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
targetSdk 32
1414

1515
versionCode 1
16-
versionName '4.2.1'
16+
versionName '3.2.0'
1717
}
1818
publishing {
1919
singleVariant("release") {
@@ -41,7 +41,7 @@ afterEvaluate {
4141
licenses {
4242
license {
4343
name = 'Old MIT'
44-
url = 'https://github.com/harfbuzz/harfbuzz/blob/4.2.1/COPYING'
44+
url = 'https://github.com/harfbuzz/harfbuzz/blob/3.2.0/COPYING'
4545
distribution = 'repo'
4646
}
4747
}
@@ -51,7 +51,7 @@ afterEvaluate {
5151
}
5252
developers {
5353
// Developer list obtained from:
54-
// https://github.com/harfbuzz/harfbuzz/blob/4.2.1/AUTHORS
54+
// https://github.com/harfbuzz/harfbuzz/blob/3.2.0/AUTHORS
5555
developer {
5656
name = 'Behdad Esfahbod'
5757
}

licenseOnly/pdf2htmlEX-dependency-tree/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
// implementation 'com.viliussutkus89.licenseOnly:FreeType:'
109109
implementation 'com.viliussutkus89.licenseOnly:FriBiDi:1.0.12'
110110
// implementation 'com.viliussutkus89.licenseOnly:GLib:'
111-
implementation 'com.viliussutkus89.licenseOnly:HarfBuzz:4.2.1'
111+
implementation 'com.viliussutkus89.licenseOnly:HarfBuzz:3.2.0'
112112

113113
// Dependencies of proxy-libintl
114114
// none

0 commit comments

Comments
 (0)