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:           Mon Jan 16 11:10:44 UTC 2017

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/fonts/harfbuzz/Makefile
cvs rdiff -u -r1.61 -r1.62 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
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.74 pkgsrc/fonts/harfbuzz/Makefile:1.75
--- pkgsrc/fonts/harfbuzz/Makefile:1.74 Mon Dec 12 14:50:51 2016
+++ pkgsrc/fonts/harfbuzz/Makefile      Mon Jan 16 11:10:44 2017
@@ -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

Index: pkgsrc/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.61 pkgsrc/fonts/harfbuzz/distinfo:1.62
--- pkgsrc/fonts/harfbuzz/distinfo:1.61 Mon Dec 12 14:50:51 2016
+++ pkgsrc/fonts/harfbuzz/distinfo      Mon Jan 16 11:10:44 2017
@@ -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