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 Mar  2 20:11:27 UTC 2025

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

Log Message:
harfbuzz: update to 10.4.0.

Overview of changes leading to 10.4.0
Saturday, March 1, 2025
====================================
- Drawing glyphs using hb-draw API now avoids any “malloc” calls, which
  improves drawing performance by 10+%.
- Add support new “GVAR” table fonts with more than 65535 glyphs. Support is
  currently behind a compilation flag and is disabled by default.
- Some hb-directwrite and hb-ft APIs got renamed with more clear names and the
  old names are deprecated.
- Various build and fuzzing fixes.

- New API:
+hb_directwrite_face_get_dw_font_face()
+hb_ft_font_get_ft_face()

- Deprecated API:
+hb_directwrite_face_get_font_face()
+hb_ft_font_get_face()


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.81 -r1.82 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.144 -r1.145 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.54 pkgsrc/fonts/harfbuzz/Makefile.common:1.55
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.54  Sun Feb 23 11:30:33 2025
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Sun Mar  2 20:11:27 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.54 2025/02/23 11:30:33 wiz Exp $
+# $NetBSD: Makefile.common,v 1.55 2025/03/02 20:11:27 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-10.3.0
+DISTNAME=      harfbuzz-10.4.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.81 pkgsrc/fonts/harfbuzz/PLIST:1.82
--- pkgsrc/fonts/harfbuzz/PLIST:1.81    Sun Feb 23 11:30:33 2025
+++ pkgsrc/fonts/harfbuzz/PLIST Sun Mar  2 20:11:27 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.81 2025/02/23 11:30:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.82 2025/03/02 20:11:27 wiz Exp $
 ${PLIST.introspection}bin/hb-info
 ${PLIST.introspection}bin/hb-ot-shape-closure
 ${PLIST.introspection}bin/hb-shape
@@ -105,6 +105,7 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-10-1-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-10-2-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-10-3-0.html
+${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-10-4-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.144 pkgsrc/fonts/harfbuzz/distinfo:1.145
--- pkgsrc/fonts/harfbuzz/distinfo:1.144        Sun Feb 23 11:30:33 2025
+++ pkgsrc/fonts/harfbuzz/distinfo      Sun Mar  2 20:11:27 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.144 2025/02/23 11:30:33 wiz Exp $
+$NetBSD: distinfo,v 1.145 2025/03/02 20:11:27 wiz Exp $
 
-BLAKE2s (harfbuzz-10.3.0.tar.xz) = fcefab12ec093ede49e93339a2ac7e082fbbd1c3c38dbc0b6e4b3d27f4846509
-SHA512 (harfbuzz-10.3.0.tar.xz) = ae476cd3409d7acd37a78146b05aa741c38e7bc8c54ff6c78b3c5f945e93523f9ce8f9e46776a25b3f92b7e613f96c34df6295f69dc479a4823a071adae78355
-Size (harfbuzz-10.3.0.tar.xz) = 18148276 bytes
+BLAKE2s (harfbuzz-10.4.0.tar.xz) = b7d74cd336f6d966eac59a3e794c41fff0d0a83203d5eda4b6f076f02f3e7e3f
+SHA512 (harfbuzz-10.4.0.tar.xz) = 73e202225aeef6174ebd3b8b226ad9d5afb48c40ecdc1bc26d1bc5f0cf1d832a8ffc2fe5b7ae3b7c8f848552dd57116d407f44120c6813b59dbe9faed0c346dc
+Size (harfbuzz-10.4.0.tar.xz) = 18120656 bytes
 SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f



Home | Main Index | Thread Index | Old Index