Accepting request 148281 from graphics

This relase fixes mainly exporting related bugs so it would be nice
if it is included in 12.3 since no package depends on darktable it should
not be creating any problems with other packages
 
Thanks
Togan

- Update to release 1.1.2
  * darktable 1.1.2 is mostly a camera support update and bugfix
    release:
   - fix export resolution rounding issue (as in previous version it
     could be off-by-one)
   - correctly set output dimension in exif instead of passing the raw
     resolution verbatim
   - local average green eq was fixed (it now works on high iso images
     as well, and should no longer produce hot pixels)
   - use ordered arrays in xmp files
   - disable export parallelism for flickr/picasa export
   - don't enter tethering mode when there is no camera attached (this
     made darktable look asif it was hung, even though that wasn't the
     case)
   - bring back the pin for map thumbnails
   - improved tiff support
   - vignetting now has a dithering option (to mitigate occasional
     banding)
   - read nikon subject distance properly
   - assorted freebsd fixes
   - various opencl fixes
   - usermanual updates
  * Support for the following camera's with either preliminarily added
    or updated:
    - canon eos 6d
    - canon powershot s110
    - canon powershot g15
    - canon powershot sx50 hs
    - nikon 1 v2
    - nikon d600 (forwarded request 148280 from toganm)

OBS-URL: https://build.opensuse.org/request/show/148281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2013-01-14 08:37:58 +00:00 committed by Git OBS Bridge
parent a86d7145ff
commit bcd4e7cb54
6 changed files with 65 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba299ba4903718f5696de7cace80c0374dec4c7a41df90a560c47a419a3d354c
size 3422916

3
darktable-1.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:225ebf1bd2ca4cf06aa609f2eda55cb0894ae69bdf4db25fd97b2503c28e1765
size 3432009

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:037e27a41aa4d0e2c2db3ae13bee47a2b6ec6195d953341ae637ad8495874552
size 8399829

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a33d4e7bb87c8d7f748f99badb12bd923ba798d205bbddbac85a648d6c9d866f
size 8513151

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Sun Jan 13 13:48:32 UTC 2013 - toganm@opensuse.org
- Update to release 1.1.2
* darktable 1.1.2 is mostly a camera support update and bugfix
release:
- fix export resolution rounding issue (as in previous version it
could be off-by-one)
- correctly set output dimension in exif instead of passing the raw
resolution verbatim
- local average green eq was fixed (it now works on high iso images
as well, and should no longer produce hot pixels)
- use ordered arrays in xmp files
- disable export parallelism for flickr/picasa export
- don't enter tethering mode when there is no camera attached (this
made darktable look asif it was hung, even though that wasn't the
case)
- bring back the pin for map thumbnails
- improved tiff support
- vignetting now has a dithering option (to mitigate occasional
banding)
- read nikon subject distance properly
- assorted freebsd fixes
- various opencl fixes
- usermanual updates
* Support for the following camera's with either preliminarily added
or updated:
- canon eos 6d
- canon powershot s110
- canon powershot g15
- canon powershot sx50 hs
- nikon 1 v2
- nikon d600
- nikon coolpix p7700
- olympus e pl5
- olympus e pm2
- olympus xz 2
- panasonic dmc gh3
- panasonic dmc lx7
- pentax k5ii
- samsung ex2f
- sony rx1
- sony nex 6
- sony slt a99
- sony nex c3 blackpoint/greenshift fix
* white balance preset updates:
- canon eos 550d
- canon eos 5d mark iii
- olympus xz 1
- sony nex c3
- sony slt a57
- sony nex 5n
- panasonic dmc-gh3
-------------------------------------------------------------------
Sun Dec 9 23:38:02 UTC 2012 - toganm@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package darktable
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: darktable
Version: 1.1.1
Version: 1.1.2
Release: 0
Url: http://darktable.sourceforge.net
Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-%{version}.tar.gz
@ -48,8 +48,8 @@ BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libgphoto2)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(sqlite3)
ExclusiveArch: %ix86 x86_64
Summary: A virtual Lighttable and Darkroom
@ -63,7 +63,6 @@ lighttable. it also enables you to develop raw images and enhance them.
%package doc
Summary: A virtual Lighttable and Darkroom
License: GPL-3.0+
Group: Productivity/Graphics/Viewers
%description doc