diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-09-01 14:40:00 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-03 00:07:24 +0200 |
commit | 808e0c9b1729c21f10f77d952292a6a5fb4aa97d (patch) | |
tree | 3049005f9001369330513fbf1611a2d7e4ca0ab3 /Ports/SDL2_mixer | |
parent | 8ab410a536237dcf0491ba15c91c3db68b352a24 (diff) | |
download | serenity-808e0c9b1729c21f10f77d952292a6a5fb4aa97d.zip |
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
Diffstat (limited to 'Ports/SDL2_mixer')
-rwxr-xr-x | Ports/SDL2_mixer/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/SDL2_mixer/package.sh b/Ports/SDL2_mixer/package.sh index aa30acd6d3..3c9871b214 100755 --- a/Ports/SDL2_mixer/package.sh +++ b/Ports/SDL2_mixer/package.sh @@ -4,7 +4,7 @@ version='2.6.2' useconfigure='true' files="https://github.com/libsdl-org/SDL_mixer/releases/download/release-${version}/SDL2_mixer-${version}.tar.gz SDL2_mixer-${version}.tar.gz 8cdea810366decba3c33d32b8071bccd1c309b2499a54946d92b48e6922aa371" auth_type='sha256' -depends=("libmodplug" "libmpg123" "libvorbis" "SDL2") +depends=("libmodplug" "libmpg123" "libvorbis" "SDL2" "timidity") configure() { export LIBS="-L${SERENITY_INSTALL_ROOT}/usr/local/lib" |