-
Notifications
You must be signed in to change notification settings - Fork 6
update port to newer FreeType #4
Comments
I discovered that the latest FreeType builds fine using |
I agree it would be good to update the port. That would also run it through the emscripten test suite, which has a few regression tests for freetype. If those all pass we should be ok. |
I have a PR for this, as well as a matching I did have trouble compiling it if we named the release anything but version_1. When I checked for a hard-coded version_1, grep turned up empty. We need to merge the PR, create a new release, then add the sha512 into the tools/ports/freetype.py file. |
This is a different project doing different things, but the list of files for building FreeType on Emscripten ports when using 2.10.4 is probably similar to the list I have here: ericoporto/ags@70b3435 or here: Makefile-defs.freetype., attention too to the macro |
This might also (maybe) be the fix for #3 |
@albertvaka the color font issue is likely not version related but libpng related. |
FreeType has been changing a lot from this version: https://gitlab.freedesktop.org/freetype/freetype
It would be good to either update the version here or get upstream to care about Emscripten, otherwise apps that follow upstream will start to break with this version.
I opened a somewhat similar issue on FreeType repository - FreeType has a really complex codebase I can't seem to make progress understanding it, so while I need it, I can't help much.
https://gitlab.freedesktop.org/freetype/freetype/-/issues/1052
The text was updated successfully, but these errors were encountered: