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:           Wed Apr 20 20:23:22 UTC 2022

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

Log Message:
harfbuzz: update to 4.2.0.

Overview of changes leading to 4.2.0
Wednesday, March 30, 2022
====================================
- Source code reorganization, splitting large hb-ot-layout files into smaller,
  per-subtable ones under OT/Layout/*. Code for more tables will follow suit in
  later releases. (Garret Rieger, Behdad Esfahbod)
- Revert Indic shaper change in previous release that broke some fonts and
  instead make per-syllable restriction of “GSUB” application limited to
  script-specific Indic features, while applying them and discretionary
  features in one go. (Behdad Esfahbod)
- Fix decoding of private in gvar table. (Behdad Esfahbod)
- Fix handling of contextual lookups that delete too many glyphs. (Behdad Esfahbod)
- Make “morx” deleted glyphs don’t block “GPOS” application. (Behdad Esfahbod)
- Various build fixes. (Chun-wei Fan, Khaled Hosny)

- New API
+hb_set_next_many() (Andrew John)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.57 -r1.58 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.114 -r1.115 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.16 pkgsrc/fonts/harfbuzz/Makefile.common:1.17
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.16  Wed Mar 30 08:28:59 2022
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Wed Apr 20 20:23:22 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.16 2022/03/30 08:28:59 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2022/04/20 20:23:22 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
-DISTNAME=      harfbuzz-4.1.0
+DISTNAME=      harfbuzz-4.2.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.57 pkgsrc/fonts/harfbuzz/PLIST:1.58
--- pkgsrc/fonts/harfbuzz/PLIST:1.57    Wed Mar 30 08:28:59 2022
+++ pkgsrc/fonts/harfbuzz/PLIST Wed Apr 20 20:23:22 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2022/03/30 08:28:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.58 2022/04/20 20:23:22 wiz Exp $
 bin/hb-ot-shape-closure
 bin/hb-shape
 bin/hb-subset
@@ -43,13 +43,13 @@ lib/cmake/harfbuzz/harfbuzz-config.cmake
 ${PLIST.introspection}lib/girepository-1.0/HarfBuzz-0.0.typelib
 lib/libharfbuzz-gobject.so
 lib/libharfbuzz-gobject.so.0
-lib/libharfbuzz-gobject.so.0.40100.0
+lib/libharfbuzz-gobject.so.0.40200.0
 lib/libharfbuzz-subset.so
 lib/libharfbuzz-subset.so.0
-lib/libharfbuzz-subset.so.0.40100.0
+lib/libharfbuzz-subset.so.0.40200.0
 lib/libharfbuzz.so
 lib/libharfbuzz.so.0
-lib/libharfbuzz.so.0.40100.0
+lib/libharfbuzz.so.0.40200.0
 lib/pkgconfig/harfbuzz-gobject.pc
 lib/pkgconfig/harfbuzz-subset.pc
 lib/pkgconfig/harfbuzz.pc

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.114 pkgsrc/fonts/harfbuzz/distinfo:1.115
--- pkgsrc/fonts/harfbuzz/distinfo:1.114        Wed Mar 30 08:28:59 2022
+++ pkgsrc/fonts/harfbuzz/distinfo      Wed Apr 20 20:23:22 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.114 2022/03/30 08:28:59 wiz Exp $
+$NetBSD: distinfo,v 1.115 2022/04/20 20:23:22 wiz Exp $
 
-BLAKE2s (harfbuzz-4.1.0.tar.xz) = 8c326b9e09ebdd16d0b14e0f88e674381ecef08824f761fe0cd14bd8fceaf563
-SHA512 (harfbuzz-4.1.0.tar.xz) = 099855d2054077a50f4b8d7148dc1992046641b50416c69fe024c220c1902c7d445e53cb1a0b5d8fa23bed372d1396a195e9fb75893c38af73f1f9b475935a49
-Size (harfbuzz-4.1.0.tar.xz) = 15028288 bytes
+BLAKE2s (harfbuzz-4.2.0.tar.xz) = 9dc24095458afa5b6ecc857117d48de61a350951246fc8297a78237f3c706330
+SHA512 (harfbuzz-4.2.0.tar.xz) = d63be1c322762ef811a010e1dc5ef1d0a401fe9357251ad71e1d234ce4564b9857947170f2bdd63f974b96cafbf59a942d2061e4f273de4f62ef3bb940dcde02
+Size (harfbuzz-4.2.0.tar.xz) = 14980636 bytes



Home | Main Index | Thread Index | Old Index