Accepting request 155054 from graphics
- Add 0001-Olympus-E-M5-enhanced-matrix.patch: Enhanced matrix for Olympus OM-D E-M5. (forwarded request 155053 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/155054 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=24
This commit is contained in:
parent
e6b0b6ecff
commit
c072e75a34
26
0001-Olympus-E-M5-enhanced-matrix.patch
Normal file
26
0001-Olympus-E-M5-enhanced-matrix.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 746f465a402c8d4bf36b0dcf897d7103448710fc Mon Sep 17 00:00:00 2001
|
||||||
|
From: Pascal de Bruijn <pmjdebruijn@pcode.nl>
|
||||||
|
Date: Sun, 10 Feb 2013 17:20:40 +0100
|
||||||
|
Subject: [PATCH] Olympus E-M5 enhanced matrix with help from Frederic Crozat
|
||||||
|
|
||||||
|
---
|
||||||
|
src/common/colormatrices.c | 3 +++
|
||||||
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/src/common/colormatrices.c b/src/common/colormatrices.c
|
||||||
|
index fe0fbf0..1f3417f 100644
|
||||||
|
--- a/src/common/colormatrices.c
|
||||||
|
+++ b/src/common/colormatrices.c
|
||||||
|
@@ -204,6 +204,9 @@ static dt_profiled_colormatrix_t dt_profiled_colormatrices[] =
|
||||||
|
// Eugene Kraf, Wolf Faust IT8, direct sunlight, well lit
|
||||||
|
{ "OLYMPUS E-PL2", { 785522, 280624, 28503}, { 322266, 1211975, -305984}, { 82550, -246841, 1278198}, {731506, 752808, 645309}},
|
||||||
|
|
||||||
|
+ // Frederic Crozat, Wolf Faust IT8, direct sunlight, well lit
|
||||||
|
+ { "OLYMPUS E-M5", { 937775, 279129, 75378}, { 232697, 1345169, -493317}, { 62012, -354202, 1458389}, {722229, 755142, 623749}},
|
||||||
|
+
|
||||||
|
// Karl Mikaelsson, Homebrew ColorChecker, strobe, well lit
|
||||||
|
{ "OLYMPUS E-500", { 925171, 247681, 26367}, { 257187, 1270187, -455826}, {-87784, -426529, 1383041}, {790421, 812775, 708054}},
|
||||||
|
|
||||||
|
--
|
||||||
|
1.8.1.2
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 10 18:19:50 UTC 2013 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Add 0001-Olympus-E-M5-enhanced-matrix.patch: Enhanced matrix for
|
||||||
|
Olympus OM-D E-M5.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 9 12:35:03 UTC 2013 - toganm@opensuse.org
|
Sat Feb 9 12:35:03 UTC 2013 - toganm@opensuse.org
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ 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.xz
|
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-1.1.2.pdf
|
Source1: http://downloads.sourceforge.net/project/darktable/darktable/1.1/darktable-usermanual-1.1.2.pdf
|
||||||
|
# PATCH-FIX-UPSTREAM 0001-Olympus-E-M5-enhanced-matrix.patch fcrozat@suse.com -- enhanced matrix for Olympus OM-D E-M5
|
||||||
|
Patch0: 0001-Olympus-E-M5-enhanced-matrix.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
|
||||||
@ -55,7 +57,6 @@ ExclusiveArch: %ix86 x86_64
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
Summary: A virtual Lighttable and Darkroom
|
Summary: A virtual Lighttable and Darkroom
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
@ -78,6 +79,7 @@ This package provides the user manual in pdf format
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user