[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:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ecb9d84
The following commit has been merged in the master branch:
commit ecb9d84305301856a561e2b1a7f05389b8bb4c73
Author: nkbj <nkbj1970 at hotmail.com>
Date: Tue Aug 9 02:44:57 2016 +0000
Issue #1197: Add support for Sigma 150-500mm on Canon with 1.4x TC.
---
src/canonmn.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/canonmn.cpp b/src/canonmn.cpp
index 8086cab..2c40b49 100644
--- a/src/canonmn.cpp
+++ b/src/canonmn.cpp
@@ -825,6 +825,7 @@ namespace Exiv2 {
{ 171, "Canon EF 300mm f/4L" },
{ 172, "Canon EF 400mm f/5.6L" }, // 0
{ 172, "Sigma 150-600mm f/5-6.3 DG OS HSM | S" }, // 1
+ { 172, "Sigma 150-500mm f/5-6.3 APO DG OS HSM + 1.4x" }, // 2
{ 173, "Canon EF 180mm Macro f/3.5L" }, // 0
{ 173, "Sigma 180mm EX HSM Macro f/3.5" }, // 1
{ 173, "Sigma APO Macro 150mm f/3.5 EX DG IF HSM" }, // 2
@@ -1001,7 +1002,7 @@ namespace Exiv2 {
{ 161, printCsLensByFocalLength },
{ 168, printCsLensByFocalLength },
{ 169, printCsLensByFocalLengthAndMaxAperture },
- { 172, printCsLensByFocalLength }, // not tested
+ { 172, printCsLensByFocalLengthTC }, // not tested
{ 173, printCsLensByFocalLengthTC }, // works partly
{ 174, printCsLensByFocalLength }, // not tested
{ 180, printCsLensByFocalLength },
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list