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 20 20:23:21 UTC 2025
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo
Log Message:
harfbuzz: update to 11.1.0.
Overview of changes leading to 11.1.0
Wednesdat, April 16, 2025
====================================
- Include bidi mirroring variants of the requested codepoints when subsetting.
The new HB_SUBSET_FLAGS_NO_BIDI_CLOSURE can be used to disable this
behaviour.
- Various bug fixes.
- Various build fixes and improvements.
- Various test suite improvements.
New API:
+HB_SUBSET_FLAGS_NO_BIDI_CLOSURE
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.83 -r1.84 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.147 -r1.148 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.57 pkgsrc/fonts/harfbuzz/Makefile.common:1.58
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.57 Sat Apr 12 07:06:55 2025
+++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Apr 20 20:23:21 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.57 2025/04/12 07:06:55 wiz Exp $
+# $NetBSD: Makefile.common,v 1.58 2025/04/20 20:23:21 wiz Exp $
# used by fonts/harfbuzz-icu/Makefile
-DISTNAME= harfbuzz-11.0.1
+DISTNAME= harfbuzz-11.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.83 pkgsrc/fonts/harfbuzz/PLIST:1.84
--- pkgsrc/fonts/harfbuzz/PLIST:1.83 Sat Apr 12 07:06:55 2025
+++ pkgsrc/fonts/harfbuzz/PLIST Sun Apr 20 20:23:21 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.83 2025/04/12 07:06:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.84 2025/04/20 20:23:21 wiz Exp $
${PLIST.introspection}bin/hb-info
${PLIST.introspection}bin/hb-shape
${PLIST.introspection}bin/hb-subset
@@ -33,6 +33,7 @@ include/harfbuzz/hb-ot-shape.h
include/harfbuzz/hb-ot-var.h
include/harfbuzz/hb-ot.h
include/harfbuzz/hb-paint.h
+include/harfbuzz/hb-script-list.h
include/harfbuzz/hb-set.h
include/harfbuzz/hb-shape-plan.h
include/harfbuzz/hb-shape.h
Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.147 pkgsrc/fonts/harfbuzz/distinfo:1.148
--- pkgsrc/fonts/harfbuzz/distinfo:1.147 Sun Apr 13 07:15:55 2025
+++ pkgsrc/fonts/harfbuzz/distinfo Sun Apr 20 20:23:21 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.147 2025/04/13 07:15:55 adam Exp $
+$NetBSD: distinfo,v 1.148 2025/04/20 20:23:21 wiz Exp $
-BLAKE2s (harfbuzz-11.0.1.tar.xz) = 1e81da5eba2a31174100ebbcffdeaeb5dd48778b7761147340d3e3efe11f7852
-SHA512 (harfbuzz-11.0.1.tar.xz) = 0eca477c9c2225fdfa2c571a302606aa5026ba809ca1b61b9edd7397b601c57fc1f7919068e9e193cc49b6ea643a8918934aa7cab1ac59947358e06fb1ad645d
-Size (harfbuzz-11.0.1.tar.xz) = 18158636 bytes
+BLAKE2s (harfbuzz-11.1.0.tar.xz) = 0650c72f505bdd79cbcf842a8cd0dc1f495db647ebe37d3ca3f5bf00b06ac34b
+SHA512 (harfbuzz-11.1.0.tar.xz) = fefaa5a388f26afce63dc78954efe4b51304874e964238487715c6c3eae90b116619c7bd21a430f3f3ece0e6668bd61d4d672021bcfb07c5b5b7aaf94500c078
+Size (harfbuzz-11.1.0.tar.xz) = 18049188 bytes
SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f
SHA1 (patch-util_meson.build) = 50c5146c723a734ee42609dcc384de0feb46369e
Home |
Main Index |
Thread Index |
Old Index