pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz Updated harfbuzz to 1.4.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f078b9df291
branches:  trunk
changeset: 357204:5f078b9df291
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 16 11:10:44 2017 +0000

description:
Updated harfbuzz to 1.4.1.

Overview of changes leading to 1.4.1
Thursday, January 5, 2017
====================================

- Always build and use UCDN for Unicode data by default.
  Reduces dependence on version of Unicode data in glib,
  specially in the Windows bundles we are shipping, which
  have very old glib.


Overview of changes leading to 1.4.0
Thursday, January 5, 2017
====================================

- Merged "OpenType GX" branch which adds core of support for
  OpenType 1.8 Font Variations.  To that extent, the relevant
  new API is:

New API:
hb_font_set_var_coords_normalized()

  with supporting API:

New API:
HB_OT_LAYOUT_NO_VARIATIONS_INDEX
hb_ot_layout_table_find_feature_variations()
hb_ot_layout_feature_with_variations_get_lookups()
hb_shape_plan_create2()
hb_shape_plan_create_cached2()

  Currently variations in GSUB/GPOS/GDEF are fully supported,
  and no other tables are supported.  In particular, fvar/avar
  are NOT supported, hence the hb_font_set_var_coords_normalized()
  taking normalized coordinates.  API to take design coordinates
  will be added in the future.

  HVAR/VVAR/MVAR support will also be added to hb-ot-font in the
  future.

- Fix regression in GDEF glyph class processing.
- Add decompositions for Chakma, Limbu, and Balinese in USE shaper.
- Misc fixes.

diffstat:

 fonts/harfbuzz/Makefile |   4 ++--
 fonts/harfbuzz/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e8885e761a2f -r 5f078b9df291 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Mon Jan 16 11:08:55 2017 +0000
+++ b/fonts/harfbuzz/Makefile   Mon Jan 16 11:10:44 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2016/12/12 14:50:51 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2017/01/16 11:10:44 wiz Exp $
 
-DISTNAME=      harfbuzz-1.3.4
+DISTNAME=      harfbuzz-1.4.1
 CATEGORIES=    fonts
 MASTER_SITES=  http://www.freedesktop.org/software/harfbuzz/release/
 EXTRACT_SUFX=  .tar.bz2
diff -r e8885e761a2f -r 5f078b9df291 fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Mon Jan 16 11:08:55 2017 +0000
+++ b/fonts/harfbuzz/distinfo   Mon Jan 16 11:10:44 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2016/12/12 14:50:51 wiz Exp $
+$NetBSD: distinfo,v 1.62 2017/01/16 11:10:44 wiz Exp $
 
-SHA1 (harfbuzz-1.3.4.tar.bz2) = 8d54bf6b4b3730f5c49054dc04aa4984fda640c7
-RMD160 (harfbuzz-1.3.4.tar.bz2) = 56b766e2f80e50691ca14027f0a3d54ea3b97728
-SHA512 (harfbuzz-1.3.4.tar.bz2) = 72027ce64d735f1f7ecabcc78ba426d6155cebd564439feb77cefdfc28b00bfd9f6314e6735addaa90cee1d98cf6d2c0b61f77b446ba34e11f7eb7cdfdcd386a
-Size (harfbuzz-1.3.4.tar.bz2) = 1408308 bytes
+SHA1 (harfbuzz-1.4.1.tar.bz2) = aa0f33e41ab69b9004dfbcaa670004b3f4b698de
+RMD160 (harfbuzz-1.4.1.tar.bz2) = 68b2d8c164f7b9a85a4c2f44c02dd52fd2099d31
+SHA512 (harfbuzz-1.4.1.tar.bz2) = f6cafe060e6dad6878b98472be79036ddda86c5ed8e13470f7d53429e584c9e74fe69c46ed5ea2a3f5315dec2fc7669b5437a02a884e8e766cee57fe26a4608b
+Size (harfbuzz-1.4.1.tar.bz2) = 1434585 bytes



Home | Main Index | Thread Index | Old Index