Date: Friday, January 6, 2023 @ 09:28:44
Author: arojas
Revision: 466060
Use upstream patch for libheif 1.14.1
Modified:
krita/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 09:19:29 UTC (rev 466059)
+++ PKGBUILD 2023-01-06 09:28:44 UTC (rev 466060)
@@ -17,10 +17,12 @@
'kseexpr: SeExpr generator layer' 'kimageformats: PSD support'
'libmypaint: support for MyPaint brushes'
'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)
+ find-xsimd.patch
+ https://invent.kde.org/graphics/krita/-/commit/e9184281.patch)
sha256sums=('1c775ebef0f799a9a6b74440c3d906ab913c27541b177ed621704de714e9a4d3'
'SKIP'
- '622c9ffbbfef72dd024b391b879c79ae34da11d52b2f3488dfd8ee42bf7b453b')
+ '622c9ffbbfef72dd024b391b879c79ae34da11d52b2f3488dfd8ee42bf7b453b'
+ 'c30b94c4976cf745aa35e8763b9f4e9ef1e401bd68c1bc966607465322f70223')
validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD' # Boudewijn Rempt
<[email protected]>
'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F' # Dmitry Kazakov
(main key) <[email protected]>
'064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita
Foundation <[email protected]>
@@ -28,7 +30,7 @@
prepare() {
patch -d $pkgname-$_pkgver -p1 < find-xsimd.patch
- sed -e 's|primaties|primaries|g' -i
$pkgname-$pkgver/plugins/impex/heif/HeifExport.cpp # Fix build with libheif
1.14.1
+ patch -d $pkgname-$_pkgver -p1 < e9184281.patch # Fix build with libheif
1.14.1
}
build() {