diff --git a/CODEOWNERS b/CODEOWNERS index ec486c76..db59075d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -20,4 +20,4 @@ update-checker.sh @flathub/reviewers /lzo/ @AKoskovich /squashfs-tools/ @AKoskovich /libayatana-appindicator/ @AKoskovich -/SDL2/ @tothxa +/SDL2/ @tothxa @user1-github diff --git a/SDL2/SDL2_mixer.json b/SDL2/SDL2_mixer.json new file mode 100644 index 00000000..8104cecd --- /dev/null +++ b/SDL2/SDL2_mixer.json @@ -0,0 +1,30 @@ +{ + "name": "SDL2_mixer", + "config-opts": [ + "-DSDL2MIXER_MOD=OFF", + "-DSDL2MIXER_MIDI=OFF" + ], + "cleanup": [ + "/include", + "/lib/cmake", + "/lib/pkgconfig" + ], + "buildsystem": "cmake-ninja", + "builddir": true, + "sources": [ + { + "type": "archive", + "url": "https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.1/SDL2_mixer-2.8.1.tar.gz", + "sha256": "cb760211b056bfe44f4a1e180cc7cb201137e4d1572f2002cc1be728efd22660", + "x-checker-data": { + "type": "anitya", + "project-id": 4782, + "stable-only": true, + "versions": { + "<": "3.0.0" + }, + "url-template": "https://github.com/libsdl-org/SDL_mixer/releases/download/release-$version/SDL2_mixer-$version.tar.gz" + } + } + ] +}