Package Details: qt5-webkit 5.212.0alpha4-26

Git Clone URL: https://aur.archlinux.org/qt5-webkit.git (read-only, click to copy)
Package Base: qt5-webkit
Description: Classes for a WebKit2 based implementation and a new QML API
Upstream URL: https://github.com/qtwebkit/qtwebkit
Licenses: LGPL2.1
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 41
Popularity: 1.98
First Submitted: 2022-11-21 07:42 (UTC)
Last Updated: 2024-09-03 21:23 (UTC)

Required by (129)

Sources (9)

Pinned Comments

FabioLolix commented on 2024-08-20 14:12 (UTC)

btw patches are welcome here https://github.com/FabioLolix/PKGBUILD-AUR_fix/tree/master/q

FabioLolix commented on 2024-05-24 12:05 (UTC)

qt5-webkit-movableink-git prebuild uploaded on sourceforge, thanks to MoetaYuko for the patch


About the comments; I'm starting to get really pissed off; please refrain to stating the obvious, make questions already answered, reporting already reported stuff, the icu solutions work for installed packages whenever how quirk they are, etc, etc, etc....

If you wanna post, post a patch!


I'm not a programmer but I guess webengine would be more convenient

@TheExplorer You don't say! [insert Nicals Cage meme]

If this package would never build in the future, shouldn't it be dropped in favor of qt5-webkit-movableink-git?

@oldherl have you tried to read the post before yours before posting, you should try that

FabioLolix commented on 2024-05-23 08:40 (UTC)

Post another time that this fails to build with icu 75 and I'll no longer upload the pre-build packages, I have qt5-webkit-movableink-git ready. You have been warned.

Have been posted enough icu 74 solution too.

FabioLolix commented on 2023-12-27 15:49 (UTC)

btw, depends on libicuuc.so have been added so you are obliged to uninstall and rebuild when there is a new icu update instead of keeping a non-working qt5-webkit (which lead to other build issues)

xiota commented on 2023-11-12 17:30 (UTC)

Or read: makepkg: Improving build times.

FabioLolix commented on 2023-01-06 17:06 (UTC)

Pre builded (in clean chroot) package here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ for who is interested

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 21 Next › Last »

bsdice commented on 2024-05-24 16:23 (UTC)

there is a warning that it link against a different of icu respect to the version used to build qt5

$ ldd /usr/lib/libQt5WebKitWidgets.so.5.212.0 | grep icu
    libicuuc.so.74 => /opt/icu74/lib/libicuuc.so.74 (0x00007cec2d600000)
    libicui18n.so.74 => /opt/icu74/lib/libicui18n.so.74 (0x00007cec2d200000)
    libicui18n.so.75 => /usr/lib/libicui18n.so.75 (0x00007cec2b800000)
    libicuuc.so.75 => /usr/lib/libicuuc.so.75 (0x00007cec2b606000)
    libicudata.so.74 => /opt/icu74/lib/libicudata.so.74 (0x00007cec29800000)
    libicudata.so.75 => /usr/lib/libicudata.so.75 (0x00007cec27400000)

Indeed, looks like it is linking to system ICU as well as ICU in /opt. Needs one more patch to clean up that particular mess. Let's see who comes up with something, I won't do it.

username227 commented on 2024-05-24 15:37 (UTC)

@oldherl and in addition to what people said, i can vouch that the program that I need this library for doesn't work with the movableink version.

FabioLolix commented on 2024-05-24 12:39 (UTC)

is a version of ICU 74.2 which installs to /opt/icu74 and includes everything to compile qt5-webkit.

btw done that some days ago, there is a warning that it link against a different of icu respect to the version used to build qt5

deadite66 commented on 2024-05-24 12:33 (UTC) (edited on 2024-05-24 12:34 (UTC) by deadite66)

@bsdice your builds worked great. 👍

mozo commented on 2024-05-24 12:10 (UTC)

@FabioLolix Thank you, it installs with no problems at all!

FabioLolix commented on 2024-05-24 12:05 (UTC)

qt5-webkit-movableink-git prebuild uploaded on sourceforge, thanks to MoetaYuko for the patch


About the comments; I'm starting to get really pissed off; please refrain to stating the obvious, make questions already answered, reporting already reported stuff, the icu solutions work for installed packages whenever how quirk they are, etc, etc, etc....

If you wanna post, post a patch!


I'm not a programmer but I guess webengine would be more convenient

@TheExplorer You don't say! [insert Nicals Cage meme]

If this package would never build in the future, shouldn't it be dropped in favor of qt5-webkit-movableink-git?

@oldherl have you tried to read the post before yours before posting, you should try that

TheExplorer commented on 2024-05-24 09:31 (UTC) (edited on 2024-05-24 09:37 (UTC) by TheExplorer)

@oldherl I'm not a programmer but I guess webengine would be more convenient: https://doc.qt.io/qt-5/qtwebenginewidgets-qtwebkitportingguide.html (you can choose any Qt version there).

Like, for example, this awesome dictionary: https://aur.archlinux.org/packages/goldendict-webengine-pr-git Some cool guy just dropped webkit and switched to webengine.

Also, Debian ships goldendict-webengine. I guess, it's one of the reasons to think about.

oldherl commented on 2024-05-24 09:22 (UTC)

If this package would never build in the future, shouldn't it be dropped in favor of qt5-webkit-movableink-git?

FabioLolix commented on 2024-05-23 21:25 (UTC)

@LarryDave the movableink fork pratically don't have a stable release, have or had least one incompatibility, despite the number of commits the builds were problematic for some time (six months since I've first seen it I vaguely remember), yet is not excluded in the future

LarryDave commented on 2024-05-23 21:19 (UTC)

The GitHub page for this package says:

Code in this repository is obsolete. Use this fork: https://github.com/movableink/webkit

Maybe this package can use that? Would it help? I'm just asking. It's 27006 commits ahead of this package.