[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-4-6-g3f9b648

Sandro Knauß hefee at moszumanska.debian.org
Tue Jan 17 14:27:38 UTC 2017


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

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

    Add patch to make armel built
---
 debian/changelog                       |  1 +
 debian/patches/add_armel_support.patch | 11 +++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d79105e..e414aec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtwebengine-opensource-src (5.7.1+dfsg-5~) UNRELEASED; urgency=medium
     - Add use_proprietary_codecs to defines, to be able to use ffmpeg and h264
   * Add -Wl,-z,now to LFAGS, to make build full hardened
   * Add Build-Deps ninja-build
+  * Add patch to make armel built
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 13 Jan 2017 21:06:56 +0100
 
diff --git a/debian/patches/add_armel_support.patch b/debian/patches/add_armel_support.patch
new file mode 100644
index 0000000..9d47b78
--- /dev/null
+++ b/debian/patches/add_armel_support.patch
@@ -0,0 +1,11 @@
+--- a/src/3rdparty/chromium/build/common.gypi
++++ b/src/3rdparty/chromium/build/common.gypi
+@@ -2373,7 +2373,7 @@
+           }, {
+             'arm_fpu%': 'vfpv3-d16',
+           }],
+-          ['OS=="android"', {
++          ['OS=="android" or target_arch=="armel"', {
+             'arm_float_abi%': 'softfp',
+           }, {
+             'arm_float_abi%': 'hard',
diff --git a/debian/patches/series b/debian/patches/series
index 9dcd921..37f9428 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use_system_re2.patch
 add_mips_support.patch
+add_armel_support.patch

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list