summaryrefslogtreecommitdiff
path: root/graphics/graphite2
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-09graphite2: Update to 1.3.14gdt2-7/+7
Upstream changes: Bug Fixes
2020-12-23graphite2: Update HOMEPAGEgdt1-2/+2
From Edgar Fuß via email
2019-11-02graphics: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-07-17graphite2: Update to 1.3.13nia3-14/+16
1.3.13 - Resolve minor spacing issue in rtl non-overlap kerning - python3 for graphite.py - Better fuzzing - Better building on windows 1.3.12 - Graphite no longer does dumb rendering for fonts with no smarts - Segment caching code removed. Anything attempting to use the segment cache gets given a regular face instead - Add libfuzzer support - Builds now require C++11 - Improvements to Windows 64 bit builds - Support different versions of python including 32 bit and python 3 - Various minor bug fixes
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-2/+2
This is a semi-manual PKGREVISION bump.
2019-01-24graphite2: install the libtool .la file and use it instead of .so filestnn4-6/+25
Should fix build on Linux and maybe Darwin also. Bump.
2018-03-07Update to 1.3.11ryoon2-7/+7
Changelog: 1.3.11 . Fixes due to security review . Minor collision avoidance fixes . Fix LZ4 decompressor against high compression
2017-08-16Follow some http redirects.wiz1-2/+2
2017-05-22Update to graphite2 version 1.3.10, for some "highly recommended"he3-53/+7
bug fixes, possibly some security fixes, although they are not explicitly mentioned in the change log. Pkgsrc changes: * Remove patch which no longer applies. Upstream changes: 1.3.10 . Address floating point build parameters to give consistent positioning results across platforms . Various bug fixes 1.3.9 . Add Collision COLL_ISSPACE to allow for visible spaces in collision avoidance . Add segment and pass direction information to tracing output . Bug fix rule length testing in 32-bit . Increase slanted margin distances for collision avoidance . Change kerning algorithm to simple outline expansion. Seems to make no visible difference. . Add trace2svg to test tools 1.3.8 . Various bug fixes arising from fuzzing . Fix regression that stopped piglatin from working . Make collision avoidance kerning give more regular results . Minor modification to clustering algorithm to handle variable width chars
2016-09-08add freetype2 bl3 to fix build on Linux even if it is only used for testingrichard1-1/+17
PR pkg/50775
2016-03-24Update graphite2 to 1.3.7, provided by coypu in wip.wiz2-7/+7
Security update. Changelog doesn't mention them though?! 1.3.7 . Bug fixes . Start to deprecate SegCache. This will be going away in a later release. 1.3.6 . Bug fixes
2016-02-07PR pkg/50775. Fix build under Linux.ryoon2-6/+6
pkgsrc removes Graphite.cmake inclusion and nolib_test function is defined in it. Remove it for Linux.
2016-01-26Update graphite2 to 1.3.5. Updated provided by coypu on pkgsrc-users.wiz5-41/+19
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
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-16Make libtool file on all non-Windows platforms, not only Linux and OS X.wiz2-5/+29
2014-05-16Fix build errors on Darwinpho5-6/+51
patches/patch-Graphite.cmake (CREATE_LIBTOOL_FILE): Fix incorrect library_names patches/patch-src_CMakeLists.txt: Don't pass -nodefaultlibs to compiler or the build fails for missing symbols on PowerPC and possibly other platforms.
2014-02-02Import graphite2-1.2.4 as graphics/graphite2.ryoon5-0/+52
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.