[SCM] KDE Multimedia module packaging branch, master, updated. debian/4.6.5-3-1-gb221a4e

Fathi Boudra fabo at alioth.debian.org
Fri Sep 23 14:51:02 UTC 2011


The following commit has been merged in the master branch:
commit b221a4eeaeeee0402e9790455bb095a7b3fcaa6b
Author: Fathi Boudra <fabo at debian.org>
Date:   Fri Sep 23 17:50:48 2011 +0300

    Fix typo in libav_compat.diff patch: AUDIO -> VIDEO.
---
 debian/changelog                 |    6 ++++++
 debian/patches/libav_compat.diff |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a46002d..5514bd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kdemultimedia (4:4.6.5-4) UNRELEASED; urgency=low
+
+  * Fix typo in libav_compat.diff patch: AUDIO -> VIDEO.
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 23 Sep 2011 17:49:58 +0300
+
 kdemultimedia (4:4.6.5-3) unstable; urgency=low
 
   [ Pino Toscano ]
diff --git a/debian/patches/libav_compat.diff b/debian/patches/libav_compat.diff
index 2dd16a4..453fd90 100644
--- a/debian/patches/libav_compat.diff
+++ b/debian/patches/libav_compat.diff
@@ -15,7 +15,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638241
 +#if LIBAVCODEC_VERSION_MAJOR < 53
          if (m_pFormatContext->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO) {
 +#else
-+        if (m_pFormatContext->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO) {
++        if (m_pFormatContext->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
 +#endif
              m_pVideoStream = m_pFormatContext->streams[i];
              m_VideoStream = i;

-- 
KDE Multimedia module packaging



More information about the pkg-kde-commits mailing list