@MehdiChinoune you already let me know that
Search Criteria
Package Details: qt5-webkit 5.212.0alpha4-27
Package Actions
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: | LGPL-2.1-only |
Submitter: | arojas |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 40 |
Popularity: | 0.035562 |
First Submitted: | 2022-11-21 07:42 (UTC) |
Last Updated: | 2025-04-02 21:40 (UTC) |
Dependencies (32)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- hyphen
- icu (icu-gitAUR)
- libicui18n.so (icu-gitAUR, icu73AUR, icu63AUR, icu74AUR, icu75AUR, icu, lib32-icu)
- libicuuc.so (icu-gitAUR, icu73AUR, icu63AUR, icu74AUR, icu75AUR, icu, lib32-icu)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libwebp (libwebp-gitAUR)
- libx11 (libx11-gitAUR)
- libxcomposite
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-location
- qt5-sensors
- Show 12 more dependencies...
Required by (111)
Sources (10)
- https://github.com/qtwebkit/qtwebkit/releases/download/qtwebkit-5.212.0-alpha4/qtwebkit-5.212.0-alpha4.tar.xz
- https://src.fedoraproject.org/rpms/qt5-qtwebkit/raw/rawhide/f/qtwebkit-cstdint.patch
- https://src.fedoraproject.org/rpms/qt5-qtwebkit/raw/rawhide/f/qtwebkit-fix-build-gcc14.patch
- https://src.fedoraproject.org/rpms/qt5-qtwebkit/raw/rawhide/f/webkit-offlineasm-warnings-ruby27.patch
- qt5-webkit-bison-3.7.patch
- qt5-webkit-glib-2.68.patch
- qt5-webkit-icu68.patch
- qt5-webkit-icu75.patch
- qt5-webkit-icu76.patch
- qt5-webkit-python-3.9.patch
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 23 Next › Last »
FabioLolix commented on 2024-05-18 19:59 (UTC)
TheExplorer commented on 2024-05-17 16:28 (UTC)
@Universebenzene Oh, I see. That's a damn big list, yes. What I mean is that maintainers should really think about switching since qt5-webkit has already been dropped and abandoned.
Universebenzene commented on 2024-05-17 15:00 (UTC)
@korimitsu Have you tried the patch I gave in the comment on May 11th?
Universebenzene commented on 2024-05-17 14:58 (UTC) (edited on 2024-05-17 14:59 (UTC) by Universebenzene)
@TheExplorer Just see "Required by" in this page.
TheExplorer commented on 2024-05-17 14:32 (UTC)
For example f5vpn
I wonder what stops the maintainer to switch to qt5-webengine, for example. Or if it's so bugged then why not use vpn configs in NetworkManager? Does that service provide configs alone?
popaul commented on 2024-05-17 13:59 (UTC) (edited on 2024-05-17 14:00 (UTC) by popaul)
What for does anyone need this now? Just got curious.
For example f5vpn
: https://aur.archlinux.org/packages/f5vpn . Folks are posting issues about qt5-webkit too there. But f5vpn is also bugged in its own ways...
TheExplorer commented on 2024-05-17 13:56 (UTC)
I guess nobody wants to maintain the binary builds for this. The latest was in December 2023 in different Arch-based distro's repos as well as personal ones. We should really ditch this old stuff and switch to something else.
What for does anyone need this now? Just got curious.
bsdice commented on 2024-05-17 13:08 (UTC)
I switched to clang to build, couldn't make gcc play along:
build() {
export CC=clang
export CXX=clang++
_flags="-Wno-deprecated-copy-with-user-provided-copy -Wno-implicit-const-int-float-conversion -Wno-final-dtor-non-final-class -Wno-bitwise-instead-of-logical"
cmake -B build -S "qtwebkit-${_pkgver}" -Wno-dev \
-DUSE_LD_GOLD=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG ${_flags}" \
-DCMAKE_C_FLAGS="${CFLAGS} ${_flags}" \
-DPORT=Qt \
-DENABLE_XSLT=OFF \
-DENABLE_TOOLS=OFF
cmake --build build
}
korimitsu commented on 2024-05-17 11:23 (UTC)
Fails to build:
/home/sam/.cache/paru/clone/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the â€< >â€
[ 3%] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/UniStdExtras.cpp.o
[ 3%] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/qt/WorkQueueQt.cpp.o
[ 3%] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/glib/GRefPtr.cpp.o
[ 3%] Linking CXX static library ../../../lib/libWTF.a
[ 3%] Built target WTF
[ 3%] Generating ../../DerivedSources/JavaScriptCore/Bytecodes.h, ../../DerivedSources/JavaScriptCore/InitBytecodes.asm
[ 3%] Generating ../../DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
[ 3%] Building CXX object Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.o
[ 3%] Linking CXX executable ../../bin/LLIntOffsetsExtractor
/usr/bin/ld.gold: pack-relative-relocs: unknown -z option
/usr/bin/ld.gold: use the --help option for usage information
collect2: error: ld returned 1 exit status
make[2]: *** [Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/build.make:139: bin/LLIntOffsetsExtractor] Error 1
make[1]: *** [CMakeFiles/Makefile2:1527: Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'qt5-webkit-5.212.0alpha4-22':
error: can't build phantomjs-2.1.1-17, deps not satisfied: qt5-webkit
error: packages failed to build: qt5-webkit-5.212.0alpha4-22 phantomjs-2.1.1
Pinned Comments
FabioLolix commented on 2025-02-23 10:10 (UTC) (edited on 2025-02-23 10:12 (UTC) by FabioLolix)
READ THE PINNED COMMENTS
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
READ THE 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!
@TheExplorer You don't say! [insert Nicals Cage meme]
@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