Accepting request 450370 from graphics
- update to 2.2.1: - New features: - Show a dialog window that tells when locking the database/library failed - Ask before deleting history stack from lightable. - preferences: make features that are not available (greyed out) more obvious - Bugfixes: - Always cleanup undo list before entering darkroom view. Fixes crash when using undo after re-entering darkroom - Darkroom: properly delete module instances. Fixes rare crashes after deleting second instance of module. - Levels and tonecurve modules now also use 256 bins. - Rawoverexposed module: fix visualization when a camera custom white balance preset is used - fix building with openjpeg2 OBS-URL: https://build.opensuse.org/request/show/450370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=64
This commit is contained in:
parent
8f93825f10
commit
b629a7ecef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3eca193831faae58200bb1cb6ef29e658bce43a81706b54420953a7c33d79377
|
|
||||||
size 3061716
|
|
3
darktable-2.2.1.tar.xz
Normal file
3
darktable-2.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da843190f08e02df19ccbc02b9d1bef6bd242b81499494c7da2cccdc520e24fc
|
||||||
|
size 3058236
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 14 22:56:40 UTC 2017 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- update to 2.2.1:
|
||||||
|
- New features:
|
||||||
|
- Show a dialog window that tells when locking the
|
||||||
|
database/library failed
|
||||||
|
- Ask before deleting history stack from lightable.
|
||||||
|
- preferences: make features that are not available (greyed
|
||||||
|
out) more obvious
|
||||||
|
- Bugfixes:
|
||||||
|
- Always cleanup undo list before entering darkroom view. Fixes
|
||||||
|
crash when using undo after re-entering darkroom
|
||||||
|
- Darkroom: properly delete module instances. Fixes rare
|
||||||
|
crashes after deleting second instance of module.
|
||||||
|
- Levels and tonecurve modules now also use 256 bins.
|
||||||
|
- Rawoverexposed module: fix visualization when a camera custom
|
||||||
|
white balance preset is used
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 14 22:55:37 UTC 2017 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- fix building with openjpeg2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 23 12:52:26 UTC 2016 - mrueckert@suse.de
|
Fri Dec 23 12:52:26 UTC 2016 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package darktable
|
# spec file for package darktable
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -47,7 +47,7 @@
|
|||||||
%define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_INSTALL_LIBDIR="%{_lib}"
|
%define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_INSTALL_LIBDIR="%{_lib}"
|
||||||
|
|
||||||
Name: darktable
|
Name: darktable
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.darktable.org/
|
Url: http://www.darktable.org/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
@ -102,7 +102,7 @@ BuildRequires: pkgconfig(GraphicsMagick)
|
|||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
||||||
BuildRequires: libGraphicsMagick3
|
BuildRequires: libGraphicsMagick3
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libopenjpeg1)
|
BuildRequires: pkgconfig(libopenjp2)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(OpenEXR)
|
BuildRequires: pkgconfig(OpenEXR)
|
||||||
BuildRequires: pkgconfig(atk)
|
BuildRequires: pkgconfig(atk)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user