diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-16 11:10:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-16 11:10:44 +0000 |
commit | acb03c7bf3511ddc715627aded6711189e43516e (patch) | |
tree | b2680ddbfcb96e472e405c18be9e8ffa431f0de5 /fonts/harfbuzz | |
parent | 8a8028ed0e9bc4c93bbe377822adf5e2311165dd (diff) | |
download | pkgsrc-acb03c7bf3511ddc715627aded6711189e43516e.tar.gz |
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 (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index cb3df9e93c4..759a94ab6ba 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -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 --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index c5c7aa7ef53..f3deb887f66 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -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 |