serenity/Ports/timidity/patches
Jelle Raaijmakers 808e0c9b17 Ports: Add TiMidity++
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
2022-09-03 00:07:24 +02:00
..
0001-Calculate-Newton-coefficients-on-the-fly.patch Ports: Add TiMidity++ 2022-09-03 00:07:24 +02:00
ReadMe.md Ports: Add TiMidity++ 2022-09-03 00:07:24 +02:00

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.