Search Criteria
Package Details: webkit2gtk 2.50.6-7
Package Actions
| Git Clone URL: | https://aur.archlinux.org/webkit2gtk.git (read-only, click to copy) |
|---|---|
| Package Base: | webkit2gtk |
| Description: | Web content engine for GTK |
| Upstream URL: | https://webkitgtk.org |
| Licenses: | MIT, ISC, OFL-1.1, ICU, Apache-2.0, NCSA, BSD-3-Clause, BSD-2-Clause, BSL-1.0, MPL-1.1, MPL-2.0, GPL-2.0-only, LGPL-2.1-or-later, LGPL-2.1-only, BSD-2-Clause-Views, Apache-2.0 WITH LLVM-exception, AFL-2.0 OR GPL-2.0-or-later, BSD-Source-Code, bzip2-1.0.6, GPL-3.0-only WITH Autoconf-exception-3.0, GPL-3.0-or-later WITH Bison-exception-2.2, NCSA OR MIT, SunPro, Unicode-TOU |
| Provides: | libjavascriptcoregtk-4.0.so, libwebkit2gtk-4.0.so |
| Submitter: | andreas_baumann |
| Maintainer: | andreas_baumann |
| Last Packager: | andreas_baumann |
| Votes: | 19 |
| Popularity: | 11.12 |
| First Submitted: | 2026-04-10 12:35 (UTC) |
| Last Updated: | 2026-04-28 16:18 (UTC) |
Dependencies (71)
- at-spi2-core (at-spi2-core-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-gitAUR, bubblewrap-ignoresigsAUR, bubblewrap-suid)
- cairo (cairo-gitAUR)
- enchant
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gst-plugins-bad-libs (gst-plugins-bad-libs-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- harfbuzz (harfbuzz-gitAUR)
- harfbuzz-icu (harfbuzz-icu-gitAUR)
- hyphen
- icu (icu-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- Show 51 more dependencies...
Required by (523)
- 64gram-desktop (optional)
- 9launcher-bin
- adp-desktop-sdk
- adskidentitymanager
- advene
- aikadm-git
- airisp-next-git
- akbl-git (optional)
- alist-desktop-bin
- am2rlauncher
- am2rlauncher-git
- amazon-workspaces-bin
- amazon-workspaces-legacy-bin
- artemis-grading-bin
- arturo-bin
- ask-mai
- astroid-git
- ayugram-desktop-git (optional)
- bambu-studio-bin
- bambustudio-bin
- Show 503 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
jacopotediosi commented on 2026-04-24 14:20 (UTC)
This package is taking too long to compile, I have no idea what's going on
andreas_baumann commented on 2026-04-24 13:08 (UTC)
Ok, clearer now, webkit2gtk is API 4.0, webkit2gtk-4.1 is API 4.1. Reverted my changes..
patlefort commented on 2026-04-24 12:54 (UTC)
Please remove $MAKEFLAGS from cmake command. It is meant for gnu make and not cmake and it will break if for example gnu make job server is used.
andreas_baumann commented on 2026-04-24 12:41 (UTC)
https://archlinux.org/packages/extra/x86_64/webkit2gtk-4.1/ is the 2.52.3 version. I really don't know why it is that way and where the 4.1 comes from..
xAsh commented on 2026-04-24 10:56 (UTC)
I was wondering, why are we using older releases? 2.50.6 is from March 12, while the latest stable release is 2.52.3 from April 16
ItachiSan commented on 2026-04-23 19:51 (UTC) (edited on 2026-04-23 19:51 (UTC) by ItachiSan)
If anyone is interested, I've done the following changes:
That does use Make for slower but stable builds, plus respecting MAKEFLAGS, and disables LTO to reduce RAM. This made the build working for me (32GB RAM + 16GB Swap) at 12 jobs; less jobs should mean less memory required.
winlawson commented on 2026-04-21 18:50 (UTC)
I limited parallel processes to 8 with export CMAKE_BUILD_PARALLEL_LEVEL = 8. It got 99% of the way and ran out of memory (32gb system + 4gb swap). It was getting stuck on linking a static library. I paused it before my system crashed and ps -ef | grep -c clang++ yielded 3. Im not great a linux so idk what to do next.
krupan commented on 2026-04-21 03:51 (UTC)
This package is a denial of service attack. Please fix the PKGBUILD to limit the number of parallel processes.
moormaster commented on 2026-04-19 12:18 (UTC) (edited on 2026-04-23 17:10 (UTC) by moormaster)
What helped me was
build():See https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html
moormaster commented on 2026-04-19 10:54 (UTC)
I have set
MAKEFLAGS="-j1"in /etc/makepkg.conf but this seems to be completely ignored. I observed a lot more clang++ processes being spawned than just 1:« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »