[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:44:14 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6ba325e
The following commit has been merged in the master branch:
commit 6ba325efa58670c7ee05baf0f555f5d48dfa9cb0
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Sat Aug 2 05:48:19 2014 +0000
add new kipi-plugins XMP entry used with Panorama tool
---
src/properties.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/properties.cpp b/src/properties.cpp
index 9d36777..b017b1e 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -193,6 +193,7 @@ namespace Exiv2 {
};
extern const XmpPropertyInfo xmpKipiInfo[] = {
+ { "PanoramaInputFiles", N_("Panorama Input Files"), "Text", xmpText, xmpExternal, N_("The list of files processed with Hugin program through Panorama tool.") },
{ "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 web service.") },
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list