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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:58 UTC 2017


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

The following commit has been merged in the master branch:
commit f35afc71799bf0351262554c507457de332a16fb
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Feb 22 15:51:48 2005 +0000

    Fixed write-test: Commented experimental Nikon3 code, copied write-test.out from branches/Exiv2-0_6_041212.
---
 src/nikonmn.cpp          | 16 ++++++++--------
 test/data/write-test.out | 28 ----------------------------
 2 files changed, 8 insertions(+), 36 deletions(-)

diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp
index 0723cfe..5ce5b22 100644
--- a/src/nikonmn.cpp
+++ b/src/nikonmn.cpp
@@ -475,14 +475,14 @@ namespace Exiv2 {
         // Todo: Add the tags and thumbnail from the embedded thumbnail IFD
         //       Accessing them is easy, but we need support for more than
         //       one IfdId in makernotes to get it working.
-        Ifd thumbIfd(makerIfdId, 0, false);
-        rc = ifd_.readSubIfd(thumbIfd, buf+10, len-10, byteOrder, 0x0011);
-        if (rc) {
-            std::cerr << "Didn't work :(
";  
-        }
-        else {
-            thumbIfd.print(std::cout);
-        }
+//      Ifd thumbIfd(makerIfdId, 0, false);
+//      rc = ifd_.readSubIfd(thumbIfd, buf+10, len-10, byteOrder, 0x0011);
+//      if (rc) {
+//          std::cerr << "Didn't work :(
";  
+//      }
+//      else {
+//          thumbIfd.print(std::cout);
+//      }
         return 0;
     }
 
diff --git a/test/data/write-test.out b/test/data/write-test.out
index e611b26..73a14e8 100644
--- a/test/data/write-test.out
+++ b/test/data/write-test.out
@@ -54,10 +54,6 @@ Case 4: Intrusive change to the standard Exif metadata
 < Exif.Photo.InteroperabilityTag                        0xa005  1416
 ---
 > Exif.Photo.InteroperabilityTag                        0xa005  1423
-60c60
-< Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  2036
----
-> Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  3607
 ------------------------------------------------------------
 Case 5: Intrusive change to the Canon makernote metadata
 ---> Reading file ./exiv2-canon-powershot-s40.jpg
@@ -78,10 +74,6 @@ Case 5: Intrusive change to the Canon makernote metadata
 < Exif.Canon.OwnerName                                  0x0009  Andreas Huggel
 ---
 > Exif.Canon.OwnerName                                  0x0009  Frau Chan YeeSend und Herr Andreas Huggel
-60c60
-< Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  2036
----
-> Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  3598
 ------------------------------------------------------------
 Case 6: Intrusive change to the Exif metadata (w/o makernote)
 ---> Reading file ./exiv2-kodak-dc210.jpg
@@ -118,10 +110,6 @@ Case 7: Intrusive change to the Fujifilm makernote metadata
 < Exif.Fujifilm.Quality                                 0x1000  NORMAL 
 ---
 > Exif.Fujifilm.Quality                                 0x1000  Typical Fujifilm Quality
-72c72
-< Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  1204
----
-> Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  2422
 ------------------------------------------------------------
 Case 8: Intrusive change to the Sigma makernote metadata
 ---> Reading file ./exiv2-sigma-d10.jpg
@@ -138,10 +126,6 @@ Case 8: Intrusive change to the Sigma makernote metadata
 < Exif.Sigma.ResolutionMode                             0x0004  HI
 ---
 > Exif.Sigma.ResolutionMode                             0x0004  Sigma HI resolution
-63c63
-< Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  303
----
-> Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  1542
 ------------------------------------------------------------
 Case 9: Intrusive change to the Nikon1 makernote metadata
 ---> Reading file ./exiv2-nikon-e990.jpg
@@ -162,10 +146,6 @@ Case 9: Intrusive change to the Nikon1 makernote metadata
 < Exif.Nikon1.Quality                                   0x0004  FINE  
 ---
 > Exif.Nikon1.Quality                                   0x0004  Typical Nikon1 Quality
-57c57
-< Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  4084
----
-> Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  5422
 ------------------------------------------------------------
 Case 10: Intrusive change to the Nikon2 makernote metadata
 ---> Reading file ./exiv2-nikon-e950.jpg
@@ -186,10 +166,6 @@ Case 10: Intrusive change to the Nikon2 makernote metadata
 < Exif.Nikon2.0x0002                                    0x0002  08.00
 ---
 > Exif.Nikon2.0x0002                                    0x0002  Nikon2 Version 2
-52c52
-< Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  2036
----
-> Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  3198
 ------------------------------------------------------------
 Case 11: Intrusive change to the Nikon3 makernote metadata
 ---> Reading file ./exiv2-nikon-d70.jpg
@@ -210,7 +186,3 @@ Case 11: Intrusive change to the Nikon3 makernote metadata
 < Exif.Nikon3.Quality                                   0x0004  FINE   
 ---
 > Exif.Nikon3.Quality                                   0x0004  Typical Nikon3 Quality
-101c101
-< Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  30444
----
-> Exif.Thumbnail.JPEGInterchangeFormat                  0x0201  32982

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list