devel/sdl20: update 2.32.8 → 2.32.10
This commit is contained in:
parent
ea8de4191f
commit
20addf934e
@ -1,5 +1,5 @@
|
|||||||
PORTNAME= sdl2
|
PORTNAME= sdl2
|
||||||
DISTVERSION= 2.32.8
|
DISTVERSION= 2.32.10
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://github.com/libsdl-org/SDL/releases/download/release-${DISTVERSION}/ \
|
MASTER_SITES= https://github.com/libsdl-org/SDL/releases/download/release-${DISTVERSION}/ \
|
||||||
https://www.libsdl.org/release/
|
https://www.libsdl.org/release/
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1749153759
|
TIMESTAMP = 1757339792
|
||||||
SHA256 (SDL2-2.32.8.tar.gz) = 0ca83e9c9b31e18288c7ec811108e58bac1f1bb5ec6577ad386830eac51c787e
|
SHA256 (SDL2-2.32.10.tar.gz) = 5f5993c530f084535c65a6879e9b26ad441169b3e25d789d83287040a9ca5165
|
||||||
SIZE (SDL2-2.32.8.tar.gz) = 7627356
|
SIZE (SDL2-2.32.10.tar.gz) = 7630262
|
||||||
|
|||||||
11
devel/sdl20/files/patch-src_audio_alsa_SDL__alsa_audio.c
Normal file
11
devel/sdl20/files/patch-src_audio_alsa_SDL__alsa_audio.c
Normal 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);
|
||||||
Loading…
x
Reference in New Issue
Block a user