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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:46 UTC 2017


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

The following commit has been merged in the master branch:
commit 02b9117b2eb5b3fd8fc4027d67983debba43d209
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Wed Jul 5 10:22:44 2006 +0000

    update Exif tag MeteringMode accordinly with ExifTool descriptions
---
 src/tags.cpp | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index b116b98..401cba7 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -281,13 +281,14 @@ namespace Exiv2 {
 
     //! MeteringMode, tag 0x9207
     extern const TagDetails exifMeteringMode[] = {
-        { 0, "Unknown"         },
-        { 1, "Average"         },
-        { 2, "Center weighted" },
-        { 3, "Spot"            },
-        { 4, "Multispot"       },
-        { 5, "Matrix"          },
-        { 6, "Partial"         }
+        { 0,   "Unknown"                 },
+        { 1,   "Average"                 },
+        { 2,   "Center weighted average" },
+        { 3,   "Spot"                    },
+        { 4,   "Multi-spot"              },
+        { 5,   "Multi-segment"           },
+        { 6,   "Partial"                 },
+        { 255, "Other"                   }
     };
 
     //! LightSource, tag 0x9208

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list