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


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

The following commit has been merged in the master branch:
commit 622ab4a4904167ddc1a0daba8bc654dea6f1668b
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue May 25 11:00:58 2010 +0000

    missing Sequence Number tag
---
 src/sonymn.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 9bbc057..f9e2d8c 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -190,6 +190,7 @@ namespace Exiv2 {
         { 0,      N_("Normal") },
         { 32767,  N_("High")   }
     };
+
     //! Lookup table to translate Sony release mode values to readable labels
     extern const TagDetails sonyReleaseMode[] = {
         { 0,     N_("Normal")                    },
@@ -199,6 +200,12 @@ namespace Exiv2 {
         { 65535, N_("n/a")                       }
     };
 
+    //! Lookup table to translate Sony sequence number values to readable labels
+    extern const TagDetails sonySequenceNumber[] = {
+        { 0,     N_("Single")                    },
+        { 65535, N_("n/a")                       }
+    };
+
     std::ostream& SonyMakerNote::print0xb000(std::ostream& os, const Value& value, const ExifData*)
     {
         if (value.count() != 4)
@@ -368,6 +375,9 @@ namespace Exiv2 {
         TagInfo(0xB049, "ReleaseMode", N_("Release Mode"),
                 N_("Release Mode"),
                 sony1IfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonyReleaseMode)),
+        TagInfo(0xB04A, "SequenceNumber", N_("Sequence Number"),
+                N_("Shot number in continous burst mode"),
+                sony1IfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonySequenceNumber)),
         TagInfo(0xB04B, "AntiBlur", N_("Anti-Blur"),
                 N_("Anti-Blur"),
                 sony1IfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonyAntiBlur)),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list