diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-05-22 18:57:13 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-05-22 22:54:38 +0200 |
commit | 9e8b1d12ae3410e98b461b6bc71480a6fcd1bfc2 (patch) | |
tree | c5198cb0aa964c7c7e17ccaec1ef6dae0500de50 /source/l/qt6/patches | |
parent | dc0a887503961a26f2742f670af68d84958b6a8e (diff) | |
download | current-9e8b1d12ae3410e98b461b6bc71480a6fcd1bfc2.tar.gz current-9e8b1d12ae3410e98b461b6bc71480a6fcd1bfc2.tar.xz |
Wed May 22 18:57:13 UTC 202420240522185713
a/e2fsprogs-1.47.1-x86_64-1.txz: Upgraded.
a/iniparser-4.2.2-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
a/ndctl-79-x86_64-2.txz: Rebuilt.
Recompiled against iniparser-4.2.2.
d/python-setuptools-70.0.0-x86_64-1.txz: Upgraded.
kde/calligra-3.2.1-x86_64-39.txz: Rebuilt.
Recompiled against poppler-24.05.0.
kde/cantor-23.08.5-x86_64-6.txz: Rebuilt.
Recompiled against poppler-24.05.0.
kde/kfilemetadata-5.116.0-x86_64-2.txz: Rebuilt.
Recompiled against poppler-24.05.0.
kde/kile-2.9.93-x86_64-33.txz: Rebuilt.
Recompiled against poppler-24.05.0.
kde/kitinerary-23.08.5-x86_64-4.txz: Rebuilt.
Recompiled against poppler-24.05.0.
kde/krita-5.2.2-x86_64-9.txz: Rebuilt.
Recompiled against poppler-24.05.0.
kde/okular-23.08.5-x86_64-4.txz: Rebuilt.
Recompiled against poppler-24.05.0.
kde/qqc2-desktop-style-5.116.1-x86_64-1.txz: Upgraded.
l/hicolor-icon-theme-0.18-noarch-1.txz: Upgraded.
l/libcupsfilters-2.0.0-x86_64-2.txz: Rebuilt.
Recompiled against poppler-24.05.0.
l/lmdb-0.9.33-x86_64-1.txz: Upgraded.
l/poppler-24.05.0-x86_64-1.txz: Upgraded.
This seems to require C++20 now...
Shared library .so-version bump.
l/python-requests-2.32.1-x86_64-1.txz: Upgraded.
l/qt6-6.7.1_20240516_6977d02f-x86_64-1.txz: Upgraded.
n/curl-8.8.0-x86_64-1.txz: Upgraded.
n/openldap-2.6.8-x86_64-1.txz: Upgraded.
x/xorg-server-xwayland-24.1.0-x86_64-1.txz: Upgraded.
Thanks to marav for the patch.
Diffstat (limited to 'source/l/qt6/patches')
-rw-r--r-- | source/l/qt6/patches/qt6-3d_gcc13.patch | 11 | ||||
-rw-r--r-- | source/l/qt6/patches/qtwebengine-6.7.0-displaykey-header.patch | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/source/l/qt6/patches/qt6-3d_gcc13.patch b/source/l/qt6/patches/qt6-3d_gcc13.patch deleted file mode 100644 index 7128597de..000000000 --- a/source/l/qt6/patches/qt6-3d_gcc13.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- qt3d/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp.orig 2023-09-24 13:38:48.000000000 +0200 -+++ qt3d/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp 2023-10-04 14:00:15.901256244 +0200 -@@ -51,6 +51,7 @@ - #include "FBXUtil.h" - #include <assimp/defs.h> - #include <stdint.h> -+#include <cstdint> - #include <assimp/Exceptional.h> - #include <assimp/ByteSwapper.h> - #include <assimp/DefaultLogger.hpp> - diff --git a/source/l/qt6/patches/qtwebengine-6.7.0-displaykey-header.patch b/source/l/qt6/patches/qtwebengine-6.7.0-displaykey-header.patch new file mode 100644 index 000000000..84dce821f --- /dev/null +++ b/source/l/qt6/patches/qtwebengine-6.7.0-displaykey-header.patch @@ -0,0 +1,12 @@ +TODO: merge with glx-headers patch in patchset, similar +issues that seem to stem from Qt's GLX restoration. + +https://bugs.gentoo.org/930107#c8 +--- a/src/3rdparty/chromium/ui/gl/gl_display.h ++++ b/src/3rdparty/chromium/ui/gl/gl_display.h +@@ -12,4 +12,5 @@ + + #include "ui/gl/gl_export.h" ++#include "ui/gl/gpu_preference.h" + + #if defined(USE_EGL) |