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


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

The following commit has been merged in the master branch:
commit 52f64fb8a19e63df861d852558955290dcc5f003
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Wed Jul 5 10:17:51 2006 +0000

    if exif resolution units tags is set 1, return "none"
---
 src/tags.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tags.cpp b/src/tags.cpp
index 752ad31..b116b98 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -142,6 +142,7 @@ namespace Exiv2 {
 
     //! Units for measuring X and Y resolution, tags 0x0128, 0xa210
     extern const TagDetails exifUnit[] = {
+        { 1, "none" },
         { 2, "inch" },
         { 3, "cm"   }
     };

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list