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


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

The following commit has been merged in the master branch:
commit 7b440a9d6cfcff5ac102633dd0f03fcfcb7e01da
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Thu Apr 15 11:17:07 2010 +0000

    print Qualirt
---
 src/sonymn.cpp | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 3591421..359427b 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -171,6 +171,12 @@ namespace Exiv2 {
         { 38, N_("Backlight Correction HDR") }
     };
 
+    //! Lookup table to translate Sony Quality values to readable labels
+    extern const TagDetails sonyQuality[] = {
+        { 0, N_("Normal") },
+        { 1, N_("Fine")   }
+    };
+
     // Sony MakerNote Tag Info
     const TagInfo SonyMakerNote::tagInfo_[] = {
 
@@ -285,11 +291,9 @@ namespace Exiv2 {
         TagInfo(0xb041, "ExposureMode", N_("Exposure Mode"),
                 N_("Exposure Mode"),
                 sonyIfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonyExposureMode)),
-
-        // TODO
         TagInfo(0xb047, "Quality", N_("Quality"),
                 N_("Quality"),
-                sonyIfdId, makerTags, unsignedShort, printValue),
+                sonyIfdId, makerTags, unsignedShort, EXV_PRINT_TAG(sonyQuality)),
 
         // TODO
         TagInfo(0xb04b, "AntiBlur", N_("Anti-Blur"),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list