Update to 0.9.41
Changelog: Overview of changes leading to 0.9.41 Thursday, June 18, 2015 ===================================== - Fix hb-coretext with trailing whitespace in right-to-left. - New API: hb_buffer_reverse_range(). - Allow implementing atomic ops in config.h. - Fix hb_language_t in language bindings. - Misc fixes.
This commit is contained in:
parent
22f9d9a72c
commit
3b6ad5b39a
3 changed files with 8 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.50 2015/04/06 08:17:28 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2015/06/30 10:33:53 ryoon Exp $
|
||||
|
||||
DISTNAME= harfbuzz-0.9.40
|
||||
PKGREVISION= 1
|
||||
DISTNAME= harfbuzz-0.9.41
|
||||
CATEGORIES= fonts
|
||||
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2014/05/27 14:23:58 pho Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2015/06/30 10:33:53 ryoon Exp $
|
||||
bin/hb-ot-shape-closure
|
||||
bin/hb-shape
|
||||
include/harfbuzz/hb-blob.h
|
||||
|
@ -30,6 +30,7 @@ share/gtk-doc/html/harfbuzz/annotation-glossary.html
|
|||
share/gtk-doc/html/harfbuzz/api-index-full.html
|
||||
share/gtk-doc/html/harfbuzz/ch01.html
|
||||
share/gtk-doc/html/harfbuzz/deprecated-api-index.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html
|
||||
|
@ -47,7 +48,6 @@ share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html
|
|||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html
|
||||
share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.36 2015/04/02 22:39:22 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.37 2015/06/30 10:33:53 ryoon Exp $
|
||||
|
||||
SHA1 (harfbuzz-0.9.40.tar.bz2) = b9f546e9625926e32fe4b6da045689b456e77c22
|
||||
RMD160 (harfbuzz-0.9.40.tar.bz2) = 56c15aebb18edf1f8c52b27a975cce105faca68a
|
||||
Size (harfbuzz-0.9.40.tar.bz2) = 1182989 bytes
|
||||
SHA1 (harfbuzz-0.9.41.tar.bz2) = a77d5d061e91322c1196ab23afeeb8c7e4bf62bb
|
||||
RMD160 (harfbuzz-0.9.41.tar.bz2) = 0f51594bae45d281395e53e034ab60fc19568668
|
||||
Size (harfbuzz-0.9.41.tar.bz2) = 1188176 bytes
|
||||
|
|
Loading…
Reference in a new issue