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


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

The following commit has been merged in the master branch:
commit 9831922b50ead06a1240b042d568c04859a6436d
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Jun 12 05:54:57 2005 +0000

    Added Panasonic makernote, tweaked Olympus makernote just a little bit, updated doc and tests
---
 doc/templates/Makefile                             |   2 +-
 doc/templates/__index2__                           |   2 +-
 doc/templates/makernote.html.in                    |   5 +-
 ...tags-olympus.html.in => tags-panasonic.html.in} |   6 +-
 src/Makefile                                       |   4 +-
 src/doxygen.hpp                                    |   6 +-
 src/mn.hpp                                         |   1 +
 src/olympusmn.cpp                                  |  56 +-
 src/panasonicmn.cpp                                | 361 ++++++++++++
 src/{fujimn.hpp => panasonicmn.hpp}                |  92 +--
 src/tags.cpp                                       |   1 +
 src/types.hpp                                      |   2 +-
 src/write2-test.cpp                                |  24 +
 ...v2-nikon-e990.jpg => exiv2-olympus-c8080wz.jpg} | Bin 19152 -> 19152 bytes
 test/data/exiv2-panasonic-dmc-fz5.jpg              | Bin 0 -> 32041 bytes
 test/data/exiv2-sony-dsc-w7.jpg                    | Bin 0 -> 22844 bytes
 test/data/exiv2-test.out                           | 642 ++++++++++++++++-----
 test/data/write2-test.out                          |  18 +
 test/exiv2-test.sh                                 |  15 +-
 19 files changed, 1017 insertions(+), 220 deletions(-)

diff --git a/doc/templates/Makefile b/doc/templates/Makefile
index 320bebb..2310ded 100644
--- a/doc/templates/Makefile
+++ b/doc/templates/Makefile
@@ -15,7 +15,7 @@
 #
 
 TABLES = Exif Canon CanonCs1 CanonCs2 CanonCf Fujifilm Nikon1 Nikon2 Nikon3 \
-         Olympus Sigma Sony
+         Olympus Panasonic Sigma Sony
 
 TAGLIST = ../../src/taglist
 
diff --git a/doc/templates/__index2__ b/doc/templates/__index2__
index 49ea662..079c5c7 100644
--- a/doc/templates/__index2__
+++ b/doc/templates/__index2__
@@ -1,3 +1,3 @@
 <h1>Exiv2 Tag Tables</h1>
 
-<div class="qindex"><a class="qindex" href="tags-exif.html">Exif</a> | <a class="qindex" href="tags-canon.html">Canon</a> | <a class="qindex" href="tags-fujifilm.html">Fujifilm</a> | <a class="qindex" href="tags-nikon.html">Nikon</a> | <a class="qindex" href="tags-olympus.html">Olympus</a> | <a class="qindex" href="tags-sigma.html">Sigma/Foveon</a> | <a class="qindex" href="tags-sony.html">Sony</a> | <a class="qindex" href="tags-iptc.html">Iptc datasets</a></div>
+<div class="qindex"><a class="qindex" href="tags-exif.html">Exif</a> | <a class="qindex" href="tags-canon.html">Canon</a> | <a class="qindex" href="tags-fujifilm.html">Fujifilm</a> | <a class="qindex" href="tags-nikon.html">Nikon</a> | <a class="qindex" href="tags-olympus.html">Olympus</a> | <a class="qindex" href="tags-panasonic.html">Panasonic</a> | <a class="qindex" href="tags-sigma.html">Sigma/Foveon</a> | <a class="qindex" href="tags-sony.html">Sony</a> | <a class="qindex" href="tags-iptc.html">Iptc datasets</a></div>
diff --git a/doc/templates/makernote.html.in b/doc/templates/makernote.html.in
index fe84629..12b5065 100644
--- a/doc/templates/makernote.html.in
+++ b/doc/templates/makernote.html.in
@@ -138,7 +138,7 @@ Please let me know if you find further specifications on the Internet.</p>
    <tr class="OddRow"> 
     <td>Panasonic</td>
     <td> </td>
-    <td>IFD; Starts with an 12-byte ID string "Panasonic

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list