diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-04-05 10:53:38 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-04-05 10:53:38 +0000 |
commit | f9c85e9b7455f7620e13de65d5f599dac9965fcd (patch) | |
tree | bb9aaed990ef2876c8dd44d7bd817663d6fd0e47 /graphics/krita | |
parent | 93681e936ec3153f18df3786b0128a9bf1d90713 (diff) | |
download | pkgsrc-f9c85e9b7455f7620e13de65d5f599dac9965fcd.tar.gz |
krita: Update to 4.4.3
Changelog:
Krita 4.4.3 Released
Published 3/24/2021
Today, we're releasing Krita 4.4.3. This is strictly a bugfix release. We
spend two beta's worth of testing trying to make this a really stable release,
because from now on, we're focusing on Krita 5!
This will also be the last Krita release for 32 bits Windows; further releases
will be 64 bits only.
This is the first release of Krita with a universal binary for macOS: the DMG
contains both an ARM and a X64 build. Note that the main problem with Krita on
macOS, OpenGL frame redraws interrupting the input queue is still a problem on
both processor architectures.
Bug Fixes
Android
* Crash when back button was pressed on splash screen
* Crash when loading files while app is still booting
* Use lastUpdateTime for copying assets
* Provide host so pathPattern could be effective
* Fix color selector covering entire screen (BUG:432459)
* Saved configs aren't loaded after restart (BUG:432433)
* Add key functions to psd_layer_effects_shadow_base (BUG:432904)
* Fix reloading presets from user-imported bundles (BUG:432488)
Crashes
* Fix crash in halftone filter due to an access to an invalid pointer
* Fix crash when reapplying a filter with reprompting
* Fix crash when painting on a filter mask created from a vector selection (
BUG:432329)
MacOS
* MacOS: fix the finder plugins for showing a thumbnail or a quick look
preview (BUG:432328)
Scripting
* Fix handling the channel flags. Patch by Chris Venter, thanks! (BUG:432226)
Stability and Performance
* Fix synchronization of zoom level between canvas and the scratchpad
* Fix normalization in Smart Patch Tool (BUG:430953)
* Fix performance issues in the foreground/background color button (
BUG:432936)
* Fix saving incremental backups (BUG:432701)
* Fix a problem where the scratchpad could be unresponsive (BUG:431708)
* Fix Color as Alpha and Preserve Alpha in Custom and Clipboard brushes (
BUG:432274)
* Fix the RGBA_brushes bundle so Krita doesn't try to recreate it on startup
(BUG:431832)
* Fix handling of style in KisAngleSelector when the spin box must be shown
flat and use the new angle selector everywhere
Diffstat (limited to 'graphics/krita')
-rw-r--r-- | graphics/krita/Makefile | 4 | ||||
-rw-r--r-- | graphics/krita/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 5a2ec8ea11e..10080ae45b4 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2021/03/06 17:28:13 nia Exp $ +# $NetBSD: Makefile,v 1.65 2021/04/05 10:53:38 ryoon Exp $ -DISTNAME= krita-4.4.2 +DISTNAME= krita-4.4.3 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE:=krita/${PKGVERSION_NOREV}/} diff --git a/graphics/krita/distinfo b/graphics/krita/distinfo index f812c702fe4..499d0a2e880 100644 --- a/graphics/krita/distinfo +++ b/graphics/krita/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2021/03/06 17:28:13 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/04/05 10:53:38 ryoon Exp $ -SHA1 (krita-4.4.2.tar.gz) = 8a17fc4beaec5ccee4a7f262b3db9bc69407a238 -RMD160 (krita-4.4.2.tar.gz) = 406da1c836462ab60b5e5ab244e2526fc22864d1 -SHA512 (krita-4.4.2.tar.gz) = 62fe7d719d119099a10277e03b2cf48cefebe30daa664867dad989b812e58959abf34169b06aa5b8e9430aa92378b847f42ecfc38e0f8f20b3d8060f983eaac2 -Size (krita-4.4.2.tar.gz) = 254870385 bytes +SHA1 (krita-4.4.3.tar.gz) = 55aee39c931503cf44c881d18926d70bdb59dd78 +RMD160 (krita-4.4.3.tar.gz) = 627a984e7b78a45b03b48e526d04c666ccb2f8d6 +SHA512 (krita-4.4.3.tar.gz) = 44052f5bc02c31b8e5eb7990192c1b1d6a4ca9d91117b0b8e9ddf794df83cfdde233754064ad6692516bc8d756871bf4b34190653f04956cb851333b8d15645f +Size (krita-4.4.3.tar.gz) = 254855083 bytes SHA1 (patch-krita_data_CMakeLists.txt) = bc0a37c1a60a2e0702c4a87b70ae0abf8359cc45 SHA1 (patch-xcftools.h) = eeeed207e9b1995999a16efbbae91ed8f6255f48 |