Accepting request 176612 from graphics
- Update to release 1.2.1 * New translation: Danish * Some translations have been removed from the release due to missing strings * New noise profiles + Canon EOS 450D / Kiss X2 + Canon EOS 1100D / REBEL T3 + Canon EOS 1D Mark II + Canon EOS 1D Mark III + All Canon Model names are now recognized, e.g. Canon EOS 350D and Canon EOS 350D DIGITAL and Canon EOS DIGITAL REBEL XT and Canon EOS Kiss Digital N point to the same camera. + Olympus E-520 + Olympus E-1 + Olympus E-3 + Olympus E-P2 + Pentax K-30 + Panasonic GH-2 + Panasonic DMZ-FZ18 + Additional data for Pentax K-5 II + Nikon D7100 + Nikon D5200 + Sony A57 * White balances, color matrices + Fix issues with different camera model names for various Canon cameras (see above) + White balance for Panasonic DMC-GH2 + Updates whitebalance list with the latest version of UFRaw's cvs version + Whitebalances for Samsung NX5, NX10, NX11 (copied from NX100) * Bugfixes (forwarded request 176611 from toganm) OBS-URL: https://build.opensuse.org/request/show/176612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
cac9e0a666
commit
8f471aa01b
@@ -1,37 +0,0 @@
|
|||||||
From 161eaf014c4846679e0ee5366aee4beb4113b205 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Togan Muftuoglu <toganm@users.sourceforge.net>
|
|
||||||
Date: Wed, 24 Apr 2013 00:58:29 +0200
|
|
||||||
Subject: [PATCH] OpenEXR 2.0 fixes
|
|
||||||
|
|
||||||
Use Imf_2_0 as the name space for OpenEXR 2.0 version
|
|
||||||
|
|
||||||
Signed-off-by: Togan Muftuoglu <toganm@users.sourceforge.net>
|
|
||||||
---
|
|
||||||
src/common/imageio_exr.hh | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/common/imageio_exr.hh b/src/common/imageio_exr.hh
|
|
||||||
index 47a4b1d..46db4de 100644
|
|
||||||
--- a/src/common/imageio_exr.hh
|
|
||||||
+++ b/src/common/imageio_exr.hh
|
|
||||||
@@ -31,7 +31,7 @@
|
|
||||||
#include <OpenEXR/ImfStandardAttributes.h>
|
|
||||||
|
|
||||||
// this stores our exif data as a blob.
|
|
||||||
-namespace Imf
|
|
||||||
+namespace Imf_2_0
|
|
||||||
{
|
|
||||||
class Blob
|
|
||||||
{
|
|
||||||
@@ -54,7 +54,7 @@ public:
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
-typedef Imf::TypedAttribute<Imf::Blob> BlobAttribute;
|
|
||||||
+typedef Imf_2_0::TypedAttribute<Imf_2_0::Blob> BlobAttribute;
|
|
||||||
template <> const char *BlobAttribute::staticTypeName()
|
|
||||||
{
|
|
||||||
return "blob";
|
|
||||||
--
|
|
||||||
1.8.2.1
|
|
||||||
|
|
3
darktable-1.2.1.tar.xz
Normal file
3
darktable-1.2.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1756295dfda78fc828603033a58f233ced1908b8a50ec97d2e600d6eacf8e2a
|
||||||
|
size 2273260
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc52582b5c5dfbd22e936f1d441e192a4aa53ac6533fe2c53aaa59433ccd5450
|
|
||||||
size 2399856
|
|
@@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 26 12:24:17 UTC 2013 - toganm@opensuse.org
|
||||||
|
|
||||||
|
- Update to release 1.2.1
|
||||||
|
* New translation: Danish
|
||||||
|
* Some translations have been removed from the release due to
|
||||||
|
missing strings
|
||||||
|
* New noise profiles
|
||||||
|
+ Canon EOS 450D / Kiss X2
|
||||||
|
+ Canon EOS 1100D / REBEL T3
|
||||||
|
+ Canon EOS 1D Mark II
|
||||||
|
+ Canon EOS 1D Mark III
|
||||||
|
+ All Canon Model names are now recognized, e.g. Canon EOS 350D
|
||||||
|
and Canon EOS 350D DIGITAL and Canon EOS DIGITAL REBEL XT and
|
||||||
|
Canon EOS Kiss Digital N point to the same camera.
|
||||||
|
+ Olympus E-520
|
||||||
|
+ Olympus E-1
|
||||||
|
+ Olympus E-3
|
||||||
|
+ Olympus E-P2
|
||||||
|
+ Pentax K-30
|
||||||
|
+ Panasonic GH-2
|
||||||
|
+ Panasonic DMZ-FZ18
|
||||||
|
+ Additional data for Pentax K-5 II
|
||||||
|
+ Nikon D7100
|
||||||
|
+ Nikon D5200
|
||||||
|
+ Sony A57
|
||||||
|
* White balances, color matrices
|
||||||
|
+ Fix issues with different camera model names for various Canon
|
||||||
|
cameras (see above)
|
||||||
|
+ White balance for Panasonic DMC-GH2
|
||||||
|
+ Updates whitebalance list with the latest version of UFRaw's cvs version
|
||||||
|
+ Whitebalances for Samsung NX5, NX10, NX11 (copied from NX100)
|
||||||
|
* Bugfixes
|
||||||
|
+ new RawSpeed version r537
|
||||||
|
+ Compatible with openEXR 2.0
|
||||||
|
+ Facebook export now allows HQ images (up to 2048px)
|
||||||
|
+ Blend mode "vividlight" should work for NaNs
|
||||||
|
+ Fix compile issues for OpenBSD
|
||||||
|
+ Whitebalance is now relative to daylight, not to camera white
|
||||||
|
balance (this will not change any processing you have done,
|
||||||
|
only the values displayed will differ)
|
||||||
|
+ Now importing folder via key accelerator is supported.
|
||||||
|
+ Only one temperature slider in white balance
|
||||||
|
+ Some fixes to the zoom behaviour in darkroom mode
|
||||||
|
+ New lensfun geometries now supported (with lensfun >= 0.2.7)
|
||||||
|
+ More coherent bauhaus UI for the split toning module
|
||||||
|
+ The color transfer module is now marked as deprecated. Will be
|
||||||
|
superseeded by color mapping in the next major release.
|
||||||
|
+ Fix some possible deadlocks, memory leaks and null pointer dereferences
|
||||||
|
+ Status message in top bar should be updated more frequently now
|
||||||
|
+ Some more elaborate status messages if lens/camera not found in the
|
||||||
|
lens correction module, if export failed
|
||||||
|
+ Option for parallel export threads removed from config, too dangerous
|
||||||
|
+ Option for thumbnail cache now specified in MB
|
||||||
|
+ Updated purge_non_existing_images.sh script
|
||||||
|
+ CLI option -d nan gives per-module output of NaN values
|
||||||
|
+ Some minor renamings, typo fixings...
|
||||||
|
|
||||||
|
- Drop 0001--OpenEXR-2.0-fixes.patch since fixed upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 26 17:55:55 UTC 2013 - mrueckert@suse.de
|
Fri Apr 26 17:55:55 UTC 2013 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@@ -17,13 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: darktable
|
Name: darktable
|
||||||
Version: 1.2
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://darktable.sourceforge.net
|
Url: http://darktable.sourceforge.net
|
||||||
Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.2/%name-%version.tar.xz
|
Source0: https://downloads.sourceforge.net/project/darktable/darktable/1.2/%name-%version.tar.xz
|
||||||
Source1: http://sourceforge.net/projects/darktable/files/darktable/1.2/darktable-usermanual.pdf
|
Source1: http://sourceforge.net/projects/darktable/files/darktable/1.2/darktable-usermanual.pdf
|
||||||
# PATCH-FIX-OPENSUSE Fixes build with OpenEXR-2.0 toganm<users.sourceforge.net>
|
|
||||||
Patch0: 0001-OpenEXR-2.0-fixes.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
@@ -31,14 +29,13 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: lensfun-devel
|
BuildRequires: lensfun-devel
|
||||||
|
BuildRequires: libGraphicsMagick3
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: libGraphicsMagick3
|
|
||||||
BuildRequires: pkgconfig(GraphicsMagick)
|
BuildRequires: pkgconfig(GraphicsMagick)
|
||||||
BuildRequires: pkgconfig(libopenjpeg)
|
|
||||||
BuildRequires: pkgconfig(OpenEXR)
|
BuildRequires: pkgconfig(OpenEXR)
|
||||||
BuildRequires: pkgconfig(colord)
|
BuildRequires: pkgconfig(colord)
|
||||||
BuildRequires: pkgconfig(dri)
|
BuildRequires: pkgconfig(dri)
|
||||||
@@ -51,6 +48,7 @@ BuildRequires: pkgconfig(lcms2)
|
|||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRequires: pkgconfig(libglade-2.0)
|
BuildRequires: pkgconfig(libglade-2.0)
|
||||||
BuildRequires: pkgconfig(libgphoto2)
|
BuildRequires: pkgconfig(libgphoto2)
|
||||||
|
BuildRequires: pkgconfig(libopenjpeg)
|
||||||
BuildRequires: pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(librsvg-2.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(sdl)
|
BuildRequires: pkgconfig(sdl)
|
||||||
@@ -89,9 +87,7 @@ This package provides the user manual in pdf format
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if 0%{?suse_version} >1230
|
|
||||||
%patch0 -p1
|
|
||||||
%endif
|
|
||||||
chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh
|
chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh
|
||||||
cp %{S:1} darktable-usermanual.pdf
|
cp %{S:1} darktable-usermanual.pdf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user