[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:40:41 UTC 2017


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

The following commit has been merged in the master branch:
commit d21e89b9e88598db98625c6013414e21aece9005
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Wed Jul 15 07:38:09 2009 +0000

    2 new tags from digiKam xmp namespace
---
 src/properties.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/properties.cpp b/src/properties.cpp
index d7b521f..da34a86 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -156,7 +156,9 @@ namespace Exiv2 {
     };
 
     extern const XmpPropertyInfo xmpDigikamInfo[] = {
-        { "TagsList", N_("Tags List"), "seq Text", xmpSeq, xmpExternal, N_("The list of complete tags path as string. The path hierarchy is separated by '/' character (ex.: \"City/Paris/Monument/Eiffel Tower\".") },
+        { "TagsList",               N_("Tags List"),                 "seq Text", xmpSeq,  xmpExternal, N_("The list of complete tags path as string. The path hierarchy is separated by '/' character (ex.: \"City/Paris/Monument/Eiffel Tower\".") },
+        { "CaptionsAuthorNames",    N_("Captions Author Names"),     "Lang Alt", langAlt, xmpExternal, N_("The list of all captions author names for each language alternative captions set in standard XMP tags.") },
+        { "CaptionsDateTimeStamps", N_("Captions Date Time Stamps"), "Lang Alt", langAlt, xmpExternal, N_("The list of all captions date time stamps for each language alternative captions set in standard XMP tags.") },
 
         // End of list marker
         { 0, 0, 0, invalidTypeId, xmpInternal, 0 }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list