[SCM] qtwebengine packaging branch, experimental, updated. debian/5.7.1+dfsg-6.1-7-g3dc1f84

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jun 8 09:52:03 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=3dc1f84

The following commit has been merged in the experimental branch:
commit 3dc1f849104a7501c9f90dfc4d99e8dea6e3511f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jun 8 12:45:16 2017 +0300

    Use WEBRTC_ARCH_MIPS_FAMILY for both mips(be) and mips64(be).
    
    To match what has been done upstream for little endian:
    
    - for Chromium in https://codereview.chromium.org/1892823002;
    - for webrtc in https://codereview.webrtc.org/2091433002.
---
 debian/patches/add_mips_support.patch | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/patches/add_mips_support.patch b/debian/patches/add_mips_support.patch
index 4d87f08..5f8ffaf 100644
--- a/debian/patches/add_mips_support.patch
+++ b/debian/patches/add_mips_support.patch
@@ -1,7 +1,7 @@
 Description: Add MIPS support for QtWebEngine
 Author: Sandro Knauß <bugs at ssandroknauss.de>
 Origin: debian
-Last-Update: 2017-01-03
+Last-Update: 2017-06-08
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/src/3rdparty/chromium/build/build_config.h
@@ -12,7 +12,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  #endif
 +#elif defined(__MIPSEB__)
 +#if defined(__LP64__)
-+#define ARCH_CPU_MIPS64_FAMILY 1
++#define ARCH_CPU_MIPS_FAMILY 1
 +#define ARCH_CPU_MIPS64 1
 +#define ARCH_CPU_64_BITS 1
 +#else
@@ -26,16 +26,15 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  #endif
 --- a/src/3rdparty/chromium/third_party/webrtc/typedefs.h
 +++ b/src/3rdparty/chromium/third_party/webrtc/typedefs.h
-@@ -44,6 +44,15 @@
+@@ -44,6 +44,14 @@
  #define WEBRTC_ARCH_32_BITS
  #endif
  #define WEBRTC_ARCH_LITTLE_ENDIAN
 +#elif defined(__MIPSEB__)
++#define WEBRTC_ARCH_MIPS_FAMILY
 +#if defined(__LP64__)
-+#define WEBRTC_ARCH_MIPS64_FAMILY
 +#define WEBRTC_ARCH_64_BITS
 +#else
-+#define WEBRTC_ARCH_MIPS_FAMILY
 +#define WEBRTC_ARCH_32_BITS
 +#endif
 +#define WEBRTC_ARCH_BIG_ENDIAN

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list