Changes between Initial Version and Version 5 of Ticket #15561
- Timestamp:
- Dec 22, 2013, 3:33:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15561
-
Property
Status
changed from
new
toneeds_review
-
Property
Summary
changed from
freetype 2.3.5 is too old for some fonts
tofreetype 2.3.5 is too old for some fonts of current systems.
-
Property
Branch
changed from
to
u/charpent/ticket/15561
-
Property
Commit
changed from
to
f570a62601eea75502fa2bab4431643fa1cbc2c7
-
Property
Status
changed from
-
Ticket #15561 – Description
initial v5 3 3 This was diagnosed on sage's R (see [https://groups.google.com/forum/#!topic/sage-support/FnTEcpfg6wE this thread]) by Volker Braun. 4 4 5 A stopgap measure would be to upgrade freetype to a more forgiving version of freetype, hence this ticket. 5 A stopgap measure is to upgrade freetype to a more forgiving version of freetype, hence this ticket. 6 7 The current freetype tarball hits a snag in libpng, because it uses setjmp for exception handling, which triggers a compiler error due to this settinng up been made twice. So a small patch to the current libpng is part of this branch.