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: Sun Nov 7 14:25:23 UTC 2021
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile.common PLIST distinfo
Log Message:
harfbuzz: updated to 3.1.0
3.1.0
Better offset-overflow handling in the subsetter library. (Garret Rieger)
Improved Unicode 14 properties in the USE shaper, and various other USE shaper fixes. (David Corbett)
MATH and COLR v1 tables subsetting support, and various other subsetter fixes. (Qunxin Liu)
Support for Pwo Karen / Ason Chin medial la. (Simon Cozens)
Apply GPOS positioning when substituting with morx table, if kerx is missing. (Behdad Esfahbod)
Apply calt and clig features across syllable boundaries in Indic shaper. (Behdad Esfahbod)
Meson option for enabling Graphite 2 has been renamed to graphite2.
Build and documentation fixes.
New API:
+hb_buffer_set_not_found_glyph()
+hb_buffer_get_not_found_glyph()
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.48 -r1.49 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.105 -r1.106 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.7 pkgsrc/fonts/harfbuzz/Makefile.common:1.8
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.7 Wed Sep 29 14:57:02 2021
+++ pkgsrc/fonts/harfbuzz/Makefile.common Sun Nov 7 14:25:23 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.7 2021/09/29 14:57:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2021/11/07 14:25:23 adam Exp $
# used by fonts/harfbuzz-icu/Makefile
-DISTNAME= harfbuzz-3.0.0
+DISTNAME= harfbuzz-3.1.0
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/}
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -26,8 +26,6 @@ USE_TOOLS+= pkg-config
# cairo/fontconfig are only needed for command line utilities
MESON_ARGS+= -Dcairo=disabled
-MESON_ARGS+= -Dfontconfig=disabled
-
MESON_ARGS+= -Dintrospection=disabled
MESON_ARGS+= -Dbenchmark=disabled
Index: pkgsrc/fonts/harfbuzz/PLIST
diff -u pkgsrc/fonts/harfbuzz/PLIST:1.48 pkgsrc/fonts/harfbuzz/PLIST:1.49
--- pkgsrc/fonts/harfbuzz/PLIST:1.48 Wed Sep 29 14:57:02 2021
+++ pkgsrc/fonts/harfbuzz/PLIST Sun Nov 7 14:25:23 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.48 2021/09/29 14:57:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.49 2021/11/07 14:25:23 adam Exp $
bin/hb-ot-shape-closure
bin/hb-shape
bin/hb-subset
@@ -42,13 +42,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.30000.0
+lib/libharfbuzz-gobject.so.0.30100.0
lib/libharfbuzz-subset.so
lib/libharfbuzz-subset.so.0
-lib/libharfbuzz-subset.so.0.30000.0
+lib/libharfbuzz-subset.so.0.30100.0
lib/libharfbuzz.so
lib/libharfbuzz.so.0
-lib/libharfbuzz.so.0.30000.0
+lib/libharfbuzz.so.0.30100.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.105 pkgsrc/fonts/harfbuzz/distinfo:1.106
--- pkgsrc/fonts/harfbuzz/distinfo:1.105 Tue Oct 26 10:27:12 2021
+++ pkgsrc/fonts/harfbuzz/distinfo Sun Nov 7 14:25:23 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.105 2021/10/26 10:27:12 nia Exp $
+$NetBSD: distinfo,v 1.106 2021/11/07 14:25:23 adam Exp $
-BLAKE2s (harfbuzz-3.0.0.tar.gz) = 29e370784ae0704700382872f3b975547d4b0fbce74e6deb8c360dced635c83c
-SHA512 (harfbuzz-3.0.0.tar.gz) = 69999ad86bde56ef689392a521143b6ad14b6719860772c3d4c343358997049a48c79e8f302fe0a7f3b0d930b476ddf440def874a1269b50ae79d020bcd073b5
-Size (harfbuzz-3.0.0.tar.gz) = 20360786 bytes
+BLAKE2s (harfbuzz-3.1.0.tar.gz) = 838de59f56451ce0a6a64a267f78407999ddd80a337891ff536c5311e988f1f3
+SHA512 (harfbuzz-3.1.0.tar.gz) = da75297bc205036d5f4374d68cb71a96f7b4db5428384bec6f9412988682301a30094643e7d33359c985b7f309f7b3f88275488137e75a5a0d2d493b11f52ae9
+Size (harfbuzz-3.1.0.tar.gz) = 24969178 bytes
Home |
Main Index |
Thread Index |
Old Index