@brad87
This should be fixed now.
Git Clone URL: | https://aur.archlinux.org/freetype2-infinality-remix.git (read-only, click to copy) |
---|---|
Package Base: | freetype2-infinality-remix |
Description: | TrueType font rendering library with Infinality Remix patches |
Upstream URL: | http://www.freetype.org/ |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | segfaulted |
Maintainer: | segfaulted |
Last Packager: | segfaulted |
Votes: | 12 |
Popularity: | 0.39 |
First Submitted: | 2019-03-25 20:17 |
Last Updated: | 2020-12-12 03:42 |
@brad87
This should be fixed now.
Hello all, just wanted to let everyone know that I've managed to port the Infinality patch set to FreeType 2.10.4, however, it seems to be very broken.
Unfortunately, I do not have any actual experience with FreeType so I don't know how to fix this. If anyone is able to lend a hand, the up-to-date patch set is available on the GitHub (https://github.com/pdeljanov/infinality-remix/tree/freetype-2.10.4).
Thanks!
/home/brad/Downloads/freetype2-infinality-remix/src/freetype2-demos/src/ftdump.c:20:10: error: #include expects "FILENAME" or <FILENAME>
20 | #include FT_INTERNAL_DEBUG_H
| ^~~~~~~~~~~~~~~~~~~
/home/brad/Downloads/freetype2-infinality-remix/src/freetype2-demos/src/ftdump.c:24:10: error: #include expects "FILENAME" or <FILENAME>
24 | #include FT_INTERNAL_OBJECTS_H
| ^~~~~~~~~~~~~~~~~~~~~
/home/brad/Downloads/freetype2-infinality-remix/src/freetype2-demos/src/ftdump.c:25:10: error: #include expects "FILENAME" or <FILENAME>
25 | #include FT_INTERNAL_DRIVER_H
| ^~~~~~~~~~~~~~~~~~~~
/home/brad/Downloads/freetype2-infinality-remix/src/freetype2-demos/src/ftdump.c: In function ‘Print_Type’:
/home/brad/Downloads/freetype2-infinality-remix/src/freetype2-demos/src/ftdump.c:162:27: error: invalid use of undefined type ‘struct FT_DriverRec_’
162 | module = &face->driver->root;
| ^~
/home/brad/Downloads/freetype2-infinality-remix/src/freetype2-demos/src/ftdump.c:163:47: error: invalid use of undefined type ‘struct FT_ModuleRec_’
163 | printf( " FreeType driver: %s\n", module->clazz->module_name );
| ^~
make: *** [Makefile:405: /home/brad/Downloads/freetype2-infinality-remix/src/freetype2-demos/objs/ftdump.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Hello. I don't understand why this package has been flagged out of date. There is no version 2.10.2 on github. Please remove the flag. Thanks.
@Improverator
I'm sorry, but I can't reproduce the error you are seeing. All the GNU Savannah archives download correctly for me. Do you have any network settings (DNS, VPN, proxy, etc.) that may break the mirror? Perhaps the mirror was just down earlier and you just need to try again?
IT DOES NOT WORK! git clone and make package -sci does not work because savannah gnu is empty and ZERO downloads! Please fix it so I can git clone and 3x makepkg -sci !
The Infinality Remix set of packages (freetype2-infinality-remix, fontconfig-infinality-remix, and cairo-infinality-remix) is an updated and hopefully improved version of the Infinality Ultimate bundle.
Please see https://github.com/pdeljanov/infinality-remix/blob/master/README.md for detailed installation and configuration instructions.
Pinned Comments
segfaulted commented on 2020-11-30 03:17
Hello all, just wanted to let everyone know that I've managed to port the Infinality patch set to FreeType 2.10.4, however, it seems to be very broken.
Unfortunately, I do not have any actual experience with FreeType so I don't know how to fix this. If anyone is able to lend a hand, the up-to-date patch set is available on the GitHub (https://github.com/pdeljanov/infinality-remix/tree/freetype-2.10.4).
Thanks!