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:
parent
8ab410a536
commit
808e0c9b17
6 changed files with 103 additions and 2 deletions
10
Ports/timidity/patches/ReadMe.md
Normal file
10
Ports/timidity/patches/ReadMe.md
Normal 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue