Control: tags 888389 + pending

Dear maintainer,

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

Cheers
-- 
Sebastian Ramacher
diff -u kino-1.3.4/debian/changelog kino-1.3.4/debian/changelog
--- kino-1.3.4/debian/changelog
+++ kino-1.3.4/debian/changelog
@@ -1,3 +1,11 @@
+kino (1.3.4-2.5) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches: Fix FTBFS with ffmpeg 4.0. Thanks to James Cowgill for the
+    patch. (Closes: #888389)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Mon, 16 Jul 2018 19:59:06 +0200
+
 kino (1.3.4-2.4) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u kino-1.3.4/debian/patches/series kino-1.3.4/debian/patches/series
--- kino-1.3.4/debian/patches/series
+++ kino-1.3.4/debian/patches/series
@@ -8,0 +9 @@
+ffmpeg_4.0.patch
only in patch2:
unchanged:
--- kino-1.3.4.orig/debian/patches/ffmpeg_4.0.patch
+++ kino-1.3.4/debian/patches/ffmpeg_4.0.patch
@@ -0,0 +1,16 @@
+Description: Fix FTBFS with FFmpeg 4.0
+Author: James Cowgill <jcowg...@debian.org>
+Bug-Debian: https://bugs.debian.org/888389
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/frame.cc
++++ b/src/frame.cc
+@@ -1366,7 +1366,7 @@ bool Frame::CreateEncoder( bool isPAL, b
+ 			avcodecEncoder->thread_count = 2;
+ 			avcodecEncoder->time_base= isPAL ? ( AVRational ){ 1, 25 } : ( AVRational ){ 1001, 30000 };
+ 			avcodecEncoder->pix_fmt = isPAL ? AV_PIX_FMT_YUV420P : AV_PIX_FMT_YUV411P;
+-			avcodecEncoder->flags |= CODEC_FLAG_INTERLACED_DCT;
++			avcodecEncoder->flags |= AV_CODEC_FLAG_INTERLACED_DCT;
+ 			avcodec_open2( avcodecEncoder, avcodec_find_encoder( AV_CODEC_ID_DVVIDEO ), NULL );
+ 			tempImage = ( uint8_t* ) av_malloc(
+ 				avpicture_get_size( avcodecEncoder->pix_fmt, avcodecEncoder->width, avcodecEncoder->height ) );

Attachment: signature.asc
Description: PGP signature

Reply via email to