[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:32 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=1a8f8f6

The following commit has been merged in the master branch:
commit 1a8f8f6259cd55e5e001918bb80ae34080371a7e
Author: asp <alan.pater at gmail.com>
Date:   Sun Jun 19 19:13:04 2016 +0000

    #1190 nested CRS properties from Darktable & Exiftool
---
 src/properties.cpp | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/src/properties.cpp b/src/properties.cpp
index 3507280..1e8906f 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -706,6 +706,49 @@ namespace Exiv2 {
     { "NegativeCacheLargePreviewSize", N_("Negative Cache Large Preview Size"),	"Integer",			xmpText, xmpInternal, N_("Not in XMP Specification. Found in sample files.") },
     { "JPEGHandling",               N_("JPEG Handling"),			"Text",							xmpText, xmpInternal, N_("Not in XMP Specification. Found in sample files.") },
     { "TIFFHandling",               N_("TIFF Handling"),			"Text",							xmpText, xmpInternal, N_("Not in XMP Specification. Found in sample files.") },
+	// Corrections root structure properties
+    { "CircularGradientBasedCorrections", 	N_("CircularGradientBasedCorrections"),	"CircularGradientBasedCorrections", xmpText, xmpInternal, N_("*Root structure* ") },
+    { "PaintBasedCorrections", 				N_("PaintBasedCorrections"), 			"PaintBasedCorrections", 			xmpText, xmpInternal, N_("*Root structure* ") },
+        { "CorrectionMasks", 				N_("CorrectionMasks"), 					"CorrectionMasks", 					xmpText, xmpInternal, N_("*sub Root structure* ") },
+		// Corrections child properties
+        { "What",              				N_("What"),                  			"Text",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "MaskValue",              		N_("Mask Value"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Radius",              			N_("Radius"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Flow",              				N_("Flow"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "CenterWeight",           		N_("Center Weight"),                  	"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Dabs",              				N_("Dabs"),                  			"Seq of points (Integer, Integer)", xmpText, xmpInternal, N_("Array of points (Integer, Integer).") },
+        { "ZeroX",              			N_("Zero X"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "ZeroY",              			N_("Zero Y"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "FullX",              			N_("Full X"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "FullY",              			N_("Full Y"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Top",              				N_("Top"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Left",              				N_("Left"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Bottom",              			N_("Bottom"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Right",              			N_("Right"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Angle",              			N_("Angle"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Midpoint",              			N_("Midpoint"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Roundness",              		N_("Roundness"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Feather",              			N_("Feather"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Flipped",              			N_("Flipped"),                  		"Boolean",                          xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Version",              			N_("Version"),                  		"Integer",                          xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "SizeX",              			N_("Size X"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "SizeY",              			N_("Size Y"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "X",              				N_("X"),                  				"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Y",              				N_("Y"),                  				"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Alpha",              			N_("Alpha"),                  			"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "CenterValue",              		N_("Center Value"),                  	"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "PerimeterValue",              	N_("Perimeter Value"),                  "Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+	// Retouch root structure properties
+	{ "RetouchAreas", 						N_("RetouchAreas"), 					"RetouchAreas", 					xmpText, xmpInternal, N_("*Root structure* ") },
+		// Retouch child properties
+        { "SpotType",              			N_("Spot Type"),                  		"Text",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "SourceState",              		N_("Source State"),                  	"Text",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Method",              			N_("Method"),                  			"Text",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "SourceX",              			N_("Source X"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "OffsetY",              			N_("Offset Y"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Opacity",              			N_("Opacity"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Feather",              			N_("Feather"),                  		"Real",                             xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
+        { "Seed",              				N_("Seed"),                  			"Integer",                          xmpText, xmpExternal, N_("Not in XMP Specification. Found in sample files.") },
         // End of list marker
         { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
     };

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list