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


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

The following commit has been merged in the master branch:
commit f94fb67f69a3072328b93c5c590d3fd8c85b2f8b
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue Feb 15 12:40:20 2011 +0000

    add Pick Label tag from digiKam XMP namespace
---
 src/properties.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/properties.cpp b/src/properties.cpp
index 0a7a2ff..5846971 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -170,6 +170,7 @@ namespace Exiv2 {
         { "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.).") },
         { "LensCorrectionSettings", N_("Lens Correction Settings"),  "Text",     xmpText, xmpExternal, N_("The list of Lens Correction tools settings used to fix lens distorsion. This include Batch Queue Manager and Image editor tools based on LensFun library.") },
         { "ColorLabel",             N_("Color Label"),               "Text",     xmpText, xmpExternal, N_("The color label assigned to this item. Possible values are \"0\": no label; \"1\": Red; \"2\": Orange; \"3\": Yellow; \"4\": Green; \"5\": Blue; \"6\": Magenta; \"7\": Gray; \"8\": Black; \"9\": White.") },
+        { "PickLabel",              N_("Pick Label"),                "Text",     xmpText, xmpExternal, N_("The pick label assigned to this item. Possible values are \"0\": no label; \"1\": item rejected; \"2\": item in pending validation; \"3\": item accepted.") },
         // End of list marker
         { 0, 0, 0, invalidTypeId, xmpInternal, 0 }
     };

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list