Date: Monday, May 1, 2023 @ 12:43:46
  Author: arojas
Revision: 476127

archrelease: copy trunk to testing-x86_64

Added:
  krita/repos/testing-x86_64/PKGBUILD
    (from rev 476126, krita/trunk/PKGBUILD)
  krita/repos/testing-x86_64/find-xsimd.patch
    (from rev 476126, krita/trunk/find-xsimd.patch)
  krita/repos/testing-x86_64/keys/
Deleted:
  krita/repos/testing-x86_64/PKGBUILD
  krita/repos/testing-x86_64/find-xsimd.patch
  krita/repos/testing-x86_64/keys/

------------------+
 PKGBUILD         |   89 +++++++++++++++++++++++++++--------------------------
 find-xsimd.patch |   42 ++++++++++++-------------
 2 files changed, 67 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 12:43:20 UTC (rev 476126)
+++ PKGBUILD    2023-05-01 12:43:46 UTC (rev 476127)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas <arojas@archlinux,org>
-
-pkgname=krita
-_pkgver=5.1.5
-pkgver=${_pkgver/-/}
-pkgrel=5
-pkgdesc='Edit and paint images'
-arch=(x86_64)
-url='https://krita.org'
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
-         gsl libraw exiv2 openexr fftw openjpeg2 opencolorio libwebp 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen poppler-qt5 
python-pyqt5 libheif
-             qt5-tools sip kseexpr libmypaint libjxl xsimd)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
-            'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
-            '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
-        https://invent.kde.org/graphics/krita/-/commit/e9184281.patch)
-sha256sums=('1c775ebef0f799a9a6b74440c3d906ab913c27541b177ed621704de714e9a4d3'
-            'SKIP'
-            '622c9ffbbfef72dd024b391b879c79ae34da11d52b2f3488dfd8ee42bf7b453b'
-            '3db041acee92d6e4238c47ad572142a930340858703f523baa32f129e6474060')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 
<[email protected]>
-              'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F'  # Dmitry Kazakov 
(main key) <[email protected]>
-              '064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita 
Foundation <[email protected]>
-
-prepare() {
-  patch -d $pkgname-$_pkgver -p1 < find-xsimd.patch
-  patch -d $pkgname-$_pkgver -p1 < e9184281.patch # Fix build with libheif 
1.14.1
-}
-
-build() {
-  cmake -B build -S $pkgname-$_pkgver \
-    -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krita/repos/testing-x86_64/PKGBUILD (from rev 476126, 
krita/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-01 12:43:46 UTC (rev 476127)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas <arojas@archlinux,org>
+
+pkgname=krita
+_pkgver=5.1.5
+pkgver=${_pkgver/-/}
+pkgrel=6
+pkgdesc='Edit and paint images'
+arch=(x86_64)
+url='https://krita.org'
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
+         gsl libraw exiv2 openexr fftw openjpeg2 opencolorio libwebp 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen poppler-qt5 
python-pyqt5 libheif
+             qt5-tools sip kseexpr libmypaint libjxl xsimd)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations'
+            'python-pyqt5: for the Python plugins' 'libheif: HEIF filter'
+            '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
+        https://invent.kde.org/graphics/krita/-/commit/e9184281.patch
+        https://invent.kde.org/graphics/krita/-/commit/bbee5eff.patch)
+sha256sums=('1c775ebef0f799a9a6b74440c3d906ab913c27541b177ed621704de714e9a4d3'
+            'SKIP'
+            '622c9ffbbfef72dd024b391b879c79ae34da11d52b2f3488dfd8ee42bf7b453b'
+            '3db041acee92d6e4238c47ad572142a930340858703f523baa32f129e6474060'
+            '0f52ba825ce0432e55c1c673d8ebbd34f4353470a6c27bdc55beb2a5446f9a4a')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 
<[email protected]>
+              'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F'  # Dmitry Kazakov 
(main key) <[email protected]>
+              '064182440C674D9F8D0F6F8B4DA79EDA231C852B') # Stichting Krita 
Foundation <[email protected]>
+
+prepare() {
+  patch -d $pkgname-$_pkgver -p1 < find-xsimd.patch
+  patch -d $pkgname-$_pkgver -p1 < e9184281.patch # Fix build with libheif 
1.14.1
+  patch -d $pkgname-$_pkgver -p1 < bbee5eff.patch # Fix crash when loading 
some TIFF files
+}
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+    -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Deleted: find-xsimd.patch
===================================================================
--- find-xsimd.patch    2023-05-01 12:43:20 UTC (rev 476126)
+++ find-xsimd.patch    2023-05-01 12:43:46 UTC (rev 476127)
@@ -1,21 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7d075a7223..6dc88e243a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1052,10 +1052,12 @@ list (APPEND ANDROID_EXTRA_LIBS ${LCMS2_LIBRARIES})
- ##
- ## Test for xsimd
- ##
--find_package(xsimd 8.1.0)
--if(NOT xsimd_FOUND)
--    find_package(xsimd 9)
--endif()
-+foreach(xsimd_version 8.1.0 9 10)
-+    if(NOT xsimd_FOUND)
-+        find_package(xsimd ${xsimd_version})
-+    endif()
-+endforeach()
-+
- set_package_properties(xsimd PROPERTIES
-     DESCRIPTION "C++ wrappers for SIMD intrinsics"
-     URL "https://github.com/xtensor-stack/xsimd";

Copied: krita/repos/testing-x86_64/find-xsimd.patch (from rev 476126, 
krita/trunk/find-xsimd.patch)
===================================================================
--- find-xsimd.patch                            (rev 0)
+++ find-xsimd.patch    2023-05-01 12:43:46 UTC (rev 476127)
@@ -0,0 +1,21 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7d075a7223..6dc88e243a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1052,10 +1052,12 @@ list (APPEND ANDROID_EXTRA_LIBS ${LCMS2_LIBRARIES})
+ ##
+ ## Test for xsimd
+ ##
+-find_package(xsimd 8.1.0)
+-if(NOT xsimd_FOUND)
+-    find_package(xsimd 9)
+-endif()
++foreach(xsimd_version 8.1.0 9 10)
++    if(NOT xsimd_FOUND)
++        find_package(xsimd ${xsimd_version})
++    endif()
++endforeach()
++
+ set_package_properties(xsimd PROPERTIES
+     DESCRIPTION "C++ wrappers for SIMD intrinsics"
+     URL "https://github.com/xtensor-stack/xsimd";

Reply via email to