[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-1-10-gf2a0fdc

Sandro Knauß hefee at moszumanska.debian.org
Tue Jan 3 23:33:28 UTC 2017


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

The following commit has been merged in the master branch:
commit 9332510d0e09ac8acf805170b7e14b4790a261ed
Author: Sandro Knauß <hefee at debian.org>
Date:   Tue Jan 3 14:04:14 2017 +0100

    fix mips 64 bit support
---
 debian/patches/add_mips_support.patch | 32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)

diff --git a/debian/patches/add_mips_support.patch b/debian/patches/add_mips_support.patch
index 744e284..689ee46 100644
--- a/debian/patches/add_mips_support.patch
+++ b/debian/patches/add_mips_support.patch
@@ -4,10 +4,8 @@ Origin: debian
 Last-Update: 2017-01-03
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/build/build_config.h
-===================================================================
---- qtwebengine-opensource-src-5.7.1+dfsg.orig/src/3rdparty/chromium/build/build_config.h
-+++ qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/build/build_config.h
+--- a/src/3rdparty/chromium/build/build_config.h
++++ b/src/3rdparty/chromium/build/build_config.h
 @@ -133,6 +133,17 @@
  #define ARCH_CPU_32_BITS 1
  #define ARCH_CPU_LITTLE_ENDIAN 1
@@ -26,22 +24,28 @@ Index: qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/build/build_c
  #else
  #error Please add support for your architecture in build/build_config.h
  #endif
-Index: qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/webrtc/typedefs.h
-===================================================================
---- qtwebengine-opensource-src-5.7.1+dfsg.orig/src/3rdparty/chromium/third_party/webrtc/typedefs.h
-+++ qtwebengine-opensource-src-5.7.1+dfsg/src/3rdparty/chromium/third_party/webrtc/typedefs.h
-@@ -47,6 +47,14 @@
- #elif defined(__pnacl__)
+--- a/src/3rdparty/chromium/third_party/webrtc/typedefs.h
++++ b/src/3rdparty/chromium/third_party/webrtc/typedefs.h
+@@ -39,11 +39,21 @@
+ #elif defined(__MIPSEL__)
+ #if defined(__LP64__)
+ #define WEBRTC_ARCH_MIPS64_FAMILY
++#define WEBRTC_ARCH_64_BITS
+ #else
+ #define WEBRTC_ARCH_MIPS_FAMILY
+-#endif
  #define WEBRTC_ARCH_32_BITS
++#endif
  #define WEBRTC_ARCH_LITTLE_ENDIAN
 +#elif defined(__MIPSEB__)
 +#if defined(__LP64__)
 +#define WEBRTC_ARCH_MIPS64_FAMILY
++#define WEBRTC_ARCH_64_BITS
 +#else
 +#define WEBRTC_ARCH_MIPS_FAMILY
-+#endif
 +#define WEBRTC_ARCH_32_BITS
++#endif
 +#define WEBRTC_ARCH_BIG_ENDIAN
- #else
- #error Please add support for your architecture in typedefs.h
- #endif
+ #elif defined(__pnacl__)
+ #define WEBRTC_ARCH_32_BITS
+ #define WEBRTC_ARCH_LITTLE_ENDIAN

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list