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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:51 UTC 2017


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

The following commit has been merged in the master branch:
commit cfc5ee5d796a447fd5e97483216d9b546924c0c7
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue Oct 2 16:58:25 2007 +0000

    add Xmp.tiff.ImageDescription to test. (Andreas, I suspect a problem)
---
 src/xmpsample.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xmpsample.cpp b/src/xmpsample.cpp
index aa71740..7a345bb 100644
--- a/src/xmpsample.cpp
+++ b/src/xmpsample.cpp
@@ -57,6 +57,7 @@ try {
     v->read("lang=de-DE Hallo, Welt");       // The default doesn't need a 
     v->read("Hello, World");                 // qualifier
     xmpData.add(Exiv2::XmpKey("Xmp.dc.description"), v.get());
+    xmpData.add(Exiv2::XmpKey("Xmp.tiff.ImageDescription"), v.get());
 
     // -------------------------------------------------------------------------
     // Register a namespace which Exiv2 doesn't know yet. This is only needed

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list