Package Details: qt5-webkit-movableink-git r275665.2d2b3794dd79-2

Git Clone URL: https://aur.archlinux.org/qt5-webkit-movableink-git.git (read-only, click to copy)
Package Base: qt5-webkit-movableink-git
Description: Classes for a WebKit2 based implementation and a new QML API
Upstream URL: https://github.com/movableink/webkit
Licenses: LGPL2.1
Conflicts: qt5-webkit
Provides: qt5-webkit
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 0
Popularity: 0.000000
First Submitted: 2023-08-13 14:47 (UTC)
Last Updated: 2024-05-24 11:21 (UTC)

Required by (140)

Sources (2)

Pinned Comments

FabioLolix commented on 2024-05-24 20:58 (UTC)

You can download pre-builds in clean chroot here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/

(best effort availability)

Latest Comments

1 2 Next › Last »

Ataraxy commented on 2024-06-08 14:09 (UTC)

movableink/webkit: ld: /usr/lib/libQt5WebKit.so: undefined reference to `WebCore::TextureMapper::drawBorder #39

https://github.com/movableink/webkit/issues/39

FabioLolix commented on 2024-06-08 13:57 (UTC)

@Ataraxy report upstream

About you nixnote2-git pkgbuild it does some unusual stuff, for parallel compilation see https://wiki.archlinux.org/title/Makepkg#Improving_build_times instead of setting it in the pkgbuild

Ataraxy commented on 2024-06-08 13:33 (UTC) (edited on 2024-06-08 13:40 (UTC) by Ataraxy)

I'm building nixnote2-git.

When using https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/qt5-webkit-movableink-git-r275665.2d2b3794dd79-2-x86_64.pkg.tar.zst, I'm getting an error when linking libQt5WebKit.so:

Reproducing it minimally (ignore the _start, that's expected):

% ld /usr/lib/libQt5WebKit.so
ld: warning: cannot find entry symbol _start; not setting start address
ld: /usr/lib/libQt5WebKit.so: undefined reference to `WebCore::TextureMapper::drawBorder(WebCore::Color const&, float, WebCore::FloatRect const&, WebCore::TransformationMatrix const&)'

There is no such error when building nixnote2-git with https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/qt5-webkit-5.212.0alpha4-24-x86_64.pkg.tar.zst/download.

With qt5-webkit, the ld output is only the expected about _start:

% ld /usr/lib/libQt5WebKit.so
ld: warning: cannot find entry symbol _start; not setting start address

FabioLolix commented on 2024-06-05 13:16 (UTC)

@Ataraxy no because pkgbuilds that repackage user's prebuild are not welcome

Ataraxy commented on 2024-06-05 13:11 (UTC)

Thanks a heap for the pre-builds! Would you consider a -bin release for the best-effort latest build?

FabioLolix commented on 2024-05-24 21:02 (UTC)

The source checkout is 3,9 GB, the debug package is 1,1 GB, the builded package not relevant respect those

can quiterss even work with this package?

I haven't tested

FabioLolix commented on 2024-05-24 20:58 (UTC)

You can download pre-builds in clean chroot here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/

(best effort availability)

LarryDave commented on 2024-05-24 20:56 (UTC) (edited on 2024-05-24 20:58 (UTC) by LarryDave)

How big is this package? I'm low on storage and had to cancel because I was running out of space. 1.5GB at 15%, so I'm guessing around 10GB? Why is this so big when qt5-webkit is much smaller?

Btw, can quiterss even work with this package? I can see it in the "Required by" list, just want to make sure before I start downloading 10GB...

Hoream commented on 2024-05-23 07:19 (UTC)

@MoetaYuko After applying your patch, I successfully compiled it.