summaryrefslogtreecommitdiff
path: root/Ports/SDL2_mixer
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2022-09-01 14:40:00 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-03 00:07:24 +0200
commit808e0c9b1729c21f10f77d952292a6a5fb4aa97d (patch)
tree3049005f9001369330513fbf1611a2d7e4ca0ab3 /Ports/SDL2_mixer
parent8ab410a536237dcf0491ba15c91c3db68b352a24 (diff)
downloadserenity-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-xPorts/SDL2_mixer/package.sh2
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"