diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-26 13:56:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-26 13:56:23 +0000 |
commit | 3869b7887d95e70eca8bdfda924b3e13f8a88ef5 (patch) | |
tree | 3d44a837a345227ca5a9f8b1d44778023689fbf0 /graphics/graphite2/PLIST | |
parent | 50d85ebd92a94a7092d477c30493e356f87c9224 (diff) | |
download | pkgsrc-3869b7887d95e70eca8bdfda924b3e13f8a88ef5.tar.gz |
Update graphite2 to 1.3.5. Updated provided by coypu on pkgsrc-users.
1.3.5
. Bug fixes
. Security bug fix
. Fix ARM misalignment problem
. Track latest cmake
1.3.4
. Transition from Mercurial to Git
. Bug fixes
. Fix Collision Kerning ignoring some diacritics
. Handle pass bits 16-31 to speed up fonts with > 16 passes
. Various minor fuzz bug fixes
. Make Coverity happy
. Add GR_FALLTHROUGH macro for clang c++11
1.3.3
. Slight speed up in Collision Avoidance
. Remove dead bidi code
. Bug fixes
. Between pass bidi reorderings and at the end
. Decompressor fuzz bugs
. Other fuzz bugs
1.3.2
. Remove full bidi. All segments are assumed to be single directioned.
. Bug fixes:
. Decompressor corner cases
. Various fuzz bugs
1.3.1
. Deprecation warning: Full bidi support is about to be deprecated. Make contact
if this impacts you.
. Change compression block format slightly to conform to LZ4
. Bug fixes:
. Handle mono direction text with diacritics consistently. Fonts
now see the direction they expect consistently and bidi now
gives expected results.
. Fixed lots of fuzz bugs
. Coverity cleanups
. Build now works for clang and/or asan and/or afl etc.
1.3.0
. Add collision avoidance
. Shift Collider
. Kern Collider
. Octabox outlines and subboxes
. Add compressed Silf and Glat table support
. Bug fixes:
. Stop loops forming in the child, sibling tree
. Handle bidi mirroring correctly if no bidi occurring
Diffstat (limited to 'graphics/graphite2/PLIST')
-rw-r--r-- | graphics/graphite2/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/graphite2/PLIST b/graphics/graphite2/PLIST index a2c250ccb0d..3663823b85f 100644 --- a/graphics/graphite2/PLIST +++ b/graphics/graphite2/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2014/05/16 01:21:12 pho Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/01/26 13:56:23 wiz Exp $ bin/gr2fonttest include/graphite2/Font.h include/graphite2/Log.h include/graphite2/Segment.h include/graphite2/Types.h -lib/libgraphite2.la +lib/libgraphite2.so +lib/libgraphite2.so.3 +lib/libgraphite2.so.3.0.1 lib/pkgconfig/graphite2.pc share/graphite2/graphite2-release.cmake share/graphite2/graphite2.cmake |