Control: tags 803799 + pending

Dear maintainer,

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

Cheers
-- 
Sebastian Ramacher
diff -Nru aubio-0.4.1/debian/changelog aubio-0.4.1/debian/changelog
--- aubio-0.4.1/debian/changelog	2014-03-25 21:25:58.000000000 +0100
+++ aubio-0.4.1/debian/changelog	2016-03-06 22:06:42.000000000 +0100
@@ -1,3 +1,13 @@
+aubio (0.4.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Andreas Cadhalpun ]
+  * debian/patches/ffmpeg_2.9.patch: Fix build against ffmpeg 3.0. (Closes:
+    #803799)
+
+ -- Sebastian Ramacher <[email protected]>  Sun, 06 Mar 2016 22:06:41 +0100
+
 aubio (0.4.1-2) unstable; urgency=medium
 
   * debian/control: always Build-Depends on txt2man to include manpages in
diff -Nru aubio-0.4.1/debian/patches/ffmpeg_2.9.patch aubio-0.4.1/debian/patches/ffmpeg_2.9.patch
--- aubio-0.4.1/debian/patches/ffmpeg_2.9.patch	1970-01-01 01:00:00.000000000 +0100
+++ aubio-0.4.1/debian/patches/ffmpeg_2.9.patch	2016-03-06 22:05:51.000000000 +0100
@@ -0,0 +1,24 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun <[email protected]>
+Last-Update: <2015-11-02>
+
+--- aubio-0.4.1.orig/src/io/source_avcodec.c
++++ aubio-0.4.1/src/io/source_avcodec.c
+@@ -167,7 +167,7 @@ aubio_source_avcodec_t * new_aubio_sourc
+   }
+ 
+   AVFrame *avFrame = s->avFrame;
+-  avFrame = avcodec_alloc_frame();
++  avFrame = av_frame_alloc();
+   if (!avFrame) {
+     AUBIO_ERR("source_avcodec: Could not allocate frame for (%s)\n", s->path);
+   }
+@@ -415,7 +415,7 @@ void del_aubio_source_avcodec(aubio_sour
+   }
+   s->output = NULL;
+   if (s->avFrame != NULL) {
+-    avcodec_free_frame( &(s->avFrame) );
++    av_frame_free( &(s->avFrame) );
+   }
+   s->avFrame = NULL;
+   AUBIO_FREE(s);
diff -Nru aubio-0.4.1/debian/patches/series aubio-0.4.1/debian/patches/series
--- aubio-0.4.1/debian/patches/series	2014-03-12 04:26:47.000000000 +0100
+++ aubio-0.4.1/debian/patches/series	2016-03-06 22:05:51.000000000 +0100
@@ -1 +1,2 @@
 local_mathjax
+ffmpeg_2.9.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to