[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=a16b2c0
The following commit has been merged in the master branch:
commit a16b2c005283411a7f707d2bc6341eae16907c3a
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Tue Feb 7 09:15:33 2012 +0000
another KIPI xmp tag, this time used with Yandex Fotki web service to identify item uploaded
---
src/properties.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/properties.cpp b/src/properties.cpp
index dedaf5e..1e368d9 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -188,7 +188,8 @@ 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.") },
+ { "picasawebGPhotoId", N_("PicasaWeb Item ID"), "Text", xmpText, xmpExternal, N_("Item ID from PicasaWeb web service.") },
+ { "yandexGPhotoId", N_("Yandex Fotki Item ID"), "Text", xmpText, xmpExternal, N_("Item ID from Yandex Fotki web service.") },
// End of list marker
{ 0, 0, 0, invalidTypeId, xmpInternal, 0 }
};
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list