[SCM] qtmultimedia packaging branch, ubuntu, updated. ubuntu/5.7.1-20161021-2ubuntu1

Timo Jyrinki timo at moszumanska.debian.org
Tue Jan 10 07:42:37 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtmultimedia.git;a=commitdiff;h=334ef28

The following commit has been merged in the ubuntu branch:
commit 334ef28d9b37ed4f35de42e87dad4a5094b9d28f
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Tue Jan 3 10:57:36 2017 +0000

    Rebase the opus patch to apply cleanly.
---
 debian/patches/adding_gstreamer_opus_support.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/adding_gstreamer_opus_support.patch b/debian/patches/adding_gstreamer_opus_support.patch
index c522026..f42e911 100644
--- a/debian/patches/adding_gstreamer_opus_support.patch
+++ b/debian/patches/adding_gstreamer_opus_support.patch
@@ -33,5 +33,5 @@ Reviewed-By: Alfonso Sanchez-Beato <alfonso.sanchez-beato at canonical.com>
      m_codecOptions["audio/AMR-WB"] = QStringList();
 +    m_codecOptions["audio/x-opus"] = QStringList();
  
-     foreach( const QByteArray& codecName, codecCandidates ) {
+     for (const QByteArray& codecName : qAsConst(codecCandidates)) {
          QByteArray elementName = m_elementNames[codecName];

-- 
qtmultimedia packaging



More information about the pkg-kde-commits mailing list