tags 739240 + pending
thanks

Dear maintainer,

I've prepared an NMU for dff (versioned as 1.3.0+dfsg.1-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru dff-1.3.0+dfsg.1/debian/changelog dff-1.3.0+dfsg.1/debian/changelog
--- dff-1.3.0+dfsg.1/debian/changelog	2014-01-14 03:52:08.000000000 -0500
+++ dff-1.3.0+dfsg.1/debian/changelog	2014-03-24 19:27:29.000000000 -0400
@@ -1,3 +1,10 @@
+dff (1.3.0+dfsg.1-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add libav10.patch to allow compilation against libav10 (Closes: #739240)
+
+ -- Reinhard Tartler <siret...@tauware.de>  Mon, 24 Mar 2014 19:26:50 -0400
+
 dff (1.3.0+dfsg.1-4) unstable; urgency=high
 
   * Fix broken swig detection (Closes: #731743)
diff -Nru dff-1.3.0+dfsg.1/debian/patches/libav10.patch dff-1.3.0+dfsg.1/debian/patches/libav10.patch
--- dff-1.3.0+dfsg.1/debian/patches/libav10.patch	1969-12-31 19:00:00.000000000 -0500
+++ dff-1.3.0+dfsg.1/debian/patches/libav10.patch	2014-03-24 19:27:27.000000000 -0400
@@ -0,0 +1,16 @@
+From: Sebastian Ramacher <sramac...@debian.org>
+To: 739...@bugs.debian.org
+Subject: Re: Bug#739240: FTBFS with libav10
+Date: Mon, 24 Feb 2014 20:38:32 +0100
+
+--- dff-1.3.0+dfsg.1.orig/dff/api/gui/video/video.cpp
++++ dff-1.3.0+dfsg.1/dff/api/gui/video/video.cpp
+@@ -160,7 +160,7 @@ void	VideoDecoder::_clear(void)
+   }
+   if (this->_formatContext)
+   {
+-    av_close_input_file(this->_formatContext);
++    avformat_close_input(&this->_formatContext);
+     this->_formatContext = NULL;
+   }
+   if (this->_codec) //return by avcodec_find_decoder not allocated ?
diff -Nru dff-1.3.0+dfsg.1/debian/patches/series dff-1.3.0+dfsg.1/debian/patches/series
--- dff-1.3.0+dfsg.1/debian/patches/series	2014-01-14 03:34:37.000000000 -0500
+++ dff-1.3.0+dfsg.1/debian/patches/series	2014-03-24 19:26:30.000000000 -0400
@@ -1,3 +1,4 @@
 02-do-not-rebuild-translation-files.patch
 03-fix-ftbfs-libav9.patch
 04-fix-swig-detection.patch
+libav10.patch

Reply via email to