mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:17:34 +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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue