Control: tags -1 + pending

Dear maintainer,

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

Regards.
-- 
Sebastian Ramacher
diff -u lynkeos.app-1.2/debian/changelog lynkeos.app-1.2/debian/changelog
--- lynkeos.app-1.2/debian/changelog
+++ lynkeos.app-1.2/debian/changelog
@@ -1,3 +1,11 @@
+lynkeos.app (1.2-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/libav_9.dpatch: Port to libav 9 API. Thanks to Moritz
+    Muehlenhoff for the patch (Closes: #720820)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Wed, 04 Sep 2013 14:12:18 +0200
+
 lynkeos.app (1.2-6) unstable; urgency=low
 
   * debian/patches/compilation-errors.dpatch: New (Closes: #629206).
diff -u lynkeos.app-1.2/debian/patches/00list lynkeos.app-1.2/debian/patches/00list
--- lynkeos.app-1.2/debian/patches/00list
+++ lynkeos.app-1.2/debian/patches/00list
@@ -5,0 +6 @@
+libav_9
only in patch2:
unchanged:
--- lynkeos.app-1.2.orig/debian/patches/libav_9.dpatch
+++ lynkeos.app-1.2/debian/patches/libav_9.dpatch
@@ -0,0 +1,27 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## libav_9.dpatch by Moritz Muehlenhoff <j...@inutil.org>
+##
+## DP: Port to libav 9 API.
+
+@DPATCH@
+diff -aur lynkeos.app-1.2.orig/Sources/ffmpeg_access.c lynkeos.app-1.2/Sources/ffmpeg_access.c
+--- lynkeos.app-1.2.orig/Sources/ffmpeg_access.c	2005-04-17 17:40:27.000000000 +0200
++++ lynkeos.app-1.2/Sources/ffmpeg_access.c	2013-07-24 20:24:23.472025000 +0200
+@@ -224,7 +224,7 @@
+      
+ 
+     // Retrieve stream information
+-    if(av_find_stream_info(pFormatCtx)<0){
++    if(avformat_find_stream_info(pFormatCtx, NULL)<0){
+       printf("ERROR: Could not retrieve stream operation");
+       printf("\n");
+       av_close_input_file(pFormatCtx);
+@@ -275,7 +275,7 @@
+     }
+ 
+     // Open codec
+-    if(avcodec_open(pCodecCtx, pCodec)<0){
++    if(avcodec_open2(pCodecCtx, pCodec, NULL)<0){
+       printf("ERROR: Can't open the codec");
+       printf("\n");
+       av_close_input_file(pFormatCtx);

Attachment: signature.asc
Description: Digital signature

Reply via email to