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

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


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

The following commit has been merged in the master branch:
commit 4447b2155febb509c59d9e2f969128ee405379ee
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Aug 22 10:43:37 2015 +0000

    #1106 (#933): Fixed oversight that prevented writing to images with a Casio makernote.
---
 src/makernote.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/makernote.cpp b/src/makernote.cpp
index 17cec68..d0d3c97 100644
--- a/src/makernote.cpp
+++ b/src/makernote.cpp
@@ -80,6 +80,7 @@ namespace Exiv2 {
         { "-",              olympus2Id,  0,              newOlympus2Mn2  },
         { "-",              pentaxId,    0,              newPentaxMn2    },
         { "-",              pentaxDngId, 0,              newPentaxDngMn2 },
+        { "-",              casioId,     0,              newIfdMn2       },
         { "-",              casio2Id,    0,              newCasio2Mn2    }
     };
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list