git » krita.git » commit 5a00bb7

Fix artifacts with xsimd 10 (FS#76881)

author Antonio Rojas
2022-12-23 17:14:21 UTC
committer Antonio Rojas
2022-12-23 17:14:21 UTC
parent d7ed5bedf564f7e58b058db203df9f52311fe931

Fix artifacts with xsimd 10 (FS#76881)

PKGBUILD +6 -3

diff --git a/PKGBUILD b/PKGBUILD
index 6c9f8b9..a74eb4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=5.1.4
 pkgver=${_pkgver/-/}
-pkgrel=2
+pkgrel=3
 pkgdesc='Edit and paint images'
 arch=(x86_64)
 url='https://krita.org'
@@ -18,11 +18,13 @@ optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
             'krita-plugin-gmic: GMic plugin' 'libjxl: JPEG-XL filter')
 source=(https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz{,.sig}
         find-xsimd.patch
-        krita-libraw-0.21.patch)
+        krita-libraw-0.21.patch
+        https://invent.kde.org/graphics/krita/-/commit/b388330b.patch)
 sha256sums=('c22b020862596eb2fdd911e1b179dbbce7b081be111457a2eacaf6ae1cca2dcb'
             'SKIP'
             '622c9ffbbfef72dd024b391b879c79ae34da11d52b2f3488dfd8ee42bf7b453b'
-            '583559875b48d099f120703663e229bd7df8d55b2de45b4d3ce1ca36d3572baa')
+            '583559875b48d099f120703663e229bd7df8d55b2de45b4d3ce1ca36d3572baa'
+            '01faa00abf5b1291bc6b98b6bd49d277c3f3986824915fe3bd5ea13abd62abbe')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt <foundation@krita.org>
               'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F'  # Dmitry Kazakov (main key) <dimula73@gmail.com>
               '064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita Foundation <foundation@krita.org>
@@ -31,6 +33,7 @@ options=(debug)
 prepare() {
   patch -d $pkgname-$_pkgver -p1 < find-xsimd.patch
   patch -d $pkgname-$_pkgver -p1 < krita-libraw-0.21.patch # Fix build with libraw 0.21
+  patch -d $pkgname-$_pkgver -p1 < b388330b.patch # Fix artifacts with xsimd 10
 }
 
 build() {