[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:53 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6300903
The following commit has been merged in the master branch:
commit 63009032b9a799a47e76df5438b63c5c48d532aa
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Wed Aug 18 13:47:54 2010 +0000
add new image history XMP tag from digiKam 2.0
---
src/properties.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/properties.cpp b/src/properties.cpp
index 0355e22..39789da 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -167,6 +167,7 @@ namespace Exiv2 {
{ "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.") },
+ { "imageHistory", N_("Image History"), "Text", xmpText, xmpExternal, N_("An XML based content to list all action processed on this image with image editor (as crop, rotate, color corrections, adjustements, etc.).") },
// End of list marker
{ 0, 0, 0, invalidTypeId, xmpInternal, 0 }
};
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list