Bug#957769: rotter: diff for NMU version 0.9-3.1
Sudip Mukherjee
sudipm.mukherjee at gmail.com
Mon Oct 26 19:25:47 GMT 2020
Control: tags 957769 + patch
Control: tags 957769 + pending
--
Dear maintainer,
I've prepared an NMU for rotter (versioned as 0.9-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.
--
Regards
Sudip
diff -Nru rotter-0.9/debian/changelog rotter-0.9/debian/changelog
--- rotter-0.9/debian/changelog 2011-07-30 10:34:07.000000000 +0100
+++ rotter-0.9/debian/changelog 2020-10-26 19:17:58.000000000 +0000
@@ -1,3 +1,10 @@
+rotter (0.9-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix ftbfs with GCC-10. (Closes: #957769)
+
+ -- Sudip Mukherjee <sudipm.mukherjee at gmail.com> Mon, 26 Oct 2020 19:17:58 +0000
+
rotter (0.9-3) unstable; urgency=low
* Build against libmp3lame-dev.
diff -Nru rotter-0.9/debian/patches/fix_gcc-10.patch rotter-0.9/debian/patches/fix_gcc-10.patch
--- rotter-0.9/debian/patches/fix_gcc-10.patch 1970-01-01 01:00:00.000000000 +0100
+++ rotter-0.9/debian/patches/fix_gcc-10.patch 2020-10-26 19:17:54.000000000 +0000
@@ -0,0 +1,19 @@
+Description: Fix ftbfs with GCC-10
+
+Author: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
+Bug-Debian: https://bugs.debian.org/957769
+Forwarded: no
+
+---
+
+--- rotter-0.9.orig/src/rotter.h
++++ rotter-0.9/src/rotter.h
+@@ -132,7 +132,7 @@ encoder_funcs_t* init_lame( const char*
+ encoder_funcs_t* init_sndfile( const char* format, int channels, int bitrate );
+
+ // In mpegaudiofile.c
+-FILE* mpegaudio_file;
++extern FILE* mpegaudio_file;
+ int close_mpegaudio_file();
+ int open_mpegaudio_file( const char* filepath );
+
diff -Nru rotter-0.9/debian/patches/series rotter-0.9/debian/patches/series
--- rotter-0.9/debian/patches/series 2011-02-08 21:42:06.000000000 +0000
+++ rotter-0.9/debian/patches/series 2020-10-26 19:10:04.000000000 +0000
@@ -1 +1,2 @@
use_ogg.diff
+fix_gcc-10.patch
More information about the pkg-multimedia-maintainers
mailing list