pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: updated to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19a4aaf32030
branches:  trunk
changeset: 769081:19a4aaf32030
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 07 14:25:23 2021 +0000

description:
harfbuzz: updated to 3.1.0

3.1.0

Better offset-overflow handling in the subsetter library. (Garret Rieger)
Improved Unicode 14 properties in the USE shaper, and various other USE shaper fixes. (David Corbett)
MATH and COLR v1 tables subsetting support, and various other subsetter fixes. (Qunxin Liu)
Support for Pwo Karen / Ason Chin medial la. (Simon Cozens)
Apply GPOS positioning when substituting with morx table, if kerx is missing. (Behdad Esfahbod)
Apply calt and clig features across syllable boundaries in Indic shaper. (Behdad Esfahbod)
Meson option for enabling Graphite 2 has been renamed to graphite2.
Build and documentation fixes.
New API:
+hb_buffer_set_not_found_glyph()
+hb_buffer_get_not_found_glyph()

diffstat:

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

diffs (61 lines):

diff -r 371b3e23e58a -r 19a4aaf32030 fonts/harfbuzz/Makefile.common
--- a/fonts/harfbuzz/Makefile.common    Sun Nov 07 13:56:45 2021 +0000
+++ b/fonts/harfbuzz/Makefile.common    Sun Nov 07 14:25:23 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.7 2021/09/29 14:57:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2021/11/07 14:25:23 adam Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-3.0.0
+DISTNAME=      harfbuzz-3.1.0
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -26,8 +26,6 @@
 
 # cairo/fontconfig are only needed for command line utilities
 MESON_ARGS+=   -Dcairo=disabled
-MESON_ARGS+=   -Dfontconfig=disabled
-
 MESON_ARGS+=   -Dintrospection=disabled
 MESON_ARGS+=   -Dbenchmark=disabled
 
diff -r 371b3e23e58a -r 19a4aaf32030 fonts/harfbuzz/PLIST
--- a/fonts/harfbuzz/PLIST      Sun Nov 07 13:56:45 2021 +0000
+++ b/fonts/harfbuzz/PLIST      Sun Nov 07 14:25:23 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.48 2021/09/29 14:57:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.49 2021/11/07 14:25:23 adam Exp $
 bin/hb-ot-shape-closure
 bin/hb-shape
 bin/hb-subset
@@ -42,13 +42,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.30000.0
+lib/libharfbuzz-gobject.so.0.30100.0
 lib/libharfbuzz-subset.so
 lib/libharfbuzz-subset.so.0
-lib/libharfbuzz-subset.so.0.30000.0
+lib/libharfbuzz-subset.so.0.30100.0
 lib/libharfbuzz.so
 lib/libharfbuzz.so.0
-lib/libharfbuzz.so.0.30000.0
+lib/libharfbuzz.so.0.30100.0
 lib/pkgconfig/harfbuzz-gobject.pc
 lib/pkgconfig/harfbuzz-subset.pc
 lib/pkgconfig/harfbuzz.pc
diff -r 371b3e23e58a -r 19a4aaf32030 fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Sun Nov 07 13:56:45 2021 +0000
+++ b/fonts/harfbuzz/distinfo   Sun Nov 07 14:25:23 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.105 2021/10/26 10:27:12 nia Exp $
+$NetBSD: distinfo,v 1.106 2021/11/07 14:25:23 adam Exp $
 
-BLAKE2s (harfbuzz-3.0.0.tar.gz) = 29e370784ae0704700382872f3b975547d4b0fbce74e6deb8c360dced635c83c
-SHA512 (harfbuzz-3.0.0.tar.gz) = 69999ad86bde56ef689392a521143b6ad14b6719860772c3d4c343358997049a48c79e8f302fe0a7f3b0d930b476ddf440def874a1269b50ae79d020bcd073b5
-Size (harfbuzz-3.0.0.tar.gz) = 20360786 bytes
+BLAKE2s (harfbuzz-3.1.0.tar.gz) = 838de59f56451ce0a6a64a267f78407999ddd80a337891ff536c5311e988f1f3
+SHA512 (harfbuzz-3.1.0.tar.gz) = da75297bc205036d5f4374d68cb71a96f7b4db5428384bec6f9412988682301a30094643e7d33359c985b7f309f7b3f88275488137e75a5a0d2d493b11f52ae9
+Size (harfbuzz-3.1.0.tar.gz) = 24969178 bytes



Home | Main Index | Thread Index | Old Index