Accepting request 357569 from graphics
1 OBS-URL: https://build.opensuse.org/request/show/357569 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=55
This commit is contained in:
parent
823f0b368d
commit
7aaaf9990d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4f2f525bbbb1355bc3470e74cc158d79d7e236f3925928f67a88461f1df7cb1
|
||||
size 2888596
|
3
darktable-2.0.1.tar.xz
Normal file
3
darktable-2.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d0e76eb42b95418ab59c17bff8aac660f5348b082aabfb3113607c67e87830b
|
||||
size 2927028
|
@ -1,3 +1,85 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 3 14:06:46 UTC 2016 - mrueckert@suse.de
|
||||
|
||||
- update to 2.0.1
|
||||
New features:
|
||||
* add export variables for Creator, Publisher and Rights from
|
||||
metadata
|
||||
* add support for key accels for spot removal iop
|
||||
* add some more info to --version
|
||||
* add collection sorting by group_id to keep grouped images
|
||||
together
|
||||
* add $(IMAGE.BASENAME) to watermark
|
||||
* OSX packaging: add darktable-cltest
|
||||
* OSX packaging: add darktable-generate-cache
|
||||
Bugfixes:
|
||||
* make sure GTK prefers our CSS over system's
|
||||
* make selected label's background color visible
|
||||
* make ctrl-t completion popup nicer
|
||||
* fixed folder list scrolling to the top on select
|
||||
* scale waveform histogram to hidpi screens
|
||||
* really hide all panels in slideshow
|
||||
* add filename to missing white balance message
|
||||
* fix wrong tooltip in print scale
|
||||
* changing mask no longer invalidates the filmstrip thumb, making
|
||||
it faster
|
||||
* fix calculated image count in a collection
|
||||
* don't allow too small sidepanels
|
||||
* fixes white balance sliders for some cameras
|
||||
* fix some memleaks
|
||||
* code hardening in color reconstruction
|
||||
* validate noiseprofiles.json on startup
|
||||
* no longer lose old export presets
|
||||
* fix some crash with wrong history_end
|
||||
* don't load images from cameras with CYGM/RGBE CFA for now
|
||||
* some fixes in demosaicing
|
||||
* fix red/blue interpolation for XTrans
|
||||
* fix profiled denoise on OpenCL
|
||||
* use sRGB when output/softproof profile is missing
|
||||
* fix loading of .hdr files
|
||||
* default to libsecret instead of gnome keyring which is no
|
||||
longer supported
|
||||
* fix a bug in mask border self intersections
|
||||
* don't allow empty strings as mask shape names
|
||||
* fix a crash in masks
|
||||
* fix an OpenCL crash
|
||||
* eliminate deprecated OpenCL compiler options
|
||||
* update appdata file to version 0.6
|
||||
* allow finding Saxon on Fedora 23
|
||||
Camera support:
|
||||
* Fujifilm XQ2 RAW support
|
||||
* support all Panasonic FZ150 crop modes
|
||||
* basic support for Nikon 1 V3
|
||||
* add defs for Canon CHDK DNG cameras to make noise profiles work
|
||||
|
||||
White balance presets:
|
||||
* add Nikon D5500
|
||||
* add Nikon 1 V3
|
||||
* add missing Nikon D810 presets
|
||||
* add Fuji X100T
|
||||
|
||||
Basecurves:
|
||||
* copy X100S to X100T
|
||||
|
||||
Noise profiles:
|
||||
* fix typo in D5200 profiles to make them work again
|
||||
* add Panasonic FZ1000
|
||||
* add Nikon D5500
|
||||
* add Ricoh GR
|
||||
* add Nikon 1 V3
|
||||
* add Canon PowerShot S100
|
||||
* copy Fuji X100S to X100T
|
||||
|
||||
Translations:
|
||||
* add Hungarian
|
||||
* update German
|
||||
* update Swedish
|
||||
* update Slovak
|
||||
* update Spanish
|
||||
* update Dutch
|
||||
* update French
|
||||
- remove gnome-keyring buildrequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 10:25:58 UTC 2016 - fcrozat@suse.com
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
%define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 -DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}"
|
||||
|
||||
Name: darktable
|
||||
Version: 2.0.0
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Url: http://www.darktable.org/
|
||||
Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz
|
||||
@ -105,7 +105,6 @@ BuildRequires: pkgconfig(flickcurl)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(lensfun)
|
||||
|
Loading…
Reference in New Issue
Block a user