1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

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
This commit is contained in:
Jelle Raaijmakers 2022-09-01 14:40:00 +02:00 committed by Andreas Kling
parent 8ab410a536
commit 808e0c9b17
6 changed files with 103 additions and 2 deletions

View file

@ -0,0 +1,10 @@
# 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.