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


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

The following commit has been merged in the master branch:
commit 2833162c3feb4f24966ef8cef2f4aebceefe28e6
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue Jun 1 10:36:56 2010 +0000

    factoring
---
 src/minoltamn.cpp | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/minoltamn.cpp b/src/minoltamn.cpp
index ff8aeb1..00ecc51 100644
--- a/src/minoltamn.cpp
+++ b/src/minoltamn.cpp
@@ -107,10 +107,12 @@ namespace Exiv2 {
         TagInfo(0x0018, "ImageStabilizationData", N_("Image Stabilization Data"),
                 N_("Image stabilization data"),
                 minoltaIfdId, makerTags, undefined, printValue),
+
         // TODO: Implement WB Info A100 tags decoding.
         TagInfo(0x0020, "WBInfoA100", N_("WB Info A100"),
                 N_("White balance information for the Sony DSLR-A100"),
                 minoltaIfdId, makerTags, undefined, printValue),
+
         TagInfo(0x0040, "CompressedImageSize", N_("Compressed Image Size"),
                 N_("Compressed image size"),
                 minoltaIfdId, makerTags, unsignedLong, printValue),
@@ -697,8 +699,8 @@ namespace Exiv2 {
     extern const TagDetails minoltaFocusMode7D[] = {
         { 0, N_("Single-shot AF") },
         { 1, N_("Continuous AF")  },
-        { 3, N_("Automatic AF")   },
-        { 4, N_("Manual")         }
+        { 3, N_("Manual")         },
+        { 4, N_("Automatic AF")   }
     };
 
     //! Lookup table to translate Minolta Dynax 7D camera settings AF points values to readable labels
@@ -936,12 +938,6 @@ namespace Exiv2 {
         { 3, "DMF"  }
     };
 
-    //! Lookup table to translate Minolta Dynax 5D camera settings focus mode values to readable labels
-    extern const TagDetails minoltaFocusMode5D[] = {
-        { 0, "AF" },
-        { 1, "MF" }
-    };
-
     //! Method to convert Minolta Dynax 5D exposure manual bias values.
     std::ostream& MinoltaMakerNote::printMinoltaExposureManualBias5D(std::ostream& os, const Value& value, const ExifData*)
     {
@@ -1018,7 +1014,7 @@ namespace Exiv2 {
                 minoltaCs5DIfdId, makerTags, unsignedShort, printValue),
         TagInfo(0x0048, "FocusMode", N_("Focus Mode"),
                 N_("Focus mode"),
-                minoltaCs5DIfdId, makerTags, unsignedShort, EXV_PRINT_TAG(minoltaFocusMode5D)),
+                minoltaCs5DIfdId, makerTags, unsignedShort, EXV_PRINT_TAG(minoltaFocusModeStd)),
         TagInfo(0x0049, "ColorTemperature", N_("Color Temperature"),
                 N_("Color temperature"),
                 minoltaCs5DIfdId, makerTags, signedShort, printValue),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list