[SCM] qtwebengine packaging branch, master, updated. debian/5.9.1+dfsg-3-10-ga66184c

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Sep 16 09:37:51 UTC 2017


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

The following commit has been merged in the master branch:
commit 6994d315f330294508dd28a32268602dfe608af9
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Sep 16 12:26:24 2017 +0300

    Drop add_mips_support.patch.
    
    Chromium cannot be built for big endian anyway, because of skia
    which has this: #error "Skia gpu currently assumes little endian"
    in include/gpu/GrTypes.h.
    
    See https://bugs.chromium.org/p/skia/issues/detail?id=3571.
---
 debian/changelog                      |  3 +++
 debian/patches/add_mips_support.patch | 43 -----------------------------------
 debian/patches/series                 |  1 -
 3 files changed, 3 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 661fde2..869a313 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtwebengine-opensource-src (5.9.1+dfsg-5) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Drop add_mips_support.patch. Chromium cannot be built for big endian
+    anyway, because of skia.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 16 Sep 2017 12:17:23 +0300
 
diff --git a/debian/patches/add_mips_support.patch b/debian/patches/add_mips_support.patch
deleted file mode 100644
index 5f8ffaf..0000000
--- a/debian/patches/add_mips_support.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Description: Add MIPS support for QtWebEngine
-Author: Sandro Knauß <bugs at ssandroknauss.de>
-Origin: debian
-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
-+++ b/src/3rdparty/chromium/build/build_config.h
-@@ -160,6 +160,17 @@
- #define ARCH_CPU_32_BITS 1
- #define ARCH_CPU_LITTLE_ENDIAN 1
- #endif
-+#elif defined(__MIPSEB__)
-+#if defined(__LP64__)
-+#define ARCH_CPU_MIPS_FAMILY 1
-+#define ARCH_CPU_MIPS64 1
-+#define ARCH_CPU_64_BITS 1
-+#else
-+#define ARCH_CPU_MIPS_FAMILY 1
-+#define ARCH_CPU_MIPS 1
-+#define ARCH_CPU_32_BITS 1
-+#endif
-+#define ARCH_CPU_BIG_ENDIAN 1
- #else
- #error Please add support for your architecture in build/build_config.h
- #endif
---- a/src/3rdparty/chromium/third_party/webrtc/typedefs.h
-+++ b/src/3rdparty/chromium/third_party/webrtc/typedefs.h
-@@ -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_64_BITS
-+#else
-+#define WEBRTC_ARCH_32_BITS
-+#endif
-+#define WEBRTC_ARCH_BIG_ENDIAN
- #elif defined(__pnacl__)
- #define WEBRTC_ARCH_32_BITS
- #define WEBRTC_ARCH_LITTLE_ENDIAN
diff --git a/debian/patches/series b/debian/patches/series
index 50e90dd..d5538bd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,6 +5,5 @@ system-nspr-prtime.patch
 system-icu-utf.patch
 no-icudtl-dat.patch
 disable-last_commit_position.patch
-add_mips_support.patch
 verbose-gn-bootstrap.patch
 armhf-options.patch

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list