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

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


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

The following commit has been merged in the master branch:
commit c9bf9bb52a94a7ab1a9330a2432f0bfbcc136e01
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Oct 25 13:16:04 2010 +0000

    Added image/x-pentax-pef to the list of recognized TIFF-like images
---
 src/tiffimage.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp
index bf0da31..66db69f 100644
--- a/src/tiffimage.cpp
+++ b/src/tiffimage.cpp
@@ -93,7 +93,8 @@ namespace Exiv2 {
 
     MimeTypeList mimeTypeList[] = {
         { 32770, "image/x-samsung-srw" },
-        { 34713, "image/x-nikon-nef"   }
+        { 34713, "image/x-nikon-nef"   },
+        { 65535, "image/x-pentax-pef"  }
     };
 
     std::string TiffImage::mimeType() const

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list