[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:27 UTC 2017


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

The following commit has been merged in the master branch:
commit dce07e32101ad29a4d618639aa4f1d2a28ef6d95
Author: Robin Mills <robin at clanmills.com>
Date:   Mon Apr 25 22:14:16 2016 +0000

    #1180  Thank You to D Anderson for reporting this.  Thank You to Alan for his analysis.
---
 src/tags.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/tags.cpp b/src/tags.cpp
index 4419040..9bc4b1e 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -1393,6 +1393,12 @@ namespace Exiv2 {
                 "independent, ignoring fixed pattern effects and other sources of noise (e.g., "
                 "pixel response non-uniformity, spatially-dependent thermal effects, etc.)."),
                 ifd0Id, dngTags, tiffDouble, -1, printValue), // DNG tag
+        TagInfo(0xc763, "TimeCodes", N_("TimeCodes"),
+                N_("TimeCodes."),
+                ifd0Id, dngTags, unsignedByte, 8, printValue), // DNG tag
+        TagInfo(0xc764, "FrameRate", N_("FrameRate"),
+                N_("FrameRate"),
+                ifd0Id, dngTags, signedRational, 1, printValue), // DNG tag
         // End of list marker
         TagInfo(0xffff, "(UnknownIfdTag)", N_("Unknown IFD tag"),
                 N_("Unknown IFD tag"),

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list