pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  5 11:27:00 UTC 2026

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo

Log Message:
harfbuzz: update to 14.1.0.

Overview of changes leading to 14.1.0
Saturday, April 4, 2026
=====================================
- GPU library improvements:
  * Add anti-aliased rendering for small sizes.
  * Store font scale in blob header.
  * Port scale/ppem support to MSL, WGSL, and HLSL shaders.
  * Fix contour breaks and bounds quantization in encode.
  * Fix garbled rendering after font change in web demo.
  * Various robustness fixes.
- Various fuzzing fixes for `harfbuzz-raster`, `harfbuzz-gpu` and
  `harfbuzz-vector` libraries.
- Move `HB_NO_CFF` from `HB_LEAN` to `HB_NO_DRAW` closure, and fix
  `HB_TINY` build.
- New API:
  +hb_gpu_draw_set_scale()


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.90 -r1.91 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.170 -r1.171 pkgsrc/fonts/harfbuzz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.80 pkgsrc/fonts/harfbuzz/Makefile.common:1.81
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.80  Wed Apr  1 19:41:08 2026
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Sun Apr  5 11:27:00 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.80 2026/04/01 19:41:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.81 2026/04/05 11:27:00 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-14.0.0
+DISTNAME=      harfbuzz-14.1.0
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/fonts/harfbuzz/PLIST
diff -u pkgsrc/fonts/harfbuzz/PLIST:1.90 pkgsrc/fonts/harfbuzz/PLIST:1.91
--- pkgsrc/fonts/harfbuzz/PLIST:1.90    Wed Apr  1 19:41:08 2026
+++ pkgsrc/fonts/harfbuzz/PLIST Sun Apr  5 11:27:00 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.90 2026/04/01 19:41:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.91 2026/04/05 11:27:00 wiz Exp $
 ${PLIST.introspection}bin/hb-info
 ${PLIST.introspection}bin/hb-raster
 ${PLIST.introspection}bin/hb-shape
@@ -55,7 +55,7 @@ ${PLIST.introspection}lib/libharfbuzz-go
 ${PLIST.introspection}lib/libharfbuzz-gobject.so.0.${SOVER}.0
 lib/libharfbuzz-gpu.so
 lib/libharfbuzz-gpu.so.0
-lib/libharfbuzz-gpu.so.0.61400.0
+lib/libharfbuzz-gpu.so.0.61410.0
 lib/libharfbuzz-raster.so
 lib/libharfbuzz-raster.so.0
 lib/libharfbuzz-raster.so.0.${SOVER}.0

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.170 pkgsrc/fonts/harfbuzz/distinfo:1.171
--- pkgsrc/fonts/harfbuzz/distinfo:1.170        Wed Apr  1 19:41:08 2026
+++ pkgsrc/fonts/harfbuzz/distinfo      Sun Apr  5 11:27:00 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.170 2026/04/01 19:41:08 wiz Exp $
+$NetBSD: distinfo,v 1.171 2026/04/05 11:27:00 wiz Exp $
 
-BLAKE2s (harfbuzz-14.0.0.tar.xz) = 4928d48844d16c772df3e7521451ca6662dd7cc0d18aa4295b37086bf7a61a28
-SHA512 (harfbuzz-14.0.0.tar.xz) = 0ac467c6370a71cbac06a9707f1ede6ecfa20b4e7cc3ae9f892863bfbc7991cd7b5b8d4567dc2debe7bbe5254bf79f89f692a71e460b495ea23671ebac9559ca
-Size (harfbuzz-14.0.0.tar.xz) = 19493192 bytes
+BLAKE2s (harfbuzz-14.1.0.tar.xz) = 57647312d36ec8129a063944e77276917bb7495eb12951c9b30d3de1cb8498a1
+SHA512 (harfbuzz-14.1.0.tar.xz) = 27860cc2a33baac6c9efb205ef2aa6c9cca53b145b7a5cdcce8c464bd973f1ed72b2c2e02cff4dbed9769fb4d0e7245a2c79682a33eec6df0e771d8b63ede3c6
+Size (harfbuzz-14.1.0.tar.xz) = 19499908 bytes
 SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f
 SHA1 (patch-util_meson.build) = 50c5146c723a734ee42609dcc384de0feb46369e



Home | Main Index | Thread Index | Old Index