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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:53 UTC 2017


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

The following commit has been merged in the master branch:
commit 9218b74e18c7ea46ae7a5ea14a841239287a4e09
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Mon Feb 6 11:58:19 2012 +0000

    KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service.
---
 src/properties.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/properties.cpp b/src/properties.cpp
index 1f4839f..dedaf5e 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -188,6 +188,7 @@ namespace Exiv2 {
     extern const XmpPropertyInfo xmpKipiInfo[] = {
         { "EnfuseInputFiles",       N_("Enfuse Input Files"),        "Text",     xmpText, xmpExternal, N_("The list of files processed with Enfuse program through ExpoBlending tool.") },
         { "EnfuseSettings",         N_("Enfuse Settings"),           "Text",     xmpText, xmpExternal, N_("The list of Enfuse settings used to blend image stack with ExpoBlending tool.") },
+        { "picasawebGPhotoId",      N_("PicasaWeb Item ID"),         "Text",     xmpText, xmpExternal, N_("Item ID from PicasaWeb service.") },
         // End of list marker
         { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
     };

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list