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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:57 UTC 2017


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

The following commit has been merged in the master branch:
commit 925c79575087717e2c2cf166f633473805e54906
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Oct 15 10:42:26 2008 +0000

    Minor beautification.
---
 samples/prevtest.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/samples/prevtest.cpp b/samples/prevtest.cpp
index 2875756..a4b91ad 100644
--- a/samples/prevtest.cpp
+++ b/samples/prevtest.cpp
@@ -24,9 +24,10 @@ try {
     Exiv2::PreviewManager loader(*image);
     Exiv2::PreviewPropertiesList list = loader.getPreviewProperties();
     for (Exiv2::PreviewPropertiesList::iterator pos = list.begin(); pos != list.end(); pos++) {
-        std::cout << "Preview " << pos->id_ 
-                  << ", size: " << pos->size_ 
-                  << ", " << pos->width_ << 'x' << pos->height_
+        std::cout << pos->mimeType_
+                  << " preview, type " << pos->id_ << ", "
+                  << pos->size_ << " bytes, "
+                  << pos->width_ << 'x' << pos->height_ << " pixels"
                   << "
";
 
         Exiv2::PreviewImage preview = loader.getPreviewImage(*pos);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list