Accepting request 590102 from home:wolfi323:branches:KDE:Extra
- 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 OBS-URL: https://build.opensuse.org/request/show/590102 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=61
This commit is contained in:
parent
18f7c457a0
commit
9831f1f06a
@ -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
|
Fri Jan 12 16:06:01 UTC 2018 - wbauer@tmo.at
|
||||||
|
|
||||||
|
21
krita.spec
21
krita.spec
@ -19,7 +19,7 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: krita
|
Name: krita
|
||||||
Version: 3.3.3
|
Version: 4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Digital Painting Application
|
Summary: Digital Painting Application
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
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: Mesa-devel
|
||||||
BuildRequires: OpenColorIO-devel
|
BuildRequires: OpenColorIO-devel
|
||||||
BuildRequires: OpenEXR-devel
|
BuildRequires: OpenEXR-devel
|
||||||
%if %{suse_version} != 1320
|
|
||||||
BuildRequires: Vc-devel-static
|
BuildRequires: Vc-devel-static
|
||||||
BuildRequires: kcrash-devel
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} > 1325
|
|
||||||
BuildRequires: libboost_system-devel
|
BuildRequires: libboost_system-devel
|
||||||
%else
|
|
||||||
BuildRequires: boost-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: fftw3-devel
|
BuildRequires: fftw3-devel
|
||||||
|
BuildRequires: giflib-devel
|
||||||
BuildRequires: gsl-devel
|
BuildRequires: gsl-devel
|
||||||
BuildRequires: karchive-devel
|
BuildRequires: karchive-devel
|
||||||
BuildRequires: kcompletion-devel
|
BuildRequires: kcompletion-devel
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: kcoreaddons-devel
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kcrash-devel
|
||||||
BuildRequires: kguiaddons-devel
|
BuildRequires: kguiaddons-devel
|
||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
BuildRequires: kiconthemes-devel
|
BuildRequires: kiconthemes-devel
|
||||||
@ -65,6 +60,9 @@ BuildRequires: libraw-devel
|
|||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: openjpeg-devel
|
BuildRequires: openjpeg-devel
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-sip
|
||||||
|
BuildRequires: python3-qt5-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
@ -97,12 +95,8 @@ BuildRequires: pkgconfig(xrandr)
|
|||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
%endif
|
%endif
|
||||||
Recommends: create-resources
|
Recommends: create-resources
|
||||||
%if %{suse_version} > 1320 || 0%{?is_opensuse}
|
|
||||||
Obsoletes: calligra-krita < %{version}
|
Obsoletes: calligra-krita < %{version}
|
||||||
Provides: calligra-krita = %{version}
|
Provides: calligra-krita = %{version}
|
||||||
%else
|
|
||||||
Conflicts: calligra-krita
|
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -149,11 +143,14 @@ rm %{buildroot}/%{_kf5_libdir}/libkritacolord.so
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING* AUTHORS HACKING README*
|
%doc COPYING* AUTHORS HACKING README*
|
||||||
%{_kf5_bindir}/krita
|
%{_kf5_bindir}/krita
|
||||||
|
%{_kf5_bindir}/kritarunner
|
||||||
%{_kf5_applicationsdir}/*.desktop
|
%{_kf5_applicationsdir}/*.desktop
|
||||||
%{_kf5_sharedir}/krita/
|
%{_kf5_sharedir}/krita/
|
||||||
%{_kf5_appstreamdir}/
|
%{_kf5_appstreamdir}/
|
||||||
%{_kf5_libdir}/libkrita*.so.*
|
%{_kf5_libdir}/libkrita*.so.*
|
||||||
%{_kf5_libdir}/kritaplugins/
|
%{_kf5_libdir}/kritaplugins/
|
||||||
|
%{_kf5_libdir}/krita-python-libs/
|
||||||
|
%{_kf5_qmldir}
|
||||||
%{_kf5_sharedir}/kritaplugins/
|
%{_kf5_sharedir}/kritaplugins/
|
||||||
%{_kf5_sharedir}/color/
|
%{_kf5_sharedir}/color/
|
||||||
%{_kf5_sharedir}/color-schemes/
|
%{_kf5_sharedir}/color-schemes/
|
||||||
|
Loading…
Reference in New Issue
Block a user