mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:07:46 +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
|
@ -7,7 +7,7 @@ use_fresh_config_sub=true
|
|||
config_sub_paths=("build-scripts/config.sub")
|
||||
files="https://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${version}.tar.gz SDL_mixer-${version}.tar.gz 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a"
|
||||
auth_type=sha256
|
||||
depends=("libmikmod" "libvorbis" "sdl12-compat")
|
||||
depends=("libmikmod" "libvorbis" "sdl12-compat" "timidity")
|
||||
|
||||
# Explicitly point to the config binaries installed by our ports. Otherwise, it will
|
||||
# only work if by chance your host machine has those binaries in $PATH.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue