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:   adam
Date:           Wed Oct  1 11:13:03 UTC 2025

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

Log Message:
harfbuzz harfbuzz-icu: updated to 12.1.0

12.1.0
- Build fixes with GCC 15 on some 32 bit platforms.
- Fix misaligned pointer use.
- New API, `hb_ot_layout_lookup_collect_glyph_alternates()`, to collect glyph
  substitutions from single and alternate substitution lookups in one call,
  instead of getting substitutions one by one using
  `hb_ot_layout_lookup_get_glyph_alternates()`.

- New API
+hb_ot_layout_lookup_collect_glyph_alternates()


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.86 -r1.87 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.161 -r1.162 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.72 pkgsrc/fonts/harfbuzz/Makefile.common:1.73
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.72  Sun Sep 28 20:26:01 2025
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Wed Oct  1 11:13:03 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.72 2025/09/28 20:26:01 wiz Exp $
+# $NetBSD: Makefile.common,v 1.73 2025/10/01 11:13:03 adam Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-12.0.0
+DISTNAME=      harfbuzz-12.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.86 pkgsrc/fonts/harfbuzz/PLIST:1.87
--- pkgsrc/fonts/harfbuzz/PLIST:1.86    Mon Jul 21 16:38:41 2025
+++ pkgsrc/fonts/harfbuzz/PLIST Wed Oct  1 11:13:03 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.86 2025/07/21 16:38:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.87 2025/10/01 11:13:03 adam Exp $
 ${PLIST.introspection}bin/hb-info
 ${PLIST.introspection}bin/hb-shape
 ${PLIST.introspection}bin/hb-subset
@@ -109,6 +109,7 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-11-0-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-11-2-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-11-3-0.html
+${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-12-1-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-2-0-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-2-1-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-2-2-0.html

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.161 pkgsrc/fonts/harfbuzz/distinfo:1.162
--- pkgsrc/fonts/harfbuzz/distinfo:1.161        Sun Sep 28 20:26:01 2025
+++ pkgsrc/fonts/harfbuzz/distinfo      Wed Oct  1 11:13:03 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.161 2025/09/28 20:26:01 wiz Exp $
+$NetBSD: distinfo,v 1.162 2025/10/01 11:13:03 adam Exp $
 
-BLAKE2s (harfbuzz-12.0.0.tar.xz) = 1108ce798cd20bbf4a4cd1eaa53bf5f330c80bf50356c1b44021056440707abc
-SHA512 (harfbuzz-12.0.0.tar.xz) = 0592217ae45ec202e452d2d6924636d3bdb3ba0f9dde522ee40743c12d6a9c3fface6ec756e3b1a892d5e15a8c60f0cfb31029b2f34198d09a0392ff4a2814d8
-Size (harfbuzz-12.0.0.tar.xz) = 18212392 bytes
+BLAKE2s (harfbuzz-12.1.0.tar.xz) = 26f61a9b77de9dbbfafbc4c46be69c6d5f69152ebc22f15d6616b286ee7cc378
+SHA512 (harfbuzz-12.1.0.tar.xz) = 94cbc3fe8fad30f4f7871bdddc8b129c486ab55329f9b48c6336fdf15d05f09c3c96cac51f68a0218db113b4783c07ce5d6bb455ccc875b31fd2261e3e8dc559
+Size (harfbuzz-12.1.0.tar.xz) = 18208424 bytes
 SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f
 SHA1 (patch-util_meson.build) = 50c5146c723a734ee42609dcc384de0feb46369e



Home | Main Index | Thread Index | Old Index