[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:39 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9f4fb50
The following commit has been merged in the master branch:
commit 9f4fb5033b8ce5929b148751a6c324c669678119
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Tue Jul 29 08:44:16 2008 +0000
add digiKam.org XMP namespace
---
src/properties.cpp | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/properties.cpp b/src/properties.cpp
index 332c9f3..3e905be 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -51,6 +51,7 @@ EXIV2_RCSID("@(#) $Id$")
namespace Exiv2 {
extern const XmpPropertyInfo xmpDcInfo[];
+ extern const XmpPropertyInfo xmpDigikamInfo[];
extern const XmpPropertyInfo xmpXmpInfo[];
extern const XmpPropertyInfo xmpXmpRightsInfo[];
extern const XmpPropertyInfo xmpXmpMMInfo[];
@@ -69,13 +70,14 @@ namespace Exiv2 {
extern const XmpNsInfo xmpNsInfo[] = {
// Schemas
{ "http://purl.org/dc/elements/1.1/", "dc", xmpDcInfo, N_("Dublin Core schema") },
+ { "http://www.digikam.org/ns/1.0/", "digiKam", xmpDigikamInfo, N_("digiKam Photo Management schema") },
{ "http://ns.adobe.com/xap/1.0/", "xmp", xmpXmpInfo, N_("XMP Basic schema") },
{ "http://ns.adobe.com/xap/1.0/rights/", "xmpRights", xmpXmpRightsInfo, N_("XMP Rights Management schema") },
{ "http://ns.adobe.com/xap/1.0/mm/", "xmpMM", xmpXmpMMInfo, N_("XMP Media Management schema") },
{ "http://ns.adobe.com/xap/1.0/bj/", "xmpBJ", xmpXmpBJInfo, N_("XMP Basic Job Ticket schema") },
{ "http://ns.adobe.com/xap/1.0/t/pg/", "xmpTPg", xmpXmpTPgInfo, N_("XMP Paged-Text schema") },
{ "http://ns.adobe.com/xmp/1.0/DynamicMedia/", "xmpDM", xmpXmpDMInfo, N_("XMP Dynamic Media schema") },
- { "http://ns.microsoft.com/Photo/1.0", "MicrosoftPhoto", xmpMicrosoftInfo, N_("Microsoft Photo schema") },
+ { "http://ns.microsoft.com/Photo/1.0", "MicrosoftPhoto", xmpMicrosoftInfo, N_("Microsoft Photo schema") },
{ "http://ns.adobe.com/pdf/1.3/", "pdf", xmpPdfInfo, N_("Adobe PDF schema") },
{ "http://ns.adobe.com/photoshop/1.0/", "photoshop", xmpPhotoshopInfo, N_("Adobe photoshop schema") },
{ "http://ns.adobe.com/camera-raw-settings/1.0/", "crs", xmpCrsInfo, N_("Camera Raw schema") },
@@ -130,6 +132,13 @@ namespace Exiv2 {
{ 0, 0, 0, invalidTypeId, xmpInternal, 0 }
};
+ 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\".") },
+
+ // End of list marker
+ { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
+ };
+
extern const XmpPropertyInfo xmpXmpInfo[] = {
{ "Advisory", N_("Advisory"), "bag XPath", xmpBag, xmpExternal, N_("An unordered array specifying properties that were edited outside the authoring "
"application. Each item should contain a single namespace and XPath separated by "
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list