Accepting request 154979 from graphics
- Update to release 1.13 * fixes: + check (on build) if glib 2.28 or higher is present + don't sanatize exif when creating hdr dngs + colorpicker now disappears immediately when disabling it + lens correction now uses loose lens matching (ivan tarozzi) + konica minolta dynax 5d rotation fix + removed an outdated assertion which could cause a crash in rare cases + don't crash when loading half-corrupted xmp's + don't crash when an imported file contains incomplete gps information + libjpeg-turbo workaround (klaus post) * camera support: + preliminary support for the new nikon d5200 * white balance presets: + sony alpha 700 (update to firmware v4) + sony alpha 230 (new) + canon eos 650d (new) + canon eos rebel t2i (fixed) + canon eos m (fixed) * enhanced color rendition: + konica minolta dynax 5d (wolfgang kuehnel) + sony nex 3 (wolfgang kuehnel) + sony alpha 230 (wolfgang kuehnel) + sony rx100 (josef wells) - For openSUSE 12.1 added xz to buildrequires (forwarded request 154978 from toganm) OBS-URL: https://build.opensuse.org/request/show/154979 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=23
This commit is contained in:
parent
bcd4e7cb54
commit
e6b0b6ecff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:225ebf1bd2ca4cf06aa609f2eda55cb0894ae69bdf4db25fd97b2503c28e1765
|
|
||||||
size 3432009
|
|
3
darktable-1.1.3.tar.xz
Normal file
3
darktable-1.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9d26f3ca1ae8f833f00f12b3e927cdc807cd3662c5ea8d1c0c55fe4555cfaf9
|
||||||
|
size 2226896
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 9 12:35:03 UTC 2013 - toganm@opensuse.org
|
||||||
|
|
||||||
|
- Update to release 1.13
|
||||||
|
|
||||||
|
* fixes:
|
||||||
|
+ check (on build) if glib 2.28 or higher is present
|
||||||
|
+ don't sanatize exif when creating hdr dngs
|
||||||
|
+ colorpicker now disappears immediately when disabling it
|
||||||
|
+ lens correction now uses loose lens matching (ivan tarozzi)
|
||||||
|
+ konica minolta dynax 5d rotation fix
|
||||||
|
+ removed an outdated assertion which could cause a crash in rare
|
||||||
|
cases
|
||||||
|
+ don't crash when loading half-corrupted xmp's
|
||||||
|
+ don't crash when an imported file contains incomplete gps
|
||||||
|
information
|
||||||
|
+ libjpeg-turbo workaround (klaus post)
|
||||||
|
|
||||||
|
* camera support:
|
||||||
|
+ preliminary support for the new nikon d5200
|
||||||
|
|
||||||
|
* white balance presets:
|
||||||
|
+ sony alpha 700 (update to firmware v4)
|
||||||
|
+ sony alpha 230 (new)
|
||||||
|
+ canon eos 650d (new)
|
||||||
|
+ canon eos rebel t2i (fixed)
|
||||||
|
+ canon eos m (fixed)
|
||||||
|
|
||||||
|
* enhanced color rendition:
|
||||||
|
+ konica minolta dynax 5d (wolfgang kuehnel)
|
||||||
|
+ sony nex 3 (wolfgang kuehnel)
|
||||||
|
+ sony alpha 230 (wolfgang kuehnel)
|
||||||
|
+ sony rx100 (josef wells)
|
||||||
|
|
||||||
|
- For openSUSE 12.1 added xz to buildrequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 13 13:48:32 UTC 2013 - toganm@opensuse.org
|
Sun Jan 13 13:48:32 UTC 2013 - toganm@opensuse.org
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: darktable
|
Name: darktable
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://darktable.sourceforge.net
|
Url: http://darktable.sourceforge.net
|
||||||
Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-%{version}.tar.gz
|
Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-%{version}.tar.xz
|
||||||
Source1: http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual-%{version}.pdf
|
Source1: http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual-1.1.2.pdf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
@ -51,6 +51,10 @@ BuildRequires: pkgconfig(libsoup-2.4)
|
|||||||
BuildRequires: pkgconfig(sdl)
|
BuildRequires: pkgconfig(sdl)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
|
%if 0%{?suse_version} == 1210
|
||||||
|
BuildRequires: xz
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
Summary: A virtual Lighttable and Darkroom
|
Summary: A virtual Lighttable and Darkroom
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user