idella4 15/03/30 09:11:33 Added: 0.2.3-remove-deprecated-output.patch Log: add patch sourced from upstream, supplied by maintainer in bug #537130, fixes bug (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 media-plugins/gimp-lensfun/files/0.2.3-remove-deprecated-output.patch 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 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 Index: 0.2.3-remove-deprecated-output.patch =================================================================== >From 730e1280bb1968ec1e31f8c87949187b022a74bb Mon Sep 17 00:00:00 2001 From: Sebastian Kraft <[email protected]> Date: Mon, 11 Aug 2014 21:30:07 +0200 Subject: [PATCH] CCI has been removed from lensfun, also remove it here --- src/gimplensfun.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gimplensfun.cpp b/src/gimplensfun.cpp index 0b4bb8f..6a66a8f 100644 --- a/src/gimplensfun.cpp +++ b/src/gimplensfun.cpp @@ -297,7 +297,6 @@ static void PrintLens (const lfLens *lens) g_print ("\tFocal: %g-%g\n", lens->MinFocal, lens->MaxFocal); g_print ("\tAperture: %g-%g\n", lens->MinAperture, lens->MaxAperture); g_print ("\tCenter: %g,%g\n", lens->CenterX, lens->CenterY); - g_print ("\tCCI: %g/%g/%g\n", lens->RedCCI, lens->GreenCCI, lens->BlueCCI); if (lens->Mounts) for (int j = 0; lens->Mounts [j]; j++) g_print ("\tMount: %s\n", lf_db_mount_name (ldb, lens->Mounts [j]));
