Alberto Garcia [Thu, 18 Mar 2021 15:05:45 +0000 (15:05 +0000)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================
Alberto Garcia [Thu, 18 Mar 2021 15:05:45 +0000 (15:05 +0000)]
webkit2gtk (2.30.6-1) unstable; urgency=high
* New upstream release.
* debian/control:
+ Remove references to browser-plugin-freshplayer-pepperflash, this
package is no longer available, see #966474.
* debian/patches/include-libwpe.patch:
+ Fix build with wpebackend-fdo 1.8.1.