diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:40:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:40:12 +0000 |
commit | 1ffc107978ce4be12389df5477283be8f09ff7ce (patch) | |
tree | 8ae3c27b32f662f33212957e12a9b7a2d4c9f4af /fonts | |
parent | e83ea26cbbbb9b47980e09eae624193377ed93b6 (diff) | |
download | pkgsrc-1ffc107978ce4be12389df5477283be8f09ff7ce.tar.gz |
Update to 0.9.10:
Overview of changes leading to 0.9.10
Thursday, January 3, 2013
=====================================
- [Indic] Fixed rendering of Malayalam dot-reph
- Updated OT language tags.
- Updated graphite2 backend.
- Improved hb_ot_layout_get_size_params() logic.
- Improve hb-shape/hb-view help output.
- Fixed hb-set.h implementation to not crash.
- Fixed various issues with hb_ot_layout_collect_lookups().
- Various build fixes.
New API:
hb_graphite2_face_get_gr_face()
hb_graphite2_font_get_gr_font()
hb_coretext_face_get_cg_font()
Modified API:
hb_ot_layout_get_size_params()
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 5 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 4912a3dbf65..fb10a0a0728 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2013/01/06 07:13:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2013/01/21 13:40:12 wiz Exp $ -DISTNAME= harfbuzz-0.9.9 -PKGREVISION= 1 +DISTNAME= harfbuzz-0.9.10 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 ec516a2bc02..8eb3763bd92 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2012/12/14 19:16:31 drochner Exp $ +$NetBSD: distinfo,v 1.5 2013/01/21 13:40:12 wiz Exp $ -SHA1 (harfbuzz-0.9.9.tar.bz2) = a3db0aac6d4f80b4c76050007de8e1135c4ff17f -RMD160 (harfbuzz-0.9.9.tar.bz2) = 3a1854269b4f222905c0d97c2be827380bbc2c6c -Size (harfbuzz-0.9.9.tar.bz2) = 878493 bytes +SHA1 (harfbuzz-0.9.10.tar.bz2) = 0987489a57aa06c7b19da21ffba367a8dc684a9a +RMD160 (harfbuzz-0.9.10.tar.bz2) = fca7f96989377e36f5776aeb50edd094b261b4b7 +Size (harfbuzz-0.9.10.tar.bz2) = 885141 bytes SHA1 (patch-util_options.cc) = 4ee9ee39d1413ef4fad2023a0b62c4a8c00d91ad |