[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:43 UTC 2017


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

The following commit has been merged in the master branch:
commit 1d2457864e9267509e950a18ee419d44ac7408a1
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Mon May 31 13:34:39 2010 +0000

    2 new tags are know
---
 src/sonymn.cpp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index e7932fc..4fb16b0 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -277,6 +277,7 @@ namespace Exiv2 {
         TagInfo(0x1002, "MultiBurstImageHeight", N_("Multi Burst Image Height"),
                 N_("Multi Burst Image Height"),
                 sony1IfdId, makerTags, unsignedShort, printValue),
+        // TODO : Implement Panorama tags decoding.
         TagInfo(0x1003, "Panorama", N_("Panorama"),
                 N_("Panorama"),
                 sony1IfdId, makerTags, undefined, printValue),
@@ -292,11 +293,11 @@ namespace Exiv2 {
         TagInfo(0x2003, "0x2003", "0x2003",
                 N_("Unknown"),
                 sony1IfdId, makerTags, asciiString, printValue),
-        TagInfo(0x2004, "0x2004", "0x2004",
-                N_("Unknown"),
+        TagInfo(0x2004, "Contrast", "Contrast",
+                N_("Contrast"),
                 sony1IfdId, makerTags, signedLong, printValue),
-        TagInfo(0x2005, "0x2005", "0x2005",
-                N_("Unknown"),
+        TagInfo(0x2005, "Saturation", "Saturation",
+                N_("Saturation"),
                 sony1IfdId, makerTags, signedLong, printValue),
         TagInfo(0x2006, "0x2006", "0x2006",
                 N_("Unknown"),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list