[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:39:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8cc4978
The following commit has been merged in the master branch:
commit 8cc497859492b381524863a58bca048dce8aaffa
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon Jun 23 11:49:11 2008 +0000
Registered Pentax makernote tags.
---
src/tiffimage.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp
index e608bf5..4a9de12 100644
--- a/src/tiffimage.cpp
+++ b/src/tiffimage.cpp
@@ -374,6 +374,10 @@ namespace Exiv2 {
{ Tag::next, Group::panamn, Group::ignr, 0x927c, Group::exif, newTiffDirectory },
{ Tag::all, Group::panamn, Group::panamn, 0x927c, Group::exif, newTiffEntry },
+ // Pentax makernote
+ { Tag::next, Group::pentaxmn, Group::ignr, 0x927c, Group::exif, newTiffDirectory },
+ { Tag::all, Group::pentaxmn, Group::pentaxmn, 0x927c, Group::exif, newTiffEntry },
+
// Sigma/Foveon makernote
{ Tag::next, Group::sigmamn, Group::ignr, 0x927c, Group::exif, newTiffDirectory },
{ Tag::all, Group::sigmamn, Group::sigmamn, 0x927c, Group::exif, newTiffEntry },
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list