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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:42 UTC 2017


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

The following commit has been merged in the master branch:
commit fc33162864abd418848f838c7ffb86fbe382ab13
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Fri Jun 2 08:52:09 2006 +0000

    Missing 'Adobe RGB' color space value used with tiff file
---
 src/tags.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tags.cpp b/src/tags.cpp
index 770952b..f671861 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -1161,6 +1161,7 @@ namespace Exiv2 {
         long space = value.toLong();
         switch (space) {
         case 1:      os << "sRGB"; break;
+        case 2:      os << "Adobe RGB"; break;
         case 0xffff: os << "Uncalibrated"; break;
         default:     os << "(" << space << ")"; break;
         }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list