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


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

The following commit has been merged in the master branch:
commit c005bc4fc476a10e6b4fb171a82e9a0e8fddcb3a
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri May 2 01:19:08 2008 +0000

    Fixed type of tiff:DateTime property (Vladimir Nadvornik).
---
 src/properties.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/properties.cpp b/src/properties.cpp
index 078b29a..65a3b2f 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -427,7 +427,7 @@ namespace Exiv2 {
         { "PrimaryChromaticities",     N_("Primary Chromaticities"),     "seq Rational",                 xmpSeq,  xmpInternal, N_("TIFF tag 319, 0x13F. Chromaticity of the three primary colors.") },
         { "YCbCrCoefficients",         N_("YCbCr Coefficients"),         "seq Rational",                 xmpSeq,  xmpInternal, N_("TIFF tag 529, 0x211. Matrix coefficients for RGB to YCbCr transformation.") },
         { "ReferenceBlackWhite",       N_("Reference Black White"),      "seq Rational",                 xmpSeq,  xmpInternal, N_("TIFF tag 532, 0x214. Reference black and white point values.") },
-        { "DateTime",                  N_("Date and Time"),                  "Date",                         date,    xmpInternal, N_("TIFF tag 306, 0x132 (primary) and EXIF tag 37520, "
+        { "DateTime",                  N_("Date and Time"),              "Date",                         xmpText, xmpInternal, N_("TIFF tag 306, 0x132 (primary) and EXIF tag 37520, "
                                                                                                                                   "0x9290 (subseconds). Date and time of image creation "
                                                                                                                                   "(no time zone in EXIF), stored in ISO 8601 format, not "
                                                                                                                                   "the original EXIF format. This property includes the "

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list