pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: update to 2.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81c71ebe9bc5
branches:  trunk
changeset: 326294:81c71ebe9bc5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 03 11:43:25 2018 +0000

description:
harfbuzz: update to 2.2.0.

Overview of changes leading to 2.2.0
Thursday, November 29, 2018
====================================
- Misc shaping bug fixes.
- Add font variations named-instance API.
- Deprecate font variations axis enumeration API and add replacement.
- AAT shaping improvements:
  o Fixed 'kern' table Format 2 implementation.
  o Implement 'feat' table API for feature detection.
  o Blacklist 'GSUB' table of fonts from 'MUTF' foundry that also have 'morx'.

New API:
+hb_aat_layout_feature_type_t
+hb_aat_layout_feature_selector_t
+hb_aat_layout_get_feature_types()
+hb_aat_layout_feature_type_get_name_id
+hb_aat_layout_feature_selector_info_t
+HB_AAT_LAYOUT_NO_SELECTOR_INDEX
+hb_aat_layout_feature_type_get_selector_infos()
+hb_ot_var_axis_flags_t
+hb_ot_var_axis_info_t
+hb_ot_var_get_axis_infos()
+hb_ot_var_find_axis_info()
+hb_ot_var_get_named_instance_count()
+hb_ot_var_named_instance_get_subfamily_name_id()
+hb_ot_var_named_instance_get_postscript_name_id()
+hb_ot_var_named_instance_get_design_coords()

Deprecated API:
+HB_OT_VAR_NO_AXIS_INDEX
+hb_ot_var_axis_t
+hb_ot_var_get_axes()
+hb_ot_var_find_axis()

diffstat:

 fonts/harfbuzz/Makefile |   4 ++--
 fonts/harfbuzz/PLIST    |   4 +++-
 fonts/harfbuzz/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 35dfa45864eb -r 81c71ebe9bc5 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Mon Dec 03 11:12:54 2018 +0000
+++ b/fonts/harfbuzz/Makefile   Mon Dec 03 11:43:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2018/11/30 15:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2018/12/03 11:43:25 wiz Exp $
 
-DISTNAME=      harfbuzz-2.1.3
+DISTNAME=      harfbuzz-2.2.0
 CATEGORIES=    fonts
 MASTER_SITES=  http://www.freedesktop.org/software/harfbuzz/release/
 EXTRACT_SUFX=  .tar.bz2
diff -r 35dfa45864eb -r 81c71ebe9bc5 fonts/harfbuzz/PLIST
--- a/fonts/harfbuzz/PLIST      Mon Dec 03 11:12:54 2018 +0000
+++ b/fonts/harfbuzz/PLIST      Mon Dec 03 11:43:25 2018 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.29 2018/11/30 15:26:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.30 2018/12/03 11:43:25 wiz Exp $
 bin/hb-ot-shape-closure
 bin/hb-shape
 bin/hb-subset
+include/harfbuzz/hb-aat-layout.h
+include/harfbuzz/hb-aat.h
 include/harfbuzz/hb-blob.h
 include/harfbuzz/hb-buffer.h
 include/harfbuzz/hb-common.h
diff -r 35dfa45864eb -r 81c71ebe9bc5 fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Mon Dec 03 11:12:54 2018 +0000
+++ b/fonts/harfbuzz/distinfo   Mon Dec 03 11:43:25 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.81 2018/11/30 15:26:51 wiz Exp $
+$NetBSD: distinfo,v 1.82 2018/12/03 11:43:25 wiz Exp $
 
-SHA1 (harfbuzz-2.1.3.tar.bz2) = 1d47157c914e6b90cf712677c2ed5a26179bb837
-RMD160 (harfbuzz-2.1.3.tar.bz2) = d458a06f20e783d0e7ef78a2b381816acf9a6908
-SHA512 (harfbuzz-2.1.3.tar.bz2) = 9bf5f7b857424037a3b3ea5c286e6ba8440c265fa663cf6b6c22cc08d36d84badfed8bdc46816ad982fc810677ebecccdb669ea98a021207e1858c8c355dbf19
-Size (harfbuzz-2.1.3.tar.bz2) = 4429069 bytes
+SHA1 (harfbuzz-2.2.0.tar.bz2) = 6cf14715b28e4bb0e39773d11c60db50b64db933
+RMD160 (harfbuzz-2.2.0.tar.bz2) = 63a65304913d8b551f60708600c708acc88bc982
+SHA512 (harfbuzz-2.2.0.tar.bz2) = 5e8f35c0d7634afc6f623a91d56bfde46b2a1030d439e5dec196001d49a58e409a1bf66c7f9c15a04e030dab4fe2fe2c928061839b1e985459d4f8379b8a0818
+Size (harfbuzz-2.2.0.tar.bz2) = 4506619 bytes
 SHA1 (patch-src_hb.hh) = 368b8f553b8d9a77b8122e861249c5e4eb4d9223



Home | Main Index | Thread Index | Old Index