forked from pool/krita
Accepting request 590298 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/590298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krita?expand=0&rev=19
This commit is contained in:
commit
12f0361feb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bec04e3392e9b311477c5c6a50e2201b43a3afda91d9b24a0fc8e3399585865d
|
||||
size 207582956
|
3
krita-4.0.0.tar.gz
Normal file
3
krita-4.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ff1925361c65e5a8ca6949035ef3d1291488b63f0f473dbf62bf70a525d0336
|
||||
size 237309220
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 11:55:27 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- Update to 4.0.0:
|
||||
* See https://krita.org/en/item/krita-4-0-0-released/
|
||||
* Highlights:
|
||||
+ SVG support
|
||||
+ A new text tool
|
||||
+ Python scripting
|
||||
+ Easy coloring of line-art with the new Colorize Mask Tool
|
||||
+ Masked brushes
|
||||
+ New brush presets
|
||||
* Known issues:
|
||||
+ Krita 4 uses SVG for vector layers. This means that Krita 3
|
||||
files with vector layers may not be loaded entirely
|
||||
correctly. Keep backups!
|
||||
+ Krita 4’s new text tool is still limited
|
||||
+ The Reference Images Docker has been removed
|
||||
- Drop conditionals for older distributions, it needs at least
|
||||
boost 1.55 now which is only available in Tumbleweed and Leap 15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 16:06:01 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
|
21
krita.spec
21
krita.spec
@ -19,7 +19,7 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: krita
|
||||
Version: 3.3.3
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: Digital Painting Application
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -29,22 +29,17 @@ Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: OpenColorIO-devel
|
||||
BuildRequires: OpenEXR-devel
|
||||
%if %{suse_version} != 1320
|
||||
BuildRequires: Vc-devel-static
|
||||
BuildRequires: kcrash-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_system-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kcompletion-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
@ -65,6 +60,9 @@ BuildRequires: libraw-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: openjpeg-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-sip
|
||||
BuildRequires: python3-qt5-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
@ -97,12 +95,8 @@ BuildRequires: pkgconfig(xrandr)
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%endif
|
||||
Recommends: create-resources
|
||||
%if %{suse_version} > 1320 || 0%{?is_opensuse}
|
||||
Obsoletes: calligra-krita < %{version}
|
||||
Provides: calligra-krita = %{version}
|
||||
%else
|
||||
Conflicts: calligra-krita
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -149,11 +143,14 @@ rm %{buildroot}/%{_kf5_libdir}/libkritacolord.so
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING* AUTHORS HACKING README*
|
||||
%{_kf5_bindir}/krita
|
||||
%{_kf5_bindir}/kritarunner
|
||||
%{_kf5_applicationsdir}/*.desktop
|
||||
%{_kf5_sharedir}/krita/
|
||||
%{_kf5_appstreamdir}/
|
||||
%{_kf5_libdir}/libkrita*.so.*
|
||||
%{_kf5_libdir}/kritaplugins/
|
||||
%{_kf5_libdir}/krita-python-libs/
|
||||
%{_kf5_qmldir}
|
||||
%{_kf5_sharedir}/kritaplugins/
|
||||
%{_kf5_sharedir}/color/
|
||||
%{_kf5_sharedir}/color-schemes/
|
||||
|
Loading…
Reference in New Issue
Block a user