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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:44 UTC 2017


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

The following commit has been merged in the master branch:
commit 0afca133d06bce023fc08d2c620ad6f264675817
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Fri Sep 21 08:16:12 2007 +0000

    new Exif compression value backported from Exiftool
---
 src/tags.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index 2b87ba9..8ed49b1 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -169,6 +169,7 @@ namespace Exiv2 {
         {     9, N_("JBIG B&W")                 },
         {    10, N_("JBIG Color")               },
         { 32766, N_("Next 2-bits RLE")          },
+        { 32769, N_("Epson ERF Compressed")     },
         { 32771, N_("CCITT RLE 1-word")         },
         { 32773, N_("PackBits (Macintosh RLE)") },
         { 32809, N_("Thunderscan RLE")          },
@@ -184,7 +185,9 @@ namespace Exiv2 {
         { 34676, N_("SGI Log Luminance RLE")    },
         { 34677, N_("SGI Log 24-bits packed")   },
         { 34712, N_("Leadtools JPEG 2000")      },
-        { 34713, N_("Nikon NEF Compressed")     }
+        { 34713, N_("Nikon NEF Compressed")     },
+        { 65000, N_("Kodak DCR Compressed")     },
+        { 65535, N_("Pentax PEF Compressed")    }
     };
 
     //! PhotometricInterpretation, tag 0x0106

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list