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

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


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

The following commit has been merged in the master branch:
commit 7915183af798403578f692a2de967d68b3e24f6d
Author: nkbj <nkbj1970 at hotmail.com>
Date:   Sun Sep 18 02:12:31 2016 +0000

    Fix issue #1217: Missing values for Exif.CanonCs.ISOSpeed tag 0x0010.
---
 src/canonmn.cpp | 40 ++++++++++++++++++++++++++++------------
 1 file changed, 28 insertions(+), 12 deletions(-)

diff --git a/src/canonmn.cpp b/src/canonmn.cpp
index 3701b31..44eee06 100644
--- a/src/canonmn.cpp
+++ b/src/canonmn.cpp
@@ -624,18 +624,34 @@ namespace Exiv2 {
         {     0, N_("n/a")       },
         {    14, N_("Auto High") },
         {    15, N_("Auto")      },
-        {    16,   "50"      },
-        {    17,  "100"      },
-        {    18,  "200"      },
-        {    19,  "400"      },
-        {    20,  "800"      },
-        { 16464,   "80"      },
-        { 16484,  "100"      },
-        { 16584,  "200"      },
-        { 16784,  "400"      },
-        { 17184,  "800"      },
-        { 17984, "1600"      },
-        { 19584, "3200"      }
+        {    16,    "50"         },
+        {    17,   "100"         },
+        {    18,   "200"         },
+        {    19,   "400"         },
+        {    20,   "800"         },
+        { 16464,    "80"         },
+        { 16484,   "100"         },
+        { 16509,   "125"         },
+        { 16544,   "160"         },
+        { 16584,   "200"         },
+        { 16634,   "250"         },
+        { 16704,   "320"         },
+        { 16784,   "400"         },
+        { 16884,   "500"         },
+        { 17024,   "640"         },
+        { 17184,   "800"         },
+        { 17384,  "1000"         },
+        { 17634,  "1250"         },
+        { 17984,  "1600"         },
+        { 18384,  "2000"         },
+        { 18884,  "2500"         },
+        { 19584,  "3200"         },
+        { 20384,  "4000"         },
+        { 21384,  "5000"         },
+        { 22784,  "6400"         },
+        { 24384,  "8000"         },
+        { 26384, "10000"         },
+        { 29184, "12800"         }
     };
 
     //! MeteringMode, tag 0x0011

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list