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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:03 UTC 2017


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

The following commit has been merged in the master branch:
commit 27be5b81471a1be32c3e00e1cceef10f1d6bb701
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Feb 13 02:59:37 2004 +0000

    More testing...
---
 src/exiftest.cpp | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/src/exiftest.cpp b/src/exiftest.cpp
index cf4035d..33bd46d 100644
--- a/src/exiftest.cpp
+++ b/src/exiftest.cpp
@@ -3,11 +3,11 @@
   Abstract : This is playground code, do what you want with it.
 
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  Version  : $Name:  $ $Revision: 1.15 $
+  Version  : $Name:  $ $Revision: 1.16 $
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.15 $ $RCSfile: exiftest.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.16 $ $RCSfile: exiftest.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -45,11 +45,21 @@ try {
     exifPrint(exifData);
     exifData.writeThumbnail("thumb");
 
-    std::string key = "Image.OtherTags.Copyright";
+    std::string key = "Image.UserInfo.UserComment";
+    Value* value = Value::create(undefined);
+    value->read("ASCII

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list