summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-02-01 13:25:50 +0100
committerØrjan Malde <red@foxi.me>2022-02-01 13:25:50 +0100
commit6e86bfa317a2949064b71f74a7aae99ac2079e84 (patch)
tree335e660ae50ada5fd4bedd9b07ff045c27f94e9a /patches
parent16692fb5a2c657c5da8fbcd55b6961b04c22c335 (diff)
downloadmidipix_build-6e86bfa317a2949064b71f74a7aae99ac2079e84.tar.bz2
midipix_build-6e86bfa317a2949064b71f74a7aae99ac2079e84.tar.xz
groups/261.native_packages_x11.group: harfbuzz: bump to v2.1.3
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/harfbuzz-2.1.3.local.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/patches/harfbuzz-2.1.3.local.patch b/patches/harfbuzz-2.1.3.local.patch
new file mode 100644
index 00000000..5655c559
--- /dev/null
+++ b/patches/harfbuzz-2.1.3.local.patch
@@ -0,0 +1,21 @@
+diff -ru harfbuzz-2.1.3.orig/src/hb-aat-layout-kerx-table.hh harfbuzz-2.1.3/src/hb-aat-layout-kerx-table.hh
+--- harfbuzz-2.1.3.orig/src/hb-aat-layout-kerx-table.hh 2018-11-17 01:10:09.000000000 +0100
++++ harfbuzz-2.1.3/src/hb-aat-layout-kerx-table.hh 2022-02-01 13:19:10.829775494 +0100
+@@ -897,7 +897,7 @@
+ reverse = bool (st->u.header.coverage & st->u.header.Backwards) !=
+ HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction);
+
+- if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index))
++ if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (T::tableTag), c->lookup_index))
+ goto skip;
+
+ if (!seenCrossStream &&
+@@ -927,7 +927,7 @@
+ if (reverse)
+ c->buffer->reverse ();
+
+- (void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index);
++ (void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (T::tableTag), c->lookup_index);
+
+ skip:
+ st = &StructAfter<SubTable> (*st);