SHA256
1
0
forked from pool/krita

Accepting request 595181 from KDE:Extra

OBS-URL: https://build.opensuse.org/request/show/595181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krita?expand=0&rev=21
This commit is contained in:
Yuchen Lin 2018-04-11 12:02:04 +00:00 committed by Git OBS Bridge
commit de063b1ab6
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 3 12:39:53 UTC 2018 - guillaume.gardet@opensuse.org
- Disable VC on non-x86* to fix builds
-------------------------------------------------------------------
Fri Mar 23 18:33:32 UTC 2018 - khnazile@rkmail.ru

View File

@ -18,11 +18,18 @@
%bcond_without lang
# Enable VC only on x86*
%ifarch %ix86 x86_64
%bcond_without vc
%else
%bcond_with vc
%endif
Name: krita
Version: 4.0.0
Release: 0
Summary: Digital Painting Application
License: GPL-2.0+ and LGPL-2.1+
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Graphics/Bitmap Editors
Url: http://www.krita.org/
Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
@ -31,7 +38,9 @@ Patch1: fix_libgif_5_0_build.patch
BuildRequires: Mesa-devel
BuildRequires: OpenColorIO-devel
BuildRequires: OpenEXR-devel
%if %{with vc}
BuildRequires: Vc-devel-static
%endif
%if 0%{?suse_version} < 1320
BuildRequires: boost_1_61-devel
%else
@ -67,8 +76,8 @@ BuildRequires: libtiff-devel
BuildRequires: openjpeg-devel
BuildRequires: perl
BuildRequires: python3-devel
BuildRequires: python3-sip
BuildRequires: python3-qt5-devel
BuildRequires: python3-sip
BuildRequires: update-desktop-files
BuildRequires: zlib-devel
BuildRequires: pkgconfig(Qt5Concurrent)