mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
808e0c9b17
Also add it as a dependency for the `SDL_mixer` and `SDL2_mixer` ports. Eawpats GUS patches are installed as part of the port, because without patches TiMidity++ is not able to generate any sound. The license for these is "fameware", credit to Andrew Suffield: https://lists.debian.org/debian-legal/2002/09/msg00137.html |
||
---|---|---|
.. | ||
0001-Calculate-Newton-coefficients-on-the-fly.patch | ||
ReadMe.md |
Patches for timidity on SerenityOS
0001-Calculate-Newton-coefficients-on-the-fly.patch
Calculate Newton coefficients on the fly
Since we are cross-compiling, we do not get a binary we can run on the
host that is able to generate newton_table.c
, so fall back to the old
way of generating the table.