Control: tags 888335 + pending

Dear maintainer,

I've prepared an NMU for squeezelite (versioned as 1.8-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru squeezelite-1.8/debian/changelog squeezelite-1.8/debian/changelog
--- squeezelite-1.8/debian/changelog	2016-11-12 15:06:01.000000000 +0100
+++ squeezelite-1.8/debian/changelog	2018-07-11 22:17:50.000000000 +0200
@@ -1,3 +1,11 @@
+squeezelite (1.8-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches: Fix build with ffmpeg 4.0. Thanks to James Cowgill for the
+    patch. (Closes: #888335)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Wed, 11 Jul 2018 22:17:50 +0200
+
 squeezelite (1.8-4) unstable; urgency=medium
 
   * Run wrap-and-sort.
diff -Nru squeezelite-1.8/debian/patches/ffmpeg4.0.patch squeezelite-1.8/debian/patches/ffmpeg4.0.patch
--- squeezelite-1.8/debian/patches/ffmpeg4.0.patch	1970-01-01 01:00:00.000000000 +0100
+++ squeezelite-1.8/debian/patches/ffmpeg4.0.patch	2018-07-11 22:17:26.000000000 +0200
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with FFmpeg 4.0
+Author: James Cowgill <jcowg...@debian.org>
+Bug-Debian: https://bugs.debian.org/888335
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/ffmpeg.c
++++ b/ffmpeg.c
+@@ -264,7 +264,7 @@ static decode_state ff_decode(void) {
+ 		ff->mmsh_bytes_left = ff->mmsh_bytes_pad = ff->mmsh_packet_len = 0;
+ 
+ 		if (!ff->readbuf) {
+-			ff->readbuf = AV(ff, malloc, READ_SIZE +  FF_INPUT_BUFFER_PADDING_SIZE);
++			ff->readbuf = AV(ff, malloc, READ_SIZE +  AV_INPUT_BUFFER_PADDING_SIZE);
+ 		}
+ 
+ 		avio = AVIO(ff, alloc_context, ff->readbuf, READ_SIZE, 0, NULL, _read_data, NULL, NULL);
diff -Nru squeezelite-1.8/debian/patches/series squeezelite-1.8/debian/patches/series
--- squeezelite-1.8/debian/patches/series	2016-11-12 14:49:21.000000000 +0100
+++ squeezelite-1.8/debian/patches/series	2018-07-11 22:17:30.000000000 +0200
@@ -2,3 +2,4 @@
 Makefile-portaudio.patch
 ffmpeg_2.9.patch
 rename-logs.patch
+ffmpeg4.0.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to