diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-23 13:40:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-23 13:40:14 +0000 |
commit | e87a9f2a2bf5a90e4b35347081187dbec0da94f6 (patch) | |
tree | 91be85783b457f54de6f85be35484079576474b2 /fonts | |
parent | f6878d2509839acac9c2b7cff5af3b6e26047641 (diff) | |
download | pkgsrc-e87a9f2a2bf5a90e4b35347081187dbec0da94f6.tar.gz |
Update to 1.0.2:
Overview of changes leading to 1.0.2
Wednesday, August 19, 2015
====================================
- Fix shaping with cluster-level > 0.
- Fix Uniscribe backend font-size scaling.
- Declare dependencies in harfbuzz.pc.
FreeType is not declared though, to avoid bugs in pkg-config
0.26 with recursive dependencies.
- Slightly improved debug infrastructure. More to come later.
- Misc build fixes.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index aa2d5f726fe..7698ee780c6 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2015/07/28 12:18:40 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2015/08/23 13:40:14 wiz Exp $ -DISTNAME= harfbuzz-1.0.1 +DISTNAME= harfbuzz-1.0.2 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 199ff182138..93153e36a6c 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2015/07/28 12:18:40 wiz Exp $ +$NetBSD: distinfo,v 1.39 2015/08/23 13:40:14 wiz Exp $ -SHA1 (harfbuzz-1.0.1.tar.bz2) = 0a98acf4a9793f7cc34eb928b09da492b2b8322d -RMD160 (harfbuzz-1.0.1.tar.bz2) = cc65877823559d0a74585dfae4635fa163148096 -Size (harfbuzz-1.0.1.tar.bz2) = 1211877 bytes +SHA1 (harfbuzz-1.0.2.tar.bz2) = d9f5ee3a2f29b2304b2fcc15296d2cc852c11cd4 +RMD160 (harfbuzz-1.0.2.tar.bz2) = fce95b69b09d7da8aee66f7bb32ee9c1e2347fe4 +Size (harfbuzz-1.0.2.tar.bz2) = 1214079 bytes |