devel/sdl20: update 2.32.8 → 2.32.10

This commit is contained in:
Dmitry Marakasov 2025-09-08 18:22:49 +03:00
parent ea8de4191f
commit 20addf934e
3 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= sdl2
DISTVERSION= 2.32.8
DISTVERSION= 2.32.10
CATEGORIES= devel
MASTER_SITES= https://github.com/libsdl-org/SDL/releases/download/release-${DISTVERSION}/ \
https://www.libsdl.org/release/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1749153759
SHA256 (SDL2-2.32.8.tar.gz) = 0ca83e9c9b31e18288c7ec811108e58bac1f1bb5ec6577ad386830eac51c787e
SIZE (SDL2-2.32.8.tar.gz) = 7627356
TIMESTAMP = 1757339792
SHA256 (SDL2-2.32.10.tar.gz) = 5f5993c530f084535c65a6879e9b26ad441169b3e25d789d83287040a9ca5165
SIZE (SDL2-2.32.10.tar.gz) = 7630262

View File

@ -0,0 +1,11 @@
--- src/audio/alsa/SDL_alsa_audio.c.orig 2025-07-17 18:15:25 UTC
+++ src/audio/alsa/SDL_alsa_audio.c
@@ -88,7 +88,7 @@ static int (*ALSA_snd_pcm_info_malloc)(snd_pcm_info_t
static int (*ALSA_snd_pcm_info_get_card)(const snd_pcm_info_t *);
static int (*ALSA_snd_card_get_name)(int, char **);
static int (*ALSA_snd_pcm_info_malloc)(snd_pcm_info_t **);
-static int (*ALSA_snd_pcm_info_free)(snd_pcm_info_t *);
+static void (*ALSA_snd_pcm_info_free)(snd_pcm_info_t *);
#ifdef SND_CHMAP_API_VERSION
static snd_pcm_chmap_t *(*ALSA_snd_pcm_get_chmap)(snd_pcm_t *);
static int (*ALSA_snd_pcm_chmap_print)(const snd_pcm_chmap_t *map, size_t maxlen, char *buf);