forked from pool/krita
58f8d65965
- Update to 4.0.4: * See https://krita.org/en/item/krita-4-0-4-released/ * Fix artefacts when painting with a pixel brush on a transparency mask (kde#394438) * Fix a race condition when using generator layers * Fix a crash when editing a transform mask (kde#395224) * Add preset memory to the Ten Brushes Script, to make switching back and forward between brush presets more smooth * Improve the performance of the stroke layer style (kde#361130, kde#390985) * Do not allow nesting of .kra files: using a .kra file with embedded file layers as a file layer would break on loading * Keep the alpha channel when applying the threshold filter (kde#394235) * Do not use the name of the bundle file as a tag automatically (kde#394345) * Fix selecting colors when using the python palette docker script (kde#394705) * Restore the last used colors on starting Krita, not when creating a new view (kde#394816) * Allow creating a layer group if the currently selected node is a mask (kde#394832) * Show the correct opacity in the segment gradient editor (kde#394887) * Remove the obsolete shortcuts for the old text and artistic text tool (kde#393508) * Allow setting the multibrush angle in fractions * Improve performance of the OpenGL canvas, especially on macOS * Fix painting of pass-through group layers in isolated mode (kde#394437) * Improve performance of loading OpenEXR files * Autosaving will now happen even if Krita is kept very busy * Improve loading of the default language * Fix color picking when double-clicking (kde#394396) * Fix inconsistent frame numbering when calling FFMpeg (kde#389045) * Fix accepting touch events with recent Qt versions * Fix integration with the Breeze theme: Krita no longer tries to create widgets in threads (kde#392190) * Fix the batch mode flag when loading images from Python OBS-URL: https://build.opensuse.org/request/show/616919 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=74
195 lines
5.8 KiB
RPMSpec
195 lines
5.8 KiB
RPMSpec
#
|
|
# spec file for package krita
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%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.4
|
|
Release: 0
|
|
Summary: Digital Painting Application
|
|
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
|
|
# PATCH-FIX-OPENSUSE fix_libgif_5_0_build.patch -- Trivial fix to make Krita link against libgif 5.0.x in openSUSE Leap 42.3
|
|
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
|
|
BuildRequires: libboost_system-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
|
|
BuildRequires: kio-devel
|
|
BuildRequires: kitemmodels-devel
|
|
BuildRequires: kitemviews-devel
|
|
BuildRequires: kwidgetsaddons-devel
|
|
BuildRequires: kwindowsystem-devel
|
|
BuildRequires: kxmlgui-devel
|
|
BuildRequires: libeigen3-devel
|
|
BuildRequires: libexiv2-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libkdcraw-devel
|
|
BuildRequires: liblcms2-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libpoppler-qt5-devel
|
|
BuildRequires: libraw-devel
|
|
BuildRequires: libtiff-devel
|
|
BuildRequires: openjpeg-devel
|
|
BuildRequires: perl
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-qt5-devel
|
|
BuildRequires: python3-sip-devel
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.6
|
|
BuildRequires: pkgconfig(Qt5DBus)
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
BuildRequires: pkgconfig(Qt5Multimedia)
|
|
BuildRequires: pkgconfig(Qt5Network)
|
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
BuildRequires: pkgconfig(Qt5Script)
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
BuildRequires: pkgconfig(Qt5UiTools)
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
BuildRequires: pkgconfig(Qt5Xml)
|
|
BuildRequires: pkgconfig(inputproto) >= 2.0.99.1
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xcb-atom)
|
|
BuildRequires: pkgconfig(xext)
|
|
BuildRequires: pkgconfig(xfixes)
|
|
BuildRequires: pkgconfig(xi) >= 1.4.99.1
|
|
BuildRequires: pkgconfig(xinerama)
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.3
|
|
BuildRequires: pkgconfig(xrandr)
|
|
%if %{with lang}
|
|
Recommends: %{name}-lang = %{version}
|
|
%endif
|
|
Recommends: python3-qt5
|
|
Obsoletes: calligra-krita < %{version}
|
|
Provides: calligra-krita = %{version}
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Krita is a painting program. It supports concept art, texture and
|
|
matte painters, as well as illustrations and comics.
|
|
|
|
%package devel
|
|
Summary: Krita Build Environment
|
|
Group: Development/Libraries/KDE
|
|
Requires: %{name} = %{version}
|
|
Conflicts: calligra-devel
|
|
|
|
%description devel
|
|
Development headers and libraries for Krita.
|
|
|
|
%if %{with lang}
|
|
%lang_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n krita-%{version}
|
|
%if 0%{?suse_version} < 1320
|
|
%patch1
|
|
%endif
|
|
|
|
%build
|
|
# install translations to %%{_kf5_localedir} so they don't clash with the krita translations in calligra-l10n (KDE4 based)
|
|
# can probably be changed back to the standard location when calligra is KF5 based...
|
|
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
|
%make_jobs
|
|
|
|
%install
|
|
%kf5_makeinstall -C build
|
|
%suse_update_desktop_file -r org.kde.krita Qt KDE Graphics RasterGraphics
|
|
%if %{with lang}
|
|
%kf5_find_lang %{name}
|
|
%endif
|
|
|
|
chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%license COPYING*
|
|
%doc 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/
|
|
%{_kf5_iconsdir}/hicolor/*/apps/calligrakrita.*
|
|
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-krita.png
|
|
%dir %{_kf5_iconsdir}/hicolor/1024x1024
|
|
%dir %{_kf5_iconsdir}/hicolor/1024x1024/apps
|
|
%dir %{_kf5_iconsdir}/hicolor/1024x1024/mimetypes
|
|
%dir %{_kf5_iconsdir}/hicolor/256x256
|
|
%dir %{_kf5_iconsdir}/hicolor/256x256/apps
|
|
%dir %{_kf5_iconsdir}/hicolor/256x256/mimetypes
|
|
%dir %{_kf5_iconsdir}/hicolor/512x512
|
|
%dir %{_kf5_iconsdir}/hicolor/512x512/apps
|
|
%dir %{_kf5_iconsdir}/hicolor/512x512/mimetypes
|
|
%config %{_kf5_configdir}/krita*
|
|
|
|
%files devel
|
|
%{_kf5_libdir}/libkrita*.so
|
|
|
|
%if %{with lang}
|
|
%files lang -f %{name}.lang
|
|
%endif
|
|
|
|
%changelog
|