commit: 821e207f0213a7b6f54e0eeb0fddf1373012c2b2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Oct 10 18:19:19 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Oct 10 19:05:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821e207f
media-gfx/krita: remove unused patch Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22549 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> .../files/krita-4.4.5-pykrita-crash-on-exit.patch | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/media-gfx/krita/files/krita-4.4.5-pykrita-crash-on-exit.patch b/media-gfx/krita/files/krita-4.4.5-pykrita-crash-on-exit.patch deleted file mode 100644 index 12ebb2fa95a..00000000000 --- a/media-gfx/krita/files/krita-4.4.5-pykrita-crash-on-exit.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 86a38621fbbf96edf489a0efd2b9c24c123e2051 Mon Sep 17 00:00:00 2001 -From: Dmitry Kazakov <[email protected]> -Date: Tue, 3 Aug 2021 11:57:33 +0300 -Subject: [PATCH] Disable finalizing of the PyQt to prevent crash on exit - -CCBUG:417465 ---- - plugins/extensions/pykrita/plugin/plugin.cpp | 9 ++++----- - 1 file changed, 4 insertions(+), 5 deletions(-) - -diff --git a/plugins/extensions/pykrita/plugin/plugin.cpp b/plugins/extensions/pykrita/plugin/plugin.cpp -index 028798e2f4..cc06c07fbe 100644 ---- a/plugins/extensions/pykrita/plugin/plugin.cpp -+++ b/plugins/extensions/pykrita/plugin/plugin.cpp -@@ -89,11 +89,10 @@ KritaPyQtPlugin::KritaPyQtPlugin(QObject *parent, const QVariantList &) - - KritaPyQtPlugin::~KritaPyQtPlugin() - { -- // XXX: With Qt 5.14, this crashes Krita on exit. See https://bugs.kde.org/show_bug.cgi?id=417465 -- // So, for now, we just don't call finalize... --#if QT_VERSION < QT_VERSION_CHECK(5,14,0) -- PyKrita::finalize(); --#endif -+ /// XXX: Don't call PyKrita::finalize here, because that can result in a crash -+ /// deep inside Qt. See https://bugs.kde.org/show_bug.cgi?id=417465 -+ -+ // PyKrita::finalize(); - } - - #include "plugin.moc" --- -GitLab
