pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: update to 4.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c08d5f1e249
branches:  trunk
changeset: 377438:3c08d5f1e249
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 20 20:23:22 2022 +0000

description:
harfbuzz: update to 4.2.0.

Overview of changes leading to 4.2.0
Wednesday, March 30, 2022
====================================
- Source code reorganization, splitting large hb-ot-layout files into smaller,
  per-subtable ones under OT/Layout/*. Code for more tables will follow suit in
  later releases. (Garret Rieger, Behdad Esfahbod)
- Revert Indic shaper change in previous release that broke some fonts and
  instead make per-syllable restriction of “GSUB” application limited to
  script-specific Indic features, while applying them and discretionary
  features in one go. (Behdad Esfahbod)
- Fix decoding of private in gvar table. (Behdad Esfahbod)
- Fix handling of contextual lookups that delete too many glyphs. (Behdad Esfahbod)
- Make “morx” deleted glyphs don’t block “GPOS” application. (Behdad Esfahbod)
- Various build fixes. (Chun-wei Fan, Khaled Hosny)

- New API
+hb_set_next_many() (Andrew John)

diffstat:

 fonts/harfbuzz/Makefile.common |  4 ++--
 fonts/harfbuzz/PLIST           |  8 ++++----
 fonts/harfbuzz/distinfo        |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r b189d255b797 -r 3c08d5f1e249 fonts/harfbuzz/Makefile.common
--- a/fonts/harfbuzz/Makefile.common    Wed Apr 20 20:19:36 2022 +0000
+++ b/fonts/harfbuzz/Makefile.common    Wed Apr 20 20:23:22 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.16 2022/03/30 08:28:59 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2022/04/20 20:23:22 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-4.1.0
+DISTNAME=      harfbuzz-4.2.0
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r b189d255b797 -r 3c08d5f1e249 fonts/harfbuzz/PLIST
--- a/fonts/harfbuzz/PLIST      Wed Apr 20 20:19:36 2022 +0000
+++ b/fonts/harfbuzz/PLIST      Wed Apr 20 20:23:22 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2022/03/30 08:28:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.58 2022/04/20 20:23:22 wiz Exp $
 bin/hb-ot-shape-closure
 bin/hb-shape
 bin/hb-subset
@@ -43,13 +43,13 @@
 ${PLIST.introspection}lib/girepository-1.0/HarfBuzz-0.0.typelib
 lib/libharfbuzz-gobject.so
 lib/libharfbuzz-gobject.so.0
-lib/libharfbuzz-gobject.so.0.40100.0
+lib/libharfbuzz-gobject.so.0.40200.0
 lib/libharfbuzz-subset.so
 lib/libharfbuzz-subset.so.0
-lib/libharfbuzz-subset.so.0.40100.0
+lib/libharfbuzz-subset.so.0.40200.0
 lib/libharfbuzz.so
 lib/libharfbuzz.so.0
-lib/libharfbuzz.so.0.40100.0
+lib/libharfbuzz.so.0.40200.0
 lib/pkgconfig/harfbuzz-gobject.pc
 lib/pkgconfig/harfbuzz-subset.pc
 lib/pkgconfig/harfbuzz.pc
diff -r b189d255b797 -r 3c08d5f1e249 fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Wed Apr 20 20:19:36 2022 +0000
+++ b/fonts/harfbuzz/distinfo   Wed Apr 20 20:23:22 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.114 2022/03/30 08:28:59 wiz Exp $
+$NetBSD: distinfo,v 1.115 2022/04/20 20:23:22 wiz Exp $
 
-BLAKE2s (harfbuzz-4.1.0.tar.xz) = 8c326b9e09ebdd16d0b14e0f88e674381ecef08824f761fe0cd14bd8fceaf563
-SHA512 (harfbuzz-4.1.0.tar.xz) = 099855d2054077a50f4b8d7148dc1992046641b50416c69fe024c220c1902c7d445e53cb1a0b5d8fa23bed372d1396a195e9fb75893c38af73f1f9b475935a49
-Size (harfbuzz-4.1.0.tar.xz) = 15028288 bytes
+BLAKE2s (harfbuzz-4.2.0.tar.xz) = 9dc24095458afa5b6ecc857117d48de61a350951246fc8297a78237f3c706330
+SHA512 (harfbuzz-4.2.0.tar.xz) = d63be1c322762ef811a010e1dc5ef1d0a401fe9357251ad71e1d234ce4564b9857947170f2bdd63f974b96cafbf59a942d2061e4f273de4f62ef3bb940dcde02
+Size (harfbuzz-4.2.0.tar.xz) = 14980636 bytes


Home | Main Index | Thread Index | Old Index