Package Details: krita-beta 5.1.0.beta1-1

Git Clone URL: https://aur.archlinux.org/krita-beta.git (read-only, click to copy)
Package Base: krita-beta
Description: Edit and paint images - beta release
Upstream URL: https://krita.org
Licenses: GPL3
Conflicts: krita
Provides: krita
Submitter: zan
Maintainer: zan
Last Packager: zan
Votes: 3
Popularity: 0.000025
First Submitted: 2018-01-11 16:51 (UTC)
Last Updated: 2022-06-28 20:34 (UTC)

Latest Comments

caseyjp1 commented on 2021-08-23 06:08 (UTC)

After installing this and testing it, I tried the Krita appimage. The appimage works as intended by the developers, but there are serious things wrong with this AUR beta install.

1 gmic is NOT required as krita5 has finally baked the tool internally.

This install indicates that gmic is not installed or the wrong version.

  1. Memory usage. This install jumps to 2gig ram during load. This install takes up to a minute to load to the main menu. Within an hour memory usage increases to 4-5gig...with no input.

  2. On 1st time load, Krita5 should take longer to load, and then much faster subsequently. This install does not. (The appimage works as advertised here as well.)

Just a heads up, as I do not believe this AUR beta is the same one that can be downloaded as an appimage on Krita's site.

ljoonal commented on 2021-08-19 08:27 (UTC) (edited on 2021-08-19 08:30 (UTC) by ljoonal)

I assume there might be a couple of people wanting to try out the 5.0.0 beta, so while waiting for a package update, the following at least worked for me:

diff --git a/PKGBUILD b/PKGBUILD
index 87ae229..7458168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: zan <zan@420blaze.it>

 pkgname=krita-beta
-_basever=4.4.2
-_subver=beta2
+_basever=5.0.0
+_subver=beta1
 pkgver="$_basever.$_subver"
 pkgrel=1
 pkgdesc="Edit and paint images - beta release"
@@ -15,17 +15,8 @@ optdepends=()
 provides=(krita)
 conflicts=(krita)
 _target="krita-$_basever-$_subver"
-source=("https://download.kde.org/unstable/krita/$_basever-$_subver/$_target.tar.xz"
-        'avif.patch'
-        'krita-c++14.patch')
-sha256sums=('382b681e1b14ed3589e2cfac4ef7cb5b5d2d05d154eb0075433d088f2da3912d'
-            '9a1cd95721ff342de87fe68c894455a0151a8f5115a5b9cda0ab9c683157e94e'
-            'de84c3c1685e48392d4fb07daab56068cacfc2a846a52a9915b5f3e08357abd1')
-
-prepare() {
-    patch -d ${pkgname%-beta}-$_basever-$_subver -p1 -i ../avif.patch
-    patch -d ${pkgname%-beta}-$_basever-$_subver -p1 -i ../krita-c++14.patch
-}
+source=("https://download.kde.org/unstable/krita/$_basever-$_subver/$_target.tar.xz")
+sha256sums=('49295a814dba12d3026954a7f50ab80a110611941cd30469cf27e310252edd6e')

 build() {
     cmake -B build -S $_target

Weetile commented on 2021-08-18 15:40 (UTC)

bump

Kunda commented on 2019-07-12 18:21 (UTC)

bump

Kunda commented on 2019-02-10 15:04 (UTC)

any chance this can get an update ?