[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:43 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=56ce255
The following commit has been merged in the master branch:
commit 56ce2559cf01859deffd8f21bc8f45ac0a66c53e
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Mon May 31 13:38:11 2010 +0000
new ARW format
---
src/sonymn.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/sonymn.cpp b/src/sonymn.cpp
index 64b390c..8135372 100644
--- a/src/sonymn.cpp
+++ b/src/sonymn.cpp
@@ -227,6 +227,7 @@ namespace Exiv2 {
else if (val == "2000") os << "ARW 1.0";
else if (val == "3000") os << "ARW 2.0";
else if (val == "3100") os << "ARW 2.1";
+ else if (val == "3200") os << "ARW 2.2";
else os << "(" << value << ")";
}
return os;
@@ -314,6 +315,7 @@ namespace Exiv2 {
TagInfo(0x200A, "HDR", N_("HDR"),
N_("High Definition Range Mode"),
sony1IfdId, makerTags, unsignedLong, EXV_PRINT_TAG(sonyHDRMode)),
+ // TODO : Implement Shot Info tags decoding.
TagInfo(0x3000, "ShotInfo", N_("Shot Info"),
N_("Shot Information"),
sony1IfdId, makerTags, undefined, printValue),
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list