Package Details: mingw-w64-qt5-webkit 5.9.0-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-qt5-webkit.git (read-only, click to copy)
Package Base: mingw-w64-qt5-webkit
Description: Classes for a WebKit2 based implementation and a new QML API (mingw-w64)
Upstream URL: https://www.qt.io/
Licenses: custom, GPL3, LGPL, FDL
Groups: mingw-w64-qt5
Submitter: ant32
Maintainer: Martchus
Last Packager: Martchus
Votes: 2
Popularity: 0.000000
First Submitted: 2014-02-11 15:57 (UTC)
Last Updated: 2017-06-08 19:52 (UTC)

Pinned Comments

Martchus commented on 2019-01-21 14:57 (UTC)

I discontinued caring about this package a while ago. The package also has been removed from my binary repository.

The reason is that even the "revived" version this package should be updated to seems not very actively maintained.

Martchus commented on 2016-07-10 19:42 (UTC)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff For general discussion and issues not only concerning this Qt module in particular please use the comment section of the package mingw-w64-qt5-base.

Latest Comments

« First ‹ Previous 1 2

ant32 commented on 2016-01-05 02:08 (UTC)

You can find the latest webkit I compiled here http://sourceforge.net/projects/mingw-w64-archlinux/files/x86_64/ I'm planning on updating this in the near future. It's basically just Fedora's package rewritin into a PKGBUILD http://pkgs.fedoraproject.org/cgit/mingw-qt5-qtwebkit.git/

Martchus commented on 2016-01-04 22:31 (UTC)

I've just decided to give it another try (because there is also a new libwebp version now) but I've got the same error. I've read that WebKit will be dropped in Qt 5.6 (in favor of Chromium) so instead of fixing this package another solution would be switching to Chromium (Qt webengine module). ant32: Do you intent to add a mingw-w64-qt5-webengine package?

Martchus commented on 2015-11-22 22:59 (UTC) (edited on 2015-11-22 23:00 (UTC) by Martchus)

When building the package, I'm getting the following error: " %pure_parser ^^^^^^^^^^^^ perl /build/mingw-w64-qt5-webkit/src/qtwebkit-opensource-src-5.4.2/Source/WebCore/../WebKit/scripts/generate-webkitversion.pl --config /build/mingw-w64-qt5-webkit/src/qtwebkit-opensource-src-5.4.2/Source/WebCore/../WebKit/mac/Configurations/Version.xcconfig --outputDir generated/ type nul > generated/idl_files.tmp /bin/sh: line 0: type: nul: not found Makefile.WebCore.DerivedSources:931: recipe for target 'generated/supplemental_dependency.tmp' failed make[2]: *** [generated/supplemental_dependency.tmp] Error 1" I've noticed you use a patch to get rid of ICU. Why does the package then still depend on ICU? I actually just need to rebuild the package because libjpeg-turbo updated. Building version 5.4.1 worked for me some time ago but I can't find the old PKGBUILD file anymore. If you still have the previous version I would try to build that one. And thanks for providing all the mingw-w64-qt5-* packages :-)

ant32 commented on 2015-01-16 05:55 (UTC)

https://bugs.archlinux.org/task/43468

ant32 commented on 2014-12-14 01:50 (UTC)

some of the patches don't work for 5.4.0 and without them it doesn't build. I'll either wait till fedora is updated or till me or someone else has fixed them. If you fixed them please email me.

ant32 commented on 2014-03-04 04:11 (UTC)

Thank you for the patch @luspi.

luspi commented on 2014-03-03 22:14 (UTC)

[Re-Submitted comment - simplified patch] It seems like the PLATFORM macro is not working properly, it still detects the platform to be something else but "WIN". Adding the following patch solved the build problem for me: *** trunk/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h 2014-02-01 20:37:48.000000000 +0000 --- trunk/Source/WebCore/platform/graphics/ANGLEWebKitBridge.h 2014-03-03 12:00:49.989756897 +0000 *************** *** 29,41 **** #include <wtf/text/CString.h> #include <wtf/text/WTFString.h> - #if !PLATFORM(GTK) && !PLATFORM(EFL) && !PLATFORM(BLACKBERRY) && !PLATFORM(QT) && !PLATFORM(WIN) - #include "ANGLE/ShaderLang.h" - #elif PLATFORM(WIN) #include "GLSLANG/ShaderLang.h" ! #else ! #include "ShaderLang.h" ! #endif namespace WebCore {

ant32 commented on 2014-02-11 16:11 (UTC)

This package does not build. If someone has time to debug why it doesn't build please do so.