From b6e326ed6a25f22e26125b4326b587a613b77b435e66d3f96a842ae48a5ab8cb Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 22 Nov 2022 12:51:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=176 --- krita.changes | 5 +++++ krita.spec | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/krita.changes b/krita.changes index 82750ce..685cf24 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 22 12:51:18 UTC 2022 - Christophe Giboudeaux + +- Require the optional xsimd dependency + ------------------------------------------------------------------- Wed Nov 9 09:50:24 UTC 2022 - Christophe Giboudeaux diff --git a/krita.spec b/krita.spec index 1c70f75..84e8ce7 100644 --- a/krita.spec +++ b/krita.spec @@ -17,6 +17,10 @@ %bcond_without released +# TODO: Check if 15.5 gets this dependency +%if 0%{?suse_version} > 1500 +%bcond_without xsimd +%endif Name: krita Version: 5.1.3 Release: 0 @@ -86,6 +90,9 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5X11Extras) BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(QuaZip-Qt5) +%if %{with xsimd} +BuildRequires: cmake(xsimd) +%endif BuildRequires: pkgconfig(OpenColorIO) # not in 15.5 yet %if 0%{?suse_version} > 1500