./graphics/graphite2, Cross-platform rendering for complex writing systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q4, Version: 1.3.5, Package name: graphite2-1.3.5, Maintainer: pkgsrc-users

Graphite is a project within SIL's scripts and software dev
groups to provide cross-platform rendering for complex writing
systems.

Graphite2, a new version of the Graphite engine, is available
at: http://projects.palaso.org/projects/graphitedev with its
own bug tracker.


Master sites:

SHA1: 044f65d5b4ade3169f5fcd75a25f047c81f5d33e
RMD160: 49c0c9d919a23ab215402d082670083b7cfba61e
Filesize: 3789.271 KB

Version history: (Expand)


CVS history: (Expand)


   2016-02-29 11:14:39 by Benny Siegert | Files touched by this commit (5)
Log message:
Pullup ticket #4940 - requested by sevan
graphics/graphite2: security fix

Revisions pulled up:
- graphics/graphite2/Makefile                                   1.3
- graphics/graphite2/PLIST                                      1.3
- graphics/graphite2/distinfo                                   1.5
- graphics/graphite2/patches/patch-Graphite.cmake               deleted
- graphics/graphite2/patches/patch-src_CMakeLists.txt           1.3

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Tue Jan 26 13:56:23 UTC 2016

   Modified Files:
           pkgsrc/graphics/graphite2: Makefile PLIST distinfo
           pkgsrc/graphics/graphite2/patches: patch-src_CMakeLists.txt
   Removed Files:
           pkgsrc/graphics/graphite2/patches: patch-Graphite.cmake

   Log message:
   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