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 5.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/798611c1f04b
branches:  trunk
changeset: 382858:798611c1f04b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 07 08:08:23 2022 +0000

description:
harfbuzz: update to 5.1.0.

Overview of changes leading to 5.1.0
Sunday, July 31, 2022
====================================
- More extensive buffer tracing messages. (Behdad Esfahbod)
- Fix hb-ft regression in bitmap fonts rendering. (Behdad Esfahbod)
- Support extension promotion of lookups in hb-subset-repacker. (Garret Rieger)
- A new HB_GLYPH_FLAG_SAFE_TO_INSERT_TATWEEL for scripts that use elongation
  (e.g. Arabic) to signify where it is safe to insert tatweel glyph without
  interrupting shaping. (Behdad Esfahbod)
- Add “--safe-to-insert-tatweel” to “hb-shape” tool. (Behdad Esfahbod)

- New API
+HB_GLYPH_FLAG_SAFE_TO_INSERT_TATWEEL
+HB_BUFFER_FLAG_PRODUCE_SAFE_TO_INSERT_TATWEEL

diffstat:

 fonts/harfbuzz/Makefile.common |  4 ++--
 fonts/harfbuzz/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r d503a8859c97 -r 798611c1f04b fonts/harfbuzz/Makefile.common
--- a/fonts/harfbuzz/Makefile.common    Sun Aug 07 08:03:44 2022 +0000
+++ b/fonts/harfbuzz/Makefile.common    Sun Aug 07 08:08:23 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.24 2022/07/31 09:46:42 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2022/08/07 08:08:23 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-5.0.1
+DISTNAME=      harfbuzz-5.1.0
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r d503a8859c97 -r 798611c1f04b fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Sun Aug 07 08:03:44 2022 +0000
+++ b/fonts/harfbuzz/distinfo   Sun Aug 07 08:08:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.120 2022/07/31 09:46:42 wiz Exp $
+$NetBSD: distinfo,v 1.121 2022/08/07 08:08:23 wiz Exp $
 
-BLAKE2s (harfbuzz-5.0.1.tar.xz) = 1109aa25811726b1b1a44514d8c85b12633a77c0cab9778f32e14427a6ecc66f
-SHA512 (harfbuzz-5.0.1.tar.xz) = 337c97df92b434568e885c3c66c41f3f57f36158d36b25e75991c3e1758bbb0d1734c3a506a5d5681fd15f76feaac3f7bf316100c463f8a9018f32edf000060e
-Size (harfbuzz-5.0.1.tar.xz) = 15160504 bytes
+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


Home | Main Index | Thread Index | Old Index