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


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

The following commit has been merged in the master branch:
commit a0053d37954104d233f58d591340e8e78e90a5fc
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat May 27 04:45:24 2006 +0000

    Created helper class Photoshop, moved Adobe IRB support into this class, part 1
---
 src/jpgimage.cpp    | 147 +++++++++++++++++++++++++++-------------------------
 src/jpgimage.hpp    |  87 +++++++++++++------------------
 src/tiffvisitor.cpp |  12 ++---
 3 files changed, 116 insertions(+), 130 deletions(-)

diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp
index 6211067..763bad6 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -51,14 +51,64 @@ EXIV2_RCSID("@(#) $Id$");
 
 namespace Exiv2 {
 
-    const byte JpegBase::sos_    = 0xda;
-    const byte JpegBase::eoi_    = 0xd9;
-    const byte JpegBase::app0_   = 0xe0;
-    const byte JpegBase::app1_   = 0xe1;
-    const byte JpegBase::app13_  = 0xed;
-    const byte JpegBase::com_    = 0xfe;
-    const char JpegBase::exifId_[] = "Exif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list