ports: Add SDL_mixer port

This commit is contained in:
2025-11-16 03:46:56 +02:00
parent 6c4cd0d8cb
commit b678541427
2 changed files with 39 additions and 0 deletions

8
ports/SDL_mixer/build.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash ../install.sh
NAME='SDL_mixer'
VERSION='1.2.12'
DOWNLOAD_URL="https://github.com/libsdl-org/SDL_mixer/archive/refs/tags/release-$VERSION.tar.gz#4176dfc887664419bfd16c41013c6cf0c48eca6b95ae3c34205630e8a7a94faa"
TAR_CONTENT="SDL_mixer-release-$VERSION"
CONFIG_SUB=('build-scripts/config.sub')
DEPENDENCIES=('libmikmod' 'libiconv' 'sdl12-compat')