Accepting request 453872 from home:wolfi323:branches:KDE:Extra
- Update to version 3.1.2.1 OBS-URL: https://build.opensuse.org/request/show/453872 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=37
This commit is contained in:
parent
b471b0e9af
commit
20db9ecfcf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62ef2c4b9b19563c1e2e6dc0643dd0880e04469dd5798373401d8dd666720e8f
|
||||
size 209529508
|
3
krita-3.1.2.1.tar.gz
Normal file
3
krita-3.1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:934ed82c3f4e55e7819b327c838ea2f307d3bf3d040722501378b01d76a3992d
|
||||
size 209242179
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 20:30:18 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to version 3.1.2.1:
|
||||
* Audio Support for Animations
|
||||
* Ctrl key continue mode for Outline Selection tool
|
||||
* Allow deselection by clicking with a selection tool
|
||||
* Added a checkbox for enabling HiDPI to the settings dialog
|
||||
* Remove the export to PDF functionality. It is having too many
|
||||
issues right now. (kde#372439)
|
||||
* a lot of bug fixes
|
||||
* More information on https://krita.org/en/release-notes-for-3-1-2/
|
||||
- Add Qt5Multimedia build requirement to enable the new audio
|
||||
support for animations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 19:32:18 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package krita
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -19,13 +19,13 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: krita
|
||||
Version: 3.1.1
|
||||
Version: 3.1.2.1
|
||||
Release: 0
|
||||
Summary: Digital Painting Application
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
Url: http://www.krita.org/
|
||||
Source0: http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
|
||||
Source0: http://download.kde.org/stable/krita/3.1.2/krita-%{version}.tar.gz
|
||||
Source99: %{name}.changes
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: OpenColorIO-devel
|
||||
@ -70,6 +70,7 @@ 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)
|
||||
|
Loading…
Reference in New Issue
Block a user