pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 26 17:33:52 UTC 2022

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile.common distinfo
Removed Files:
        pkgsrc/fonts/harfbuzz/patches: patch-src_test-repacker.cc

Log Message:
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’s 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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.122 -r1.123 pkgsrc/fonts/harfbuzz/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/fonts/harfbuzz/patches/patch-src_test-repacker.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.26 pkgsrc/fonts/harfbuzz/Makefile.common:1.27
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.26  Sun Aug  7 14:53:38 2022
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Mon Sep 26 17:33:52 2022
@@ -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}

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.122 pkgsrc/fonts/harfbuzz/distinfo:1.123
--- pkgsrc/fonts/harfbuzz/distinfo:1.122        Sun Aug  7 12:35:34 2022
+++ pkgsrc/fonts/harfbuzz/distinfo      Mon Sep 26 17:33:52 2022
@@ -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
-SHA512 (harfbuzz-5.1.0.tar.xz) = 452c4236ef997db2a32c5ac32d3b619c5fa9b5691cde935092b32581387de8d161ab1ba78dd9fa02c36ce553f0f1fdd5564132ec81cd7b863af6d3be96cbf979
-Size (harfbuzz-5.1.0.tar.xz) = 15183424 bytes
-SHA1 (patch-src_test-repacker.cc) = 2a1021ec6a2cb35b23bd6a6576b1e9bb6feb2580
+BLAKE2s (harfbuzz-5.2.0.tar.xz) = 50b8c234941281cdde9f0262d9c5dc91662b25f9498914ee66b186db384f0661
+SHA512 (harfbuzz-5.2.0.tar.xz) = 3c95ae9916dfc283714b936988726c0b391f634e22a62d148c201104178ee229c48e49cc82961d728a5c8bc8af06978eb172b35acb552c969bc2385892380d30
+Size (harfbuzz-5.2.0.tar.xz) = 17711968 bytes



Home | Main Index | Thread Index | Old Index