SHA256
1
0
forked from pool/krita
Christophe Giboudeaux 2022-11-22 12:51:32 +00:00 committed by Git OBS Bridge
parent 295a1ef66a
commit b6e326ed6a
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 22 12:51:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Require the optional xsimd dependency
-------------------------------------------------------------------
Wed Nov 9 09:50:24 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -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