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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:41:19 UTC 2017


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

The following commit has been merged in the master branch:
commit c1dd3ce3d91a5c178d35c55b56a23bbc8def70a4
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Wed Apr 14 20:11:15 2010 +0000

    prepare last standard Sony makernotes tags
---
 src/sonymn.cpp | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 52 insertions(+), 1 deletion(-)

diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index af758e4..5c3790c 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -245,8 +245,59 @@ namespace Exiv2 {
                 sonyIfdId, makerTags, unsignedLong, printMinoltaSonyLensID),
 
         // --------------------------------------------------------------------------------
+        // TODO
 
-        // TODO more tags here
+        TagInfo(0xb028, "MinoltaMakerNote", N_("Minolta MakerNote"),
+                N_("Minolta MakerNote"),
+                sonyIfdId, makerTags, undefined, printValue),
+
+        TagInfo(0xb029, "ColorMode", N_("Color Mode"),
+                N_("Color Mode"),
+                sonyIfdId, makerTags, unsignedLong, printValue),
+
+        TagInfo(0xb02b, "FullImageSize", N_("Full Image Size"),
+                N_("Full Image Size"),
+                sonyIfdId, makerTags, unsignedLong, printValue),
+
+        TagInfo(0xb02c, "PreviewImageSize", N_("Preview Image Size"),
+                N_("Preview Image Size"),
+                sonyIfdId, makerTags, unsignedLong, printValue),
+
+        TagInfo(0xb040, "Macro", N_("Macro"),
+                N_("Macro"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        TagInfo(0xb041, "ExposureMode", N_("Exposure Mode"),
+                N_("Exposure Mode"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        TagInfo(0xb047, "Quality", N_("Quality"),
+                N_("Quality"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        TagInfo(0xb04b, "AntiBlur", N_("Anti-Blur"),
+                N_("Anti-Blur"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        TagInfo(0xb04e, "LongExposureNoiseReduction", N_("Long Exposure Noise Reduction"),
+                N_("Long Exposure Noise Reduction"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        TagInfo(0xb04f, "DynamicRangeOptimizer", N_("Dynamic Range Optimizer"),
+                N_("Dynamic Range Optimizer"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        TagInfo(0xb052, "IntelligentAuto", N_("Intelligent Auto"),
+                N_("Intelligent Auto"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        TagInfo(0xb054, "WhiteBalance", N_("White Balance"),
+                N_("White Balance"),
+                sonyIfdId, makerTags, unsignedShort, printValue),
+
+        // --------------------------------------------------------------------------------
+
+        // Old sony tags
 
         TagInfo(0x9001, "0x9001", "0x9001",
                 N_("Unknown"),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list