diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-10 10:07:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-10 10:07:17 +0000 |
commit | e1ce3699cffff2c05d717eea37815e5a247b8fe7 (patch) | |
tree | 8a6b5be8235fd1d7d5fc6585dbf02b6bfdb10f95 /fonts/harfbuzz | |
parent | ab9e6c6d4068e2f865b98fa94ac63e32b33a5899 (diff) | |
download | pkgsrc-e1ce3699cffff2c05d717eea37815e5a247b8fe7.tar.gz |
harfbuzz: update to 1.7.4.
harfbuzz: update to 1.7.4.
Overview of changes leading to 1.7.4
Wednesday, December 20, 2017
====================================
- Fix collect_glyphs() regression caused by hb_set_t changes.
Overview of changes leading to 1.7.3
Monday, December 18, 2017
====================================
- hb_set_t performance tuning and optimizations.
- Speed up collect_glyphs() and reject garbage data.
- In hb_coretext_font_create() set font point-size (ptem).
- Misc fixes.
Overview of changes leading to 1.7.2
Monday, December 4, 2017
====================================
- Optimize hb_set_add_range().
- Misc fixes.
- New API:
hb_coretext_font_create()
Diffstat (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile | 5 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 3 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 294457b79bf..f589f81bf72 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.89 2017/11/30 16:45:24 adam Exp $ +# $NetBSD: Makefile,v 1.90 2018/01/10 10:07:17 wiz Exp $ -DISTNAME= harfbuzz-1.7.1 -PKGREVISION= 1 +DISTNAME= harfbuzz-1.7.4 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index fafbc6d118a..4bbaf7466a8 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2018/01/01 22:29:31 rillig Exp $ +@comment $NetBSD: PLIST,v 1.25 2018/01/10 10:07:17 wiz Exp $ bin/hb-ot-shape-closure bin/hb-shape include/harfbuzz/hb-blob.h @@ -29,6 +29,7 @@ lib/libharfbuzz.la ${PLIST.icu}lib/pkgconfig/harfbuzz-icu.pc lib/pkgconfig/harfbuzz.pc share/gtk-doc/html/harfbuzz/HarfBuzz.png +share/gtk-doc/html/harfbuzz/HarfBuzz.svg share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html share/gtk-doc/html/harfbuzz/annotation-glossary.html diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index f550d634a66..9aa9cbe4459 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.70 2017/11/23 15:21:47 wiz Exp $ +$NetBSD: distinfo,v 1.71 2018/01/10 10:07:17 wiz Exp $ -SHA1 (harfbuzz-1.7.1.tar.bz2) = 68a7347a5a6bb91b416b94c809d448e80d91f33d -RMD160 (harfbuzz-1.7.1.tar.bz2) = fedf6cac52cb92d88e8be654b06063b4ee2c72d5 -SHA512 (harfbuzz-1.7.1.tar.bz2) = e78c96a4debfc4761075aca50de111acf394bb966c038b8cebc26fd01a113d53492946709cf54dcc30d87bb6b5d920509181b5a0fc9ea0a010a399e94ad090b7 -Size (harfbuzz-1.7.1.tar.bz2) = 1662385 bytes +SHA1 (harfbuzz-1.7.4.tar.bz2) = acaca9dd723516a06c7a237c9a6894101f736993 +RMD160 (harfbuzz-1.7.4.tar.bz2) = ddad7f9221f701a7b26da56a4ca7859a9f9e19de +SHA512 (harfbuzz-1.7.4.tar.bz2) = d5343822f2e7ed33b34f0ecb470d219be161ebb4d2349833a8fcd909cec18a97aed6ca51a97fd73407d5d70ebfc61cafb71bd13ce96c9a278c720681a04f47df +Size (harfbuzz-1.7.4.tar.bz2) = 1718260 bytes |