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 unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile.common,v 1.26 2022/08/07 14:53:38 tnn Exp $ 1# $NetBSD: Makefile.common,v 1.27 2022/09/26 17:33:52 wiz Exp $
2# used by fonts/harfbuzz-icu/Makefile 2# used by fonts/harfbuzz-icu/Makefile
3 3
4DISTNAME= harfbuzz-5.1.0 4DISTNAME= harfbuzz-5.2.0
5CATEGORIES= fonts 5CATEGORIES= fonts
6MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/}
7GITHUB_RELEASE= ${PKGVERSION_NOREV} 7GITHUB_RELEASE= ${PKGVERSION_NOREV}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://harfbuzz.github.io/ 11HOMEPAGE= https://harfbuzz.github.io/
12LICENSE= mit 12LICENSE= mit
13 13
14WRKSRC= ${WRKDIR}/${DISTNAME} 14WRKSRC= ${WRKDIR}/${DISTNAME}
15 15
16DISTINFO_FILE= ${.CURDIR}/../../fonts/harfbuzz/distinfo 16DISTINFO_FILE= ${.CURDIR}/../../fonts/harfbuzz/distinfo
17PATCHDIR= ${.CURDIR}/../../fonts/harfbuzz/patches 17PATCHDIR= ${.CURDIR}/../../fonts/harfbuzz/patches

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

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