[SCM] QtWebKit packaging branch, master, updated. debian/2.3.2.dfsg-2-4-g723fef7

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Sep 5 02:19:11 UTC 2014


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

The following commit has been merged in the master branch:
commit 723fef7e2169ded2f9575003f504532b702ebdcf
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Sep 4 23:18:56 2014 -0300

    Ensure ppc64el is built in little endian mode.
---
 debian/changelog             |  2 ++
 debian/patches/ppc64el.patch | 27 +++++++++++++++++++++++++++
 debian/patches/series        |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e32fa38..e328db0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ qtwebkit (2.3.2.dfsg-3) UNRELEASED; urgency=medium
   * Build depend upon libqt4-dev >= 4:4.8.6+git64-g5dc8b2b+dfsg-2~ so as to be
     sure to be using the version of xmlpatterns that does not consumes alot of
     memory.
+  * Ensure ppc64el is built in little endian mode with
+    Colin Watson's ppc64el.patch.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 04 Sep 2014 20:42:51 -0300
 
diff --git a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
new file mode 100644
index 0000000..a7918f2
--- /dev/null
+++ b/debian/patches/ppc64el.patch
@@ -0,0 +1,27 @@
+Description: Handle little-endian mode for PowerPC
+Author: Colin Watson <cjwatson at ubuntu.com>
+Forwarded: no
+Last-Update: 2013-12-16
+
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -103,15 +103,19 @@
+     || defined(_M_PPC)      \
+     || defined(__PPC)
+ #define WTF_CPU_PPC 1
++#ifndef __LITTLE_ENDIAN__
+ #define WTF_CPU_BIG_ENDIAN 1
+ #endif
++#endif
+ 
+ /* CPU(PPC64) - PowerPC 64-bit */
+ #if   defined(__ppc64__) \
+     || defined(__PPC64__)
+ #define WTF_CPU_PPC64 1
++#ifndef __LITTLE_ENDIAN__
+ #define WTF_CPU_BIG_ENDIAN 1
+ #endif
++#endif
+ 
+ /* CPU(SH4) - SuperH SH-4 */
+ #if defined(__SH4__)
diff --git a/debian/patches/series b/debian/patches/series
index 4a5a255..e916ece 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ hide_jsc_symbols.diff
 fix_nonlinux_glibc_linkage.diff
 double_conversion_correct_double_operations.patch
 reduce_memory_usage.patch
+ppc64el.patch

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list