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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:11 UTC 2017


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

The following commit has been merged in the master branch:
commit 8fe705915086dee97fb9a5cb232d6f1cd69d826a
Author: nkbj <nkbj1970 at hotmail.com>
Date:   Sun Jun 15 02:58:29 2014 +0000

    Fix bug #959: Wrong value in Exiv data for Sigma lenses (24-105 & 50).
---
 src/canonmn.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/canonmn.cpp b/src/canonmn.cpp
index b537fcc..0658ea2 100644
--- a/src/canonmn.cpp
+++ b/src/canonmn.cpp
@@ -905,7 +905,10 @@ namespace Exiv2 {
         { 169, printCsLensByFocalLengthAndMaxAperture },
         { 173, printCsLensByFocalLengthAndMaxAperture }, // works partly
         { 174, printCsLensByFocalLengthAndMaxAperture }, // not tested
-        { 183, printCsLensByFocalLengthAndMaxAperture }  // not tested
+        { 180, printCsLensByFocalLengthAndMaxAperture },
+        { 183, printCsLensByFocalLengthAndMaxAperture }, // not tested
+        { 198, printCsLensByFocalLengthAndMaxAperture }, // not tested
+        { 213, printCsLensByFocalLengthAndMaxAperture }  // not tested
     };
 
     //! FlashActivity, tag 0x001c

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list