[SCM] libquicktime/master: Drop 30-libav-0.7.patch, fixed upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Apr 10 08:57:16 UTC 2012


The following commit has been merged in the master branch:
commit 03d97a21bcc3fd150518573e79045c3a64fccf7f
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Apr 10 10:39:49 2012 +0200

    Drop 30-libav-0.7.patch, fixed upstream.

diff --git a/debian/patches/30-libav-0.7.patch b/debian/patches/30-libav-0.7.patch
deleted file mode 100644
index 5ab98ec..0000000
--- a/debian/patches/30-libav-0.7.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Reinhard Tartler <siretart at tauware.de>
-Subject: Fix compilation against Libav 0.7
-Forwarded: no
-
-libquicktime still uses deprecated API that have been removed in Libav
-0.7/FFmpeg 0.8.
-
----
- plugins/ffmpeg/lqt_ffmpeg.c |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- libquicktime.orig/plugins/ffmpeg/lqt_ffmpeg.c
-+++ libquicktime/plugins/ffmpeg/lqt_ffmpeg.c
-@@ -1044,8 +1044,8 @@ static void set_codec_info(struct CODECI
-   snprintf(ffmpeg_long_name, 256, "%s", map->name);
-   snprintf(ffmpeg_description, 256, "%s", map->name);
-   
--  if((map->encoder && (map->encoder->type == CODEC_TYPE_VIDEO)) ||
--     (map->decoder && (map->decoder->type == CODEC_TYPE_VIDEO))){
-+  if((map->encoder && (map->encoder->type == AVMEDIA_TYPE_VIDEO)) ||
-+     (map->decoder && (map->decoder->type == AVMEDIA_TYPE_VIDEO))){
-        codec_info_ffmpeg.type = LQT_CODEC_VIDEO;
-   } else {
-        codec_info_ffmpeg.type = LQT_CODEC_AUDIO;
diff --git a/debian/patches/series b/debian/patches/series
index 36e8d50..6908b6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 02-install-in-libquicktime2.patch
-30-libav-0.7.patch

-- 
libquicktime packaging



More information about the pkg-multimedia-commits mailing list