Control: tags 1066115 + pending

Dear maintainer,

I've prepared an NMU for mpg321 (versioned as 0.3.2-3.2) and
uploaded it to DELAYED/00.

Kind regards
Andreas
diff -Nru mpg321-0.3.2/debian/changelog mpg321-0.3.2/debian/changelog
--- mpg321-0.3.2/debian/changelog	2020-07-23 17:22:42.000000000 +0200
+++ mpg321-0.3.2/debian/changelog	2024-03-27 15:40:50.000000000 +0100
@@ -1,3 +1,11 @@
+mpg321 (0.3.2-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * 14_ftbfs_implicit.diff: Fix build error with
+    -Wno-error=implicit-function-declaration. Closes: #1066115
+
+ -- Andreas Metzler <ametz...@debian.org>  Wed, 27 Mar 2024 15:40:50 +0100
+
 mpg321 (0.3.2-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru mpg321-0.3.2/debian/patches/ftbfs_implicit.diff mpg321-0.3.2/debian/patches/ftbfs_implicit.diff
--- mpg321-0.3.2/debian/patches/ftbfs_implicit.diff	1970-01-01 01:00:00.000000000 +0100
+++ mpg321-0.3.2/debian/patches/ftbfs_implicit.diff	2024-03-27 15:39:14.000000000 +0100
@@ -0,0 +1,34 @@
+Description: Fix build error with -Wno-error=implicit-function-declaration
+Author: Andreas Metzler <ametz...@debian.org>
+Origin: vendor
+Forwarded: no
+Last-Update: 2024-03-27
+Bug-Debian: https://bugs.debian.org/1066115
+
+
+--- mpg321-0.3.2.orig/mpg321.h
++++ mpg321-0.3.2/mpg321.h
+@@ -242,7 +242,7 @@ typedef struct {
+ } fft_state;
+ 
+ typedef short int sound_sample;
+-//void fft_perform(const sound_sample *input, double *output, fft_state *state);
++void fft_perform(const sound_sample *input, double *output, fft_state *state);
+ 
+ fft_state *fft_init(void);
+ 
+@@ -290,6 +290,14 @@ output_frame *Output_Queue;
+ /* Shared total decoded frames */
+ decoded_frames *Decoded_Frames;
+ 
++int init_alsa_volume_control(char *name);
++int calc_http_length(buffer *buf);
++long mpg321_alsa_get_volume();
++void mpg321_alsa_set_volume(long value);
++void do_basicauth();
++ao_device *open_ao_playdevice_buffer(struct mad_header const *header);
++int check_default_play_device_buffer();
++
+ #if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
+ /* */
+ #else
diff -Nru mpg321-0.3.2/debian/patches/series mpg321-0.3.2/debian/patches/series
--- mpg321-0.3.2/debian/patches/series	2019-03-13 15:57:59.000000000 +0100
+++ mpg321-0.3.2/debian/patches/series	2024-03-27 15:37:21.000000000 +0100
@@ -1 +1,2 @@
 handle_illegal_bitrate_value.patch
+ftbfs_implicit.diff

Reply via email to