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:           Thu Aug 24 12:02:49 UTC 2023

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

Log Message:
harfbuzz*: update to 8.1.1

Overview of changes leading to 8.1.1
Wednesday, August 2, 2023
====================================
- Fix shaping of contextual rules at the end of string, introduced in 8.1.0
- Fix stack-overflow in repacker with malicious fonts.
- 30% speed up loading Noto Duployan font.

Overview of changes leading to 8.1.0
Tuesday, August 1, 2023
====================================
- Fix long-standing build issue with the AIX compiler and older Apple clang.

- Revert optimization that could cause timeout during subsetting with malicious fonts.

- More optimization work:
  - 45% speed up in shaping Noto Duployan font.
  - 10% speed up in subsetting Noto Duployan font.
  - Another 8% speed up in shaping Gulzar.
  - 5% speed up in loading Roboto.

- New API:
+hb_ot_layout_collect_features_map()


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/fonts/harfbuzz/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.71 -r1.72 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.132 -r1.133 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
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.147 pkgsrc/fonts/harfbuzz/Makefile:1.148
--- pkgsrc/fonts/harfbuzz/Makefile:1.147        Mon Aug 14 05:24:24 2023
+++ pkgsrc/fonts/harfbuzz/Makefile      Thu Aug 24 12:02:49 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.147 2023/08/14 05:24:24 wiz Exp $
+# $NetBSD: Makefile,v 1.148 2023/08/24 12:02:49 wiz Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 COMMENT=       OpenType text shaping engine

Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.36 pkgsrc/fonts/harfbuzz/Makefile.common:1.37
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.36  Sat Jul 22 12:21:32 2023
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Thu Aug 24 12:02:49 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.36 2023/07/22 12:21:32 nia Exp $
+# $NetBSD: Makefile.common,v 1.37 2023/08/24 12:02:49 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-8.0.1
+DISTNAME=      harfbuzz-8.1.1
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/fonts/harfbuzz/PLIST
diff -u pkgsrc/fonts/harfbuzz/PLIST:1.71 pkgsrc/fonts/harfbuzz/PLIST:1.72
--- pkgsrc/fonts/harfbuzz/PLIST:1.71    Wed Jul 19 15:48:31 2023
+++ pkgsrc/fonts/harfbuzz/PLIST Thu Aug 24 12:02:49 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.71 2023/07/19 15:48:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.72 2023/08/24 12:02:49 wiz Exp $
 bin/hb-info
 bin/hb-ot-shape-closure
 bin/hb-shape
@@ -131,6 +131,7 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-7-1-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-7-3-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-8-0-0.html
+${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-8-1-0.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/api-index-full.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/apple-advanced-typography-api.html
 ${PLIST.doc}share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.132 pkgsrc/fonts/harfbuzz/distinfo:1.133
--- pkgsrc/fonts/harfbuzz/distinfo:1.132        Tue Aug 22 16:33:48 2023
+++ pkgsrc/fonts/harfbuzz/distinfo      Thu Aug 24 12:02:49 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.132 2023/08/22 16:33:48 schmonz Exp $
+$NetBSD: distinfo,v 1.133 2023/08/24 12:02:49 wiz Exp $
 
-BLAKE2s (harfbuzz-8.0.1.tar.xz) = a8925d392f90c2b21d3e50789a7e5bb95fa443294644d9a0a8d297c725f1e826
-SHA512 (harfbuzz-8.0.1.tar.xz) = e1292f059b07a5aa2f3fbf345b893209cac895c461b4abf30b8b76bcd03c79dd09f911450293403070e1a0bb08496a7f37693ba5a62a9d423dd6ba55e744444d
-Size (harfbuzz-8.0.1.tar.xz) = 18792332 bytes
+BLAKE2s (harfbuzz-8.1.1.tar.xz) = 2505b725812a5a156c74555ab9d90c1ce73bbf417cc6b2bf55dae733d8e28a44
+SHA512 (harfbuzz-8.1.1.tar.xz) = 74416c6cf78751721112fe551a47600b9b85d6865f38b155c0e432e757a175ac127baeeaa16bfe6d62510e00f9def8950f0c836545d1847a924b478c51e43b0c
+Size (harfbuzz-8.1.1.tar.xz) = 18820088 bytes
 SHA1 (patch-meson.build) = ad46bbe61df28b71e7619847920935a398e16fd1
 SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f



Home | Main Index | Thread Index | Old Index