diff options
author | wiz <wiz@pkgsrc.org> | 2022-04-20 20:23:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-04-20 20:23:22 +0000 |
commit | 849c002654c1da445a0663f3d7729354a6c074a2 (patch) | |
tree | 19e9a3811034e1525b7443f5dd7fc18392e19612 /fonts/harfbuzz | |
parent | f5fb50f520579ee5578ee4ee30924f30fef34eef (diff) | |
download | pkgsrc-849c002654c1da445a0663f3d7729354a6c074a2.tar.gz |
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 (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 8 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/fonts/harfbuzz/Makefile.common b/fonts/harfbuzz/Makefile.common index 829147182df..06b12b8f005 100644 --- a/fonts/harfbuzz/Makefile.common +++ b/fonts/harfbuzz/Makefile.common @@ -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 --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index e145f2e70c8..735e2f3ec75 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -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 @@ lib/cmake/harfbuzz/harfbuzz-config.cmake ${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 --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index 9fe9cae958e..7dc8f7aaca1 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -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 |