[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:55 UTC 2017


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

The following commit has been merged in the master branch:
commit 57d5825b4c393f868686321b8654f9498b9b1e6e
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Tue Oct 24 13:27:15 2006 +0000

    Exif.Photo.FileSource : updated new values accordinly with ExifTool tags database (outside Exif 2.2 spec.)
---
 src/tags.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index 1ad2aaa..413d282 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -347,7 +347,7 @@ namespace Exiv2 {
     //! ColorSpace, tag 0xa001
     extern const TagDetails exifColorSpace[] = {
         {      1, "sRGB"         },
-        {      2, "Adobe RGB"    },
+        {      2, "Adobe RGB"    },    // Not defined to Exif 2.2 spec. But used by a lot of cameras.
         { 0xffff, "Uncalibrated" }
     };
 
@@ -364,7 +364,9 @@ namespace Exiv2 {
 
     //! FileSource, tag 0xa300
     extern const TagDetails exifFileSource[] = {
-        { 3, "Digital still camera" }
+        { 1, "Film scanner"            },	// Not defined to Exif 2.2 spec. 
+        { 2, "Reflexion print scanner" },	// but used by some scanner device softwares.
+        { 3, "Digital still camera"    }
     };
 
     //! SceneType, tag 0xa301

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list