Debian Patches
Status for alsa-lib/1.2.14-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Enabled-extended-namehints-in-alsa.conf.patch | [PATCH] Enabled extended namehints in alsa.conf | Elimar Riesebieter <riesebie@lxtec.de> | no | 2017-01-11 | ||
git_ftbfs_gcc15.patch | commit 3a9771812405be210e760e4e6667f2c023fe82f4 test: update midifile library to ANSI C The midifile library used by the playmidi1 program dates from 1989, and used pre-ANSI function definitions and prototypes. GCC 15 now defaults to C23 where () means the same as (void) in prototypes, which causes type mismatch errors. Update the code to use ANSI function definitions and prototypes, so it'll compile happily as anything from ANSI C to C23. This revealed that playmidi1's do_tempo had the wrong argument type, so correct that as well. Closes: https://github.com/alsa-project/alsa-lib/pull/463 Signed-off-by: Adam Sampson <ats@offog.org> Signed-off-by: Jaroslav Kysela <perex@perex.cz> diff --git a/test/midifile.c b/test/midifile.c index 4862b199..8580108e 100644 |
Adam Sampson <ats@offog.org> | no | 2025-07-06 |