diff --git a/recipes/libs/sdl2-mixer/recipe.toml b/recipes/libs/sdl2-mixer/recipe.toml index 3f2c1e865..2c9d9b829 100644 --- a/recipes/libs/sdl2-mixer/recipe.toml +++ b/recipes/libs/sdl2-mixer/recipe.toml @@ -1,23 +1,25 @@ [source] -tar = "https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz" +tar = "https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.8.1.tar.gz" +blake3 = "fa0798ce7ffdb5f89545311292374e5b7af479df8bc99a4aacfb40d2ab2f8384" [build] template = "custom" dependencies = [ - "sdl2", - "liborbital", - "llvm18", - "mesa", - "zlib", - "libogg", - "libvorbis", + "sdl2", + "liborbital", + "llvm18", + "mesa", + "zlib", + "libogg", + "libvorbis", ] script = """ -export SDL_LIBS="-lSDL2 -lorbital $("${TARGET}-pkg-config" --libs osmesa) -lvorbis -logg -lz -lm -lpthread -lstdc++" +DYNAMIC_INIT + +export SDL_LIBS="-lSDL2 -lorbital -lOSMesa -lvorbis -logg -lz -lm -lpthread -lstdc++" COOKBOOK_CONFIGURE_FLAGS=( --prefix=/ --host="${TARGET}" - --disable-shared --disable-sdltest --enable-music-ogg --disable-music-cmd