From 4206a6feb9e83b3891e6f3f0a28c630cc2b9937e Mon Sep 17 00:00:00 2001 From: user1-github <56021366+user1-github@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:52:05 +0200 Subject: [PATCH 1/2] Add SDL2_mixer --- SDL2/SDL2_mixer.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 SDL2/SDL2_mixer.json 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" + } + } + ] +} From 2da2254474a251114c2df0574dbea99afc15af62 Mon Sep 17 00:00:00 2001 From: user1-github <56021366+user1-github@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:54:47 +0200 Subject: [PATCH 2/2] Add user1-github to CODEOWNERS --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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