Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lensfun/files: 0.2.3-remove-deprecated-output.patch
Date: Mon, 30 Mar 2015 09:11:42
Message-Id: 20150330091135.0A3CA14D63@oystercatcher.gentoo.org
1 idella4 15/03/30 09:11:33
2
3 Added: 0.2.3-remove-deprecated-output.patch
4 Log:
5 add patch sourced from upstream, supplied by maintainer in bug #537130, fixes bug
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 media-plugins/gimp-lensfun/files/0.2.3-remove-deprecated-output.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/files/0.2.3-remove-deprecated-output.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/files/0.2.3-remove-deprecated-output.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.2.3-remove-deprecated-output.patch
16 ===================================================================
17 From 730e1280bb1968ec1e31f8c87949187b022a74bb Mon Sep 17 00:00:00 2001
18 From: Sebastian Kraft <mail@××××××××××××××.net>
19 Date: Mon, 11 Aug 2014 21:30:07 +0200
20 Subject: [PATCH] CCI has been removed from lensfun, also remove it here
21
22 ---
23 src/gimplensfun.cpp | 1 -
24 1 file changed, 1 deletion(-)
25
26 diff --git a/src/gimplensfun.cpp b/src/gimplensfun.cpp
27 index 0b4bb8f..6a66a8f 100644
28 --- a/src/gimplensfun.cpp
29 +++ b/src/gimplensfun.cpp
30 @@ -297,7 +297,6 @@ static void PrintLens (const lfLens *lens)
31 g_print ("\tFocal: %g-%g\n", lens->MinFocal, lens->MaxFocal);
32 g_print ("\tAperture: %g-%g\n", lens->MinAperture, lens->MaxAperture);
33 g_print ("\tCenter: %g,%g\n", lens->CenterX, lens->CenterY);
34 - g_print ("\tCCI: %g/%g/%g\n", lens->RedCCI, lens->GreenCCI, lens->BlueCCI);
35 if (lens->Mounts)
36 for (int j = 0; lens->Mounts [j]; j++)
37 g_print ("\tMount: %s\n", lf_db_mount_name (ldb, lens->Mounts [j]));