diff options
author | adam <adam@pkgsrc.org> | 2022-03-14 11:08:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-03-14 11:08:13 +0000 |
commit | 092f7526d2d694fbad5ebfc3000080b98fbf7617 (patch) | |
tree | b34d262a1d54585108f90c63ea0db1f33517f6ba /fonts/harfbuzz | |
parent | 1e53878bc4828eb66e58ac50f6e19be7f2c5276f (diff) | |
download | pkgsrc-092f7526d2d694fbad5ebfc3000080b98fbf7617.tar.gz |
harfbuzz harfbuzz-icu: updated to 4.0.1
4.0.1
Update OpenType to AAT mappings for hist and vrtr features. (Florian Pircher)
Update IANA Language Subtag Registry to 2022-03-02. (David Corbett)
Update USE shaper to allow any non-numeric tail in a symbol cluster, and remove obsolete data overrides. (David Corbett)
Fix handling of baseline variations to return correctly scaled values. (Matthias Clasen)
A new experimental hb_subset_repack_or_fail() to repack an array of objects, eliminating offset overflows. The API is not available unless HarfBuzz is built with experimental APIs enabled. (Qunxin Liu)
New experimental API
+hb_link_t
+hb_object_t
+hb_subset_repack_or_fail()
Diffstat (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 9 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/fonts/harfbuzz/Makefile.common b/fonts/harfbuzz/Makefile.common index 543be9760cf..9c708190937 100644 --- a/fonts/harfbuzz/Makefile.common +++ b/fonts/harfbuzz/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.14 2022/03/08 09:04:07 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2022/03/14 11:08:13 adam Exp $ # used by fonts/harfbuzz-icu/Makefile -DISTNAME= harfbuzz-4.0.0 +DISTNAME= harfbuzz-4.0.1 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index df8d8fe10b6..cdd6f2b4fa7 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.55 2022/03/08 09:04:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.56 2022/03/14 11:08:13 adam Exp $ bin/hb-ot-shape-closure bin/hb-shape bin/hb-subset @@ -34,6 +34,7 @@ include/harfbuzz/hb-set.h include/harfbuzz/hb-shape-plan.h include/harfbuzz/hb-shape.h include/harfbuzz/hb-style.h +include/harfbuzz/hb-subset-repacker.h include/harfbuzz/hb-subset.h include/harfbuzz/hb-unicode.h include/harfbuzz/hb-version.h @@ -42,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.40000.0 +lib/libharfbuzz-gobject.so.0.40001.0 lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 -lib/libharfbuzz-subset.so.0.40000.0 +lib/libharfbuzz-subset.so.0.40001.0 lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.40000.0 +lib/libharfbuzz.so.0.40001.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 54a427fca5c..3dec6a5c921 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.112 2022/03/08 09:04:07 wiz Exp $ +$NetBSD: distinfo,v 1.113 2022/03/14 11:08:13 adam Exp $ -BLAKE2s (harfbuzz-4.0.0.tar.xz) = e60a20bbc4a138e029c04e015be5102c8b5c8da3704d0cafd0643a5ce672ea36 -SHA512 (harfbuzz-4.0.0.tar.xz) = d61054e3b8b85320526f5dd29c7a8a8a440634a2894edad3b7b44704ae91cb89aa1dbd2060e9fbf69f016fb9c259034d26bf38846857135651c25576f44c81ce -Size (harfbuzz-4.0.0.tar.xz) = 14955148 bytes +BLAKE2s (harfbuzz-4.0.1.tar.xz) = 34349762a2f186113aa5b331aa0a09e104b5d0f1ee0cc7305d04dcaf42996338 +SHA512 (harfbuzz-4.0.1.tar.xz) = 7a24c88366d2da5fcf9e5dd61592be9f4fe925c7df608494166cfec81225d56691b7b4db7a11c461c9ba57a806564166b35ab0a64cee69cd5bbead167a44c14e +Size (harfbuzz-4.0.1.tar.xz) = 14959336 bytes |