Bug#1074831: awesfx: diff for NMU version 0.5.2-1.2
Control: tags 1074831 + patch
Control: tags 1074831 + pending
Dear maintainer,
I've prepared an NMU for awesfx (versioned as 0.5.2-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.
Regards.
diffstat for awesfx-0.5.2 awesfx-0.5.2
changelog | 8 ++++++++
patches/fix-build-with-gcc14.patch | 16 ++++++++++++++++
patches/series | 1 +
3 files changed, 25 insertions(+)
diff -Nru awesfx-0.5.2/debian/changelog awesfx-0.5.2/debian/changelog
--- awesfx-0.5.2/debian/changelog 2024-01-05 15:54:21.000000000 -0300
+++ awesfx-0.5.2/debian/changelog 2025-07-11 09:47:31.000000000 -0300
@@ -1,3 +1,11 @@
+awesfx (0.5.2-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/patches/fix-build-with-gcc14.patch: Fix build with GCC 14.
+ (Closes: #1074831)
+
+ -- Marcos Talau <talau@debian.org> Fri, 11 Jul 2025 09:47:31 -0300
+
awesfx (0.5.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru awesfx-0.5.2/debian/patches/fix-build-with-gcc14.patch awesfx-0.5.2/debian/patches/fix-build-with-gcc14.patch
--- awesfx-0.5.2/debian/patches/fix-build-with-gcc14.patch 1969-12-31 21:00:00.000000000 -0300
+++ awesfx-0.5.2/debian/patches/fix-build-with-gcc14.patch 2025-07-11 09:46:51.000000000 -0300
@@ -0,0 +1,16 @@
+Description: Fix build with GCC-14
+Author: Marcos Talau <talau@debian.org>
+Bug-Debian: https://bugs.debian.org/1074831
+Last-Update: 2025-07-11
+
+--- awesfx-0.5.2.orig/alsa.c
++++ awesfx-0.5.2/alsa.c
+@@ -139,7 +139,7 @@ int seq_zero_atten(int atten)
+ return snd_hwdep_ioctl(hwdep, SNDRV_EMUX_IOCTL_MISC_MODE, &mode);
+ }
+
+-void seq_set_gus_bank(int bank)
++int seq_set_gus_bank(int bank)
+ {
+ struct sndrv_emux_misc_mode mode;
+ mode.port = -1;
diff -Nru awesfx-0.5.2/debian/patches/series awesfx-0.5.2/debian/patches/series
--- awesfx-0.5.2/debian/patches/series 2019-08-05 17:11:00.000000000 -0300
+++ awesfx-0.5.2/debian/patches/series 2025-07-11 09:44:28.000000000 -0300
@@ -1 +1,2 @@
sfxload-manpage.patch
+fix-build-with-gcc14.patch
Reply to: