Accepting request 484803 from graphics
- update to 2.2.4 - New features: - Better brush trace handing of opacity to get better control. - tools: Add script to purge stale thumbnails - tools: A script to watch a folder for new images - Bugfixes: - DNG: fix camera name demangling. It used to report some wrong name for some cameras. - When using wayland, prefer XWayland, because native Wayland support is not fully functional yet - EXIF: properly handle image orientation '2' and '4' (swap them) - OpenCL: a few fixes in profiled denoise, demosaic and colormapping - tiling: do not process uselessly small end tiles - masks: avoid assertion failure in early phase of path generation, - masks: reduce risk of unwanted self-finalization of small path shapes - Fix rare issue when expanding $() variables in import/export string - Camera import: fix ignore_jpg setting not having an effect - Picasa web exporter: unbreak after upstream API change - collection: fix query string for folders ( 'a' should match 'a/b' and 'a/c', but not 'ac/' ) - Base Support: - Fujifilm X-T20 (only uncompressed raw, at the moment) - Fujifilm X100F (only uncompressed raw, at the moment) - Nikon COOLPIX B700 (12bit-uncompressed) - Olympus E-M1MarkII - Panasonic DMC-TZ61 (4:3, 3:2, 1:1, 16:9) - Panasonic DMC-ZS40 (4:3, 3:2, 1:1, 16:9) - Sony ILCE-6500 - Noise Profiles: - Canon PowerShot G7 X Mark II - Olympus E-M1MarkII - Lge Nexus 5X OBS-URL: https://build.opensuse.org/request/show/484803 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=67
This commit is contained in:
parent
543702caca
commit
0a14a504cf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b33859585bf283577680c61e3c0ea4e48214371453b9c17a86664d2fbda48a0
|
|
||||||
size 3079524
|
|
3
darktable-2.2.4.tar.xz
Normal file
3
darktable-2.2.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd5445d6b81fc3288fb07362870e24bb0b5378cacad2c6e6602e32de676bf9d8
|
||||||
|
size 3083400
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 3 08:08:36 UTC 2017 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- update to 2.2.4
|
||||||
|
- New features:
|
||||||
|
- Better brush trace handing of opacity to get better control.
|
||||||
|
- tools: Add script to purge stale thumbnails
|
||||||
|
- tools: A script to watch a folder for new images
|
||||||
|
- Bugfixes:
|
||||||
|
- DNG: fix camera name demangling. It used to report some wrong
|
||||||
|
name for some cameras.
|
||||||
|
- When using wayland, prefer XWayland, because native Wayland
|
||||||
|
support is not fully functional yet
|
||||||
|
- EXIF: properly handle image orientation '2' and '4' (swap
|
||||||
|
them)
|
||||||
|
- OpenCL: a few fixes in profiled denoise, demosaic and
|
||||||
|
colormapping
|
||||||
|
- tiling: do not process uselessly small end tiles
|
||||||
|
- masks: avoid assertion failure in early phase of path
|
||||||
|
generation,
|
||||||
|
- masks: reduce risk of unwanted self-finalization of small
|
||||||
|
path shapes
|
||||||
|
- Fix rare issue when expanding $() variables in import/export
|
||||||
|
string
|
||||||
|
- Camera import: fix ignore_jpg setting not having an effect
|
||||||
|
- Picasa web exporter: unbreak after upstream API change
|
||||||
|
- collection: fix query string for folders ( 'a' should match
|
||||||
|
'a/b' and 'a/c', but not 'ac/' )
|
||||||
|
- Base Support:
|
||||||
|
- Fujifilm X-T20 (only uncompressed raw, at the moment)
|
||||||
|
- Fujifilm X100F (only uncompressed raw, at the moment)
|
||||||
|
- Nikon COOLPIX B700 (12bit-uncompressed)
|
||||||
|
- Olympus E-M1MarkII
|
||||||
|
- Panasonic DMC-TZ61 (4:3, 3:2, 1:1, 16:9)
|
||||||
|
- Panasonic DMC-ZS40 (4:3, 3:2, 1:1, 16:9)
|
||||||
|
- Sony ILCE-6500
|
||||||
|
- Noise Profiles:
|
||||||
|
- Canon PowerShot G7 X Mark II
|
||||||
|
- Olympus E-M1MarkII
|
||||||
|
- Lge Nexus 5X
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 31 21:36:16 UTC 2017 - mrueckert@suse.de
|
Tue Jan 31 21:36:16 UTC 2017 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -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.3
|
Version: 2.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.darktable.org/
|
Url: http://www.darktable.org/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user