Mon Sep 26 17:33:52 2022 UTC ()
harfbuzz: update to 5.2.0.

Overview of changes leading to 5.2.0
Saturday, September 17, 2022
====================================
- Fix regressions in hb-ft font functions for FT_Face窶冱 with transformation
  matrix. (Behdad Esfahbod)
- The experimental hb-repacker API now supports splitting several GPOS subtable
  types when needed. (Garret Rieger)
- The HarfBuzz extensions to OpenType font format are now opt-in behind
  build-time flags. (Behdad Esfahbod)
- The experimental hb-subset variable fonts instantiation API can now
  instantiate more font tables and arbitrary axis locations. (Qunxin Liu)
- Unicode 15 support. (David Corbett)
- Various documentation improvements. (Behdad Esfahbod, Matthias Clasen)
- The hb-view command line tool now detects WezTerm inline images support.
  (Wez Furlong)
- Fix FreeType and ICU dependency lookup with meson. (Xavier Claessens)

- New API:
+HB_SCRIPT_KAWI
+HB_SCRIPT_NAG_MUNDARI


(wiz)
diff -r1.26 -r1.27 pkgsrc/fonts/harfbuzz/Makefile.common
diff -r1.122 -r1.123 pkgsrc/fonts/harfbuzz/distinfo
diff -r1.1 -r0 pkgsrc/fonts/harfbuzz/patches/patch-src_test-repacker.cc

cvs diff -r1.26 -r1.27 pkgsrc/fonts/harfbuzz/Makefile.common (expand / switch to context diff)
--- pkgsrc/fonts/harfbuzz/Makefile.common 2022/08/07 14:53:38 1.26
+++ pkgsrc/fonts/harfbuzz/Makefile.common 2022/09/26 17:33:52 1.27
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.26 2022/08/07 14:53:38 tnn Exp $
+# $NetBSD: Makefile.common,v 1.27 2022/09/26 17:33:52 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=	harfbuzz-5.1.0
+DISTNAME=	harfbuzz-5.2.0
 CATEGORIES=	fonts
 MASTER_SITES=	${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}

cvs diff -r1.122 -r1.123 pkgsrc/fonts/harfbuzz/distinfo (expand / switch to context diff)
--- pkgsrc/fonts/harfbuzz/distinfo 2022/08/07 12:35:34 1.122
+++ pkgsrc/fonts/harfbuzz/distinfo 2022/09/26 17:33:52 1.123
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.122 2022/08/07 12:35:34 tnn Exp $
+$NetBSD: distinfo,v 1.123 2022/09/26 17:33:52 wiz Exp $
 
-BLAKE2s (harfbuzz-5.1.0.tar.xz) = 2bb7d692f5e22b611db664f3ae0c193ecf272d3d74c718b49e7b385f6ff259a0
+BLAKE2s (harfbuzz-5.2.0.tar.xz) = 50b8c234941281cdde9f0262d9c5dc91662b25f9498914ee66b186db384f0661
-SHA512 (harfbuzz-5.1.0.tar.xz) = 452c4236ef997db2a32c5ac32d3b619c5fa9b5691cde935092b32581387de8d161ab1ba78dd9fa02c36ce553f0f1fdd5564132ec81cd7b863af6d3be96cbf979
+SHA512 (harfbuzz-5.2.0.tar.xz) = 3c95ae9916dfc283714b936988726c0b391f634e22a62d148c201104178ee229c48e49cc82961d728a5c8bc8af06978eb172b35acb552c969bc2385892380d30
-Size (harfbuzz-5.1.0.tar.xz) = 15183424 bytes
+Size (harfbuzz-5.2.0.tar.xz) = 17711968 bytes
-SHA1 (patch-src_test-repacker.cc) = 2a1021ec6a2cb35b23bd6a6576b1e9bb6feb2580

File Deleted: pkgsrc/fonts/harfbuzz/patches/Attic/patch-src_test-repacker.cc