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

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


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

The following commit has been merged in the master branch:
commit 79516e6b58a56a2f09a748379cdb700852fccde4
Merge: 13c33314aaa287051a8e2115506ef41468e1d8c9 b60ca151bf52dde72d521a683d64908156af7e04
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jul 13 09:50:10 2017 +0200

    Updated version 0.26 from 'upstream/0.26'
    
    with Debian dir a3eb0665b5c3dd5eb22407f7009b34e4c6d51307

 .gitignore                                         |   180 +
 .travis.yml                                        |    40 +
 ABOUT-NLS                                          |  1111 +
 CMakeLists.txt                                     |   194 +-
 CMake_msvc.txt                                     |    64 +-
 Makefile                                           |   176 +
 README                                             |    46 +-
 README-CMAKE                                       |   204 +-
 TODO-CMAKE                                         |   276 +-
 bootstrap.linux                                    |    35 +
 bootstrap.macports                                 |     1 -
 bootstrap.mxe                                      |    67 +
 build/msvc/build.cmd                               |   211 -
 build/msvc/setenv.cmd                              |    43 -
 cm.bat                                             |    83 -
 config/CMakeChecks.txt                             |    68 +-
 config/Doxyfile                                    |    15 +-
 config/Makefile.in                                 |    37 +-
 config/config.h.cmake                              |   103 +-
 config/config.h.in                                 |    92 +-
 config/config.make                                 |     2 +-
 config/config.mk.in                                |     2 +-
 config/config.rpath                                |     0
 config/configure.ac                                |    64 +-
 config/exv_msvc.h.cmake                            |     5 -
 config/ltmain.sh                                   |     2 +-
 configure                                          | 20007 -------------------
 contrib/CLion/ReadMe.txt                           |    14 +
 contrib/CLion/idea/encodings.xml                   |     6 +
 contrib/CLion/idea/exiv2.iml                       |   590 +
 contrib/CLion/idea/misc.xml                        |    17 +
 contrib/CLion/idea/modules.xml                     |     8 +
 contrib/CLion/idea/vcs.xml                         |     6 +
 contrib/CLion/idea/workspace.xml                   |   599 +
 contrib/Qt/ReadMe.txt                              |    88 +
 contrib/Qt/commandLineTool.pro                     |    14 +
 contrib/Qt/main.cpp                                |    14 +
 contrib/build/msvc/build.cmd                       |   289 +
 contrib/build/msvc/setenv.cmd                      |    52 +
 contrib/buildRevisions/buildRevisions.sh           |    45 +
 contrib/buildserver/Exiv2-trunk/config.xml         |   215 +
 contrib/buildserver/ReadMe.txt                     |   191 +
 contrib/buildserver/buildserver.library            |    55 +
 contrib/buildserver/categorize.py                  |   150 +
 contrib/buildserver/dailyBuild.sh                  |    38 +
 contrib/buildserver/dailyCMake.sh                  |   263 +
 contrib/buildserver/dailyCMakeAll.sh               |     5 +
 contrib/buildserver/dailyReadMe.txt                |   156 +
 contrib/buildserver/dailyTest.sh                   |   186 +
 contrib/buildserver/dailyTestAll.sh                |     5 +
 contrib/buildserver/jenkins_build.bat              |   199 +
 contrib/buildserver/jenkins_build.sh               |   221 +
 contrib/cmake/macosx/generate                      |    21 +
 contrib/cmake/mingw/ReadMe.txt                     |     1 +
 contrib/cmake/mingw/includes.rsp                   |     8 +
 contrib/cmake/msvc/ReadMe.txt                      |   217 +
 contrib/cmake/msvc/cltest.cpp                      |    10 +
 contrib/cmake/msvc/cmakeBuild.cmd                  |   438 +
 contrib/cmake/msvc/cmakeBuildAll.cmd               |     1 +
 contrib/cmake/msvc/cmakeDefaults.cmd               |    33 +
 contrib/cmake/msvc/cmakeOpenssl.bat                |    52 +
 contrib/cmake/msvc/vcvars.bat                      |    76 +
 contrib/organize/Makefile                          |     2 +-
 contrib/organize/helpers.cpp                       |     2 +-
 contrib/organize/helpers.hpp                       |     2 +-
 contrib/organize/organize.cpp                      |     2 +-
 contrib/xcode/ReadMe.txt                           |    24 +
 contrib/xcode/exiv2.xcodeproj/project.pbxproj      |   737 +
 doc/ChangeLog                                      |   418 +-
 doc/Makefile                                       |     4 +-
 doc/index.html                                     |     2 +-
 doc/templates/Makefile                             |    18 +-
 doc/templates/__header2__                          |     8 +-
 doc/templates/__index2__                           |     3 +
 doc/templates/__intro__                            |     7 +-
 doc/templates/__makernotes__                       |    83 +-
 doc/templates/exiv2.dot                            |     2 +-
 doc/templates/iptc.awk                             |     2 +-
 doc/templates/makernote.html.in                    |     1 +
 doc/templates/tags-casio.html.in                   |    32 +
 doc/templates/tags-exif.html.in                    |     2 +-
 doc/templates/tags-xmp-crss.html.in                |    27 +
 doc/templates/tags-xmp-exifEX.html.in              |    27 +
 doc/templates/tags.awk                             |     2 +-
 doc/templates/xmp.awk                              |     2 +-
 fixxml.sh                                          |    14 +
 include/exiv2/asfvideo.hpp                         |     2 +-
 include/exiv2/basicio.hpp                          |    80 +-
 include/exiv2/bmpimage.hpp                         |     2 +-
 include/exiv2/config.h                             |   210 +-
 include/exiv2/convert.hpp                          |    20 +-
 include/exiv2/cr2image.hpp                         |     9 +-
 include/exiv2/crwimage.hpp                         |     2 +-
 include/exiv2/datasets.hpp                         |    58 +-
 include/exiv2/easyaccess.hpp                       |     2 +-
 include/exiv2/epsimage.hpp                         |     2 +-
 include/exiv2/error.hpp                            |    14 +-
 include/exiv2/exif.hpp                             |     2 +-
 include/exiv2/exiv2.hpp                            |    77 +-
 include/exiv2/exv_msvc-webready.h                  |    79 +-
 include/exiv2/exv_msvc.h                           |   293 +-
 include/exiv2/futils.hpp                           |     4 +-
 include/exiv2/gifimage.hpp                         |     2 +-
 include/exiv2/http.hpp                             |    15 +-
 include/exiv2/image.hpp                            |    97 +-
 include/exiv2/ini.hpp                              |   203 +
 include/exiv2/iptc.hpp                             |     6 +-
 include/exiv2/jp2image.hpp                         |    35 +-
 include/exiv2/jpgimage.hpp                         |     8 +-
 include/exiv2/matroskavideo.hpp                    |     2 +-
 include/exiv2/metadatum.hpp                        |     2 +-
 include/exiv2/mrwimage.hpp                         |     2 +-
 include/exiv2/orfimage.hpp                         |     6 +-
 include/exiv2/pgfimage.hpp                         |     5 +-
 include/exiv2/pngimage.hpp                         |     6 +-
 include/exiv2/preview.hpp                          |     2 +-
 include/exiv2/properties.hpp                       |    19 +-
 include/exiv2/psdimage.hpp                         |     2 +-
 include/exiv2/quicktimevideo.hpp                   |     2 +-
 include/exiv2/rafimage.hpp                         |     3 +-
 include/exiv2/riffvideo.hpp                        |     8 +-
 include/exiv2/rw2image.hpp                         |     3 +-
 include/exiv2/rwlock.hpp                           |   257 +
 include/exiv2/ssh.hpp                              |     2 +-
 include/exiv2/tags.hpp                             |     2 +-
 include/exiv2/tgaimage.hpp                         |     2 +-
 include/exiv2/tiffimage.hpp                        |    17 +-
 include/exiv2/types.hpp                            |    37 +-
 include/exiv2/utilsvideo.hpp                       |    50 +-
 include/exiv2/value.hpp                            |    57 +-
 include/exiv2/version.hpp                          |    49 +-
 include/exiv2/webpimage.hpp                        |   145 +
 include/exiv2/xmp.hpp                              |    26 +-
 include/exiv2/xmpsidecar.hpp                       |     4 +-
 msvc/ReadMe.txt                                    |   569 +
 msvc/addmoddel/addmoddel.vcproj                    |   184 +
 msvc/configure.bat                                 |     1 +
 msvc/configure.py                                  |   416 +
 msvc/conntest/conntest.vcproj                      |   184 +
 msvc/convert-test/convert-test.vcproj              |   184 +
 msvc/copylibs.bat                                  |    16 +
 msvc/easyaccess-test/easyaccess-test.vcproj        |   184 +
 msvc/exifcomment/exifcomment.vcproj                |   184 +
 msvc/exifdata-test/exifdata-test.vcproj            |   184 +
 msvc/exifdata/exifdata.vcproj                      |   184 +
 msvc/exifprint/exifprint.vcproj                    |   184 +
 msvc/exifvalue/exifvalue.vcproj                    |   184 +
 {msvc2005 => msvc}/exiv2-webready.sln              |     0
 msvc/exiv2.sln                                     |   932 +
 msvc/exiv2/exiv2.vcproj                            |   187 +
 msvc/exiv2json/exiv2json.vcproj                    |   186 +
 msvc/expat/expat.vcproj                            |   180 +
 msvc/expat201/expat.vcproj                         |   176 +
 msvc/expat210/expat.vcproj                         |   176 +
 msvc/fix_vcproj.xslt                               |    22 +
 msvc/geotag/geotag.vcproj                          |   184 +
 msvc/httptest/httptest.vcproj                      |   184 +
 msvc/ini-test/ini-test.vcproj                      |   178 +
 msvc/iotest/iotest.vcproj                          |   184 +
 msvc/iptceasy/iptceasy.vcproj                      |   184 +
 msvc/iptcprint/iptcprint.vcproj                    |   184 +
 msvc/iptctest/iptctest.vcproj                      |   184 +
 msvc/key-test/key-test.vcproj                      |   184 +
 msvc/largeiptc-test/largeiptc-test.vcproj          |   184 +
 msvc/libcurl/libcurl.vcproj                        |   373 +
 {msvc2005 => msvc}/libeay32/build_libeay32.bat     |     0
 msvc/libeay32/libeay32.vcproj                      |   161 +
 {msvc2005 => msvc}/libexiv2/build_libeay32.bat     |     0
 msvc/libexiv2/libeay32.vcproj                      |   161 +
 msvc/libexiv2/libexiv2.vcproj                      |  1195 ++
 msvc/libexpat/libexpat.vcproj                      |   180 +
 msvc/libssh/include/config.h                       |   144 +
 msvc/libssh/libssh.vcproj                          |   242 +
 msvc/metacopy/metacopy.vcproj                      |   184 +
 msvc/mmap-test/mmap-test.vcproj                    |   184 +
 {msvc2005 => msvc}/openssl/build_openssl.bat       |     0
 msvc/openssl/openssl.vcproj                        |    37 +
 msvc/path-test/path-test.vcproj                    |   184 +
 msvc/prevtest/prevtest.vcproj                      |   184 +
 msvc/remotetest/remotetest.vcproj                  |   184 +
 {msvc2005 => msvc}/ssleay32/build_ssleay32.bat     |     0
 msvc/ssleay32/ssleay32.vcproj                      |   161 +
 msvc/stringto-test/stringto-test.vcproj            |   184 +
 msvc/taglist/taglist.vcproj                        |   184 +
 {msvc2005 => msvc}/testimages/test.jpg             |   Bin
 {msvc2005 => msvc}/testimages/test.png             |   Bin
 {msvc2005 => msvc}/testimages/test.tiff            |   Bin
 msvc/tiff-test/tiff-test.vcproj                    |   184 +
 {msvc2005 => msvc}/tools/bin/depends32.exe         |   Bin
 {msvc2005 => msvc}/tools/bin/depends64.exe         |   Bin
 {msvc2005 => msvc}/tools/bin/rm.exe                |   Bin
 {msvc2005 => msvc}/tools/bin/sed.exe               |   Bin
 {msvc2005 => msvc}/tools/depends/Depends2.suo      |   Bin
 {msvc2005 => msvc}/tools/depends/ReadMe.txt        |     0
 {msvc2005 => msvc}/tools/depends/depends.sln       |     0
 msvc/tools/depends/depends.vcproj                  |   106 +
 .../tools/depends/include/DEPENDENCYLIST.H         |     0
 {msvc2005 => msvc}/tools/depends/include/EXEFILE.H |     0
 .../tools/depends/include/MEMORYMAPPEDFILE.H       |     0
 {msvc2005 => msvc}/tools/depends/include/PEEXE.H   |     0
 .../tools/depends/include/modulefileinfo.h         |     0
 .../tools/depends/src/DEPENDENCYLIST.CPP           |     0
 {msvc2005 => msvc}/tools/depends/src/EXEFILE.CPP   |     0
 .../tools/depends/src/MEMORYMAPPEDFILE.CPP         |     0
 {msvc2005 => msvc}/tools/depends/src/PEEXE.CPP     |     0
 {msvc2005 => msvc}/tools/depends/src/depends.cpp   |     0
 .../tools/depends/src/modulefileinfo.cpp           |     0
 {msvc2005 => msvc}/tools/depends/stdafx.cpp        |     0
 {msvc2005 => msvc}/tools/depends/stdafx.h          |     0
 {msvc2005 => msvc}/tools/depends/targetver.h       |     0
 {msvc2005 => msvc}/tools/issue984/issue984.cpp     |     0
 {msvc2005 => msvc}/tools/issue984/issue984.exe     |   Bin
 {msvc2005 => msvc}/tools/ppxml                     |     0
 {msvc2005 => msvc}/tools/python/depend.py          |     0
 {msvc2005 => msvc}/tools/python/tee.py             |     0
 {msvc2005 => msvc}/tools/rm/ReadMe.txt             |     0
 {msvc2005 => msvc}/tools/rm/rm.cpp                 |     0
 msvc/utiltest/utiltest.vcproj                      |   184 +
 msvc/werror-test/werror-test.vcproj                |   184 +
 msvc/write-test/write-test.vcproj                  |   184 +
 msvc/write2-test/write2-test.vcproj                |   184 +
 msvc/xmpparse/xmpparse.vcproj                      |   184 +
 msvc/xmpparser-test/xmpparser-test.vcproj          |   184 +
 msvc/xmpsample/xmpsample.vcproj                    |   184 +
 msvc/xmpsdk/xmpsdk.vcproj                          |   194 +
 msvc/zlib/zlib.vcproj                              |   191 +
 msvc/zlib123/zlib.vcproj                           |   195 +
 msvc/zlib125/zlib.vcproj                           |   191 +
 msvc/zlib127/zlib.vcproj                           |   191 +
 msvc2003/ReadMe.txt                                |    70 +-
 msvc2003/exiv2/exiv2.vcproj                        |   306 +-
 msvc2003/exiv2lib/exiv2lib.vcproj                  |     9 +
 msvc2003/exivsimple/exivsimple.cpp                 |     4 +-
 msvc2003/exivsimple/exivsimple.h                   |     2 +-
 msvc2003/exivsimple/stdafx.cpp                     |     4 +-
 msvc2003/exivsimple/stdafx.h                       |     2 +-
 msvc2005/ReadMe.txt                                |   532 -
 msvc2005/addmoddel/addmoddel.vcproj                |     1 -
 msvc2005/configure.bat                             |     3 -
 msvc2005/configure.py                              |   415 -
 msvc2005/conntest/conntest.vcproj                  |     1 -
 msvc2005/convert-test/convert-test.vcproj          |     1 -
 msvc2005/copylibs.bat                              |    16 -
 msvc2005/easyaccess-test/easyaccess-test.vcproj    |     1 -
 msvc2005/exifcomment/exifcomment.vcproj            |     1 -
 msvc2005/exifdata-test/exifdata-test.vcproj        |     1 -
 msvc2005/exifdata/exifdata.vcproj                  |     1 -
 msvc2005/exifprint/exifprint.vcproj                |     1 -
 msvc2005/exifvalue/exifvalue.vcproj                |     1 -
 msvc2005/exiv2.sln                                 |   906 -
 msvc2005/exiv2.vsprops                             |    19 -
 msvc2005/exiv2/cleaner.bat                         |     2 -
 msvc2005/exiv2/exiv2.vcproj                        |     1 -
 msvc2005/exiv2json/exiv2json.vcproj                |     1 -
 msvc2005/exiv2lib/exiv2lib.vcproj                  |     1 -
 msvc2005/expat/expat.vcproj                        |     1 -
 msvc2005/expat201/expat.vcproj                     |     1 -
 msvc2005/expat210/expat.vcproj                     |     1 -
 msvc2005/geotag/geotag.vcproj                      |     1 -
 msvc2005/httptest/httptest.vcproj                  |     1 -
 msvc2005/iotest/iotest.vcproj                      |     1 -
 msvc2005/iptceasy/iptceasy.vcproj                  |     1 -
 msvc2005/iptcprint/iptcprint.vcproj                |     1 -
 msvc2005/iptctest/iptctest.vcproj                  |     1 -
 msvc2005/key-test/key-test.vcproj                  |     1 -
 msvc2005/largeiptc-test/largeiptc-test.vcproj      |     1 -
 msvc2005/libcurl/libcurl.vcproj                    |     1 -
 msvc2005/libeay32/libeay32.vcproj                  |     1 -
 msvc2005/libexiv2/libeay32.vcproj                  |     1 -
 msvc2005/libexiv2/libexiv2.vcproj                  |     1 -
 msvc2005/libexpat/libexpat.vcproj                  |     1 -
 msvc2005/libssh/include/config.h                   |   144 -
 msvc2005/libssh/libssh.vcproj                      |     1 -
 msvc2005/metacopy/metacopy.vcproj                  |     1 -
 msvc2005/mmap-test/mmap-test.vcproj                |     1 -
 msvc2005/openssl/openssl.vcproj                    |     1 -
 msvc2005/path-test/path-test.vcproj                |     1 -
 msvc2005/prevtest/prevtest.vcproj                  |     1 -
 msvc2005/remotetest/remotetest.vcproj              |     1 -
 msvc2005/ssleay32/ssleay32.vcproj                  |     1 -
 msvc2005/stringto-test/stringto-test.vcproj        |     1 -
 msvc2005/taglist/taglist.vcproj                    |     1 -
 msvc2005/tiff-test/tiff-test.vcproj                |     1 -
 msvc2005/tools/depends/depends.vcproj              |     1 -
 msvc2005/utiltest/utiltest.vcproj                  |     1 -
 msvc2005/werror-test/werror-test.vcproj            |     1 -
 msvc2005/write-test/write-test.vcproj              |     1 -
 msvc2005/write2-test/write2-test.vcproj            |     1 -
 msvc2005/xmpparse/xmpparse.vcproj                  |     1 -
 msvc2005/xmpparser-test/xmpparser-test.vcproj      |     1 -
 msvc2005/xmpsample/xmpsample.vcproj                |     1 -
 msvc2005/xmpsdk/xmpsdk.vcproj                      |     1 -
 msvc2005/zlib/zlib.vcproj                          |     1 -
 msvc2005/zlib123/zlib.vcproj                       |     1 -
 msvc2005/zlib125/zlib.vcproj                       |     1 -
 msvc2005/zlib127/zlib.vcproj                       |     1 -
 po/POTFILES.in                                     |     1 +
 po/bs.po                                           | 15357 ++++++++------
 po/de.po                                           | 15332 ++++++++------
 po/es.po                                           | 15371 ++++++++------
 po/exiv2.pot                                       | 14399 +++++++------
 po/fi.po                                           | 14838 ++++++++------
 po/fr.po                                           | 15246 ++++++++------
 po/gl.po                                           | 15360 ++++++++------
 po/ms.po                                           | 15351 ++++++++------
 po/pl.po                                           | 14977 ++++++++------
 po/pt.po                                           | 15337 ++++++++------
 po/ru.po                                           | 15156 ++++++++------
 po/sk.po                                           | 15153 ++++++++------
 po/sv.po                                           | 15293 ++++++++------
 po/ug.po                                           | 15139 ++++++++------
 po/uk.po                                           | 15188 ++++++++------
 po/vi.po                                           | 15170 ++++++++------
 samples/CMakeLists.txt                             |    50 +-
 samples/Makefile                                   |    21 +-
 samples/addmoddel.cpp                              |     2 +-
 samples/conntest.cpp                               |    25 +-
 samples/convert-test.cpp                           |     2 +-
 samples/easyaccess-test.cpp                        |     2 +-
 samples/exifcomment.cpp                            |     2 +-
 samples/exifdata-test.cpp                          |     2 +-
 samples/exifprint.cpp                              |    34 +-
 samples/exiv2json.cpp                              |   301 +-
 samples/exiv2samples.1                             |   663 +
 samples/geotag.cpp                                 |   138 +-
 samples/httptest.cpp                               |    49 +-
 samples/ini-test.cpp                               |    42 +
 samples/ini-test.ini                               |    14 +
 samples/iotest.cpp                                 |    34 +-
 samples/iptceasy.cpp                               |     2 +-
 samples/iptcprint.cpp                              |     2 +-
 samples/iptctest.cpp                               |     2 +-
 samples/key-test.cpp                               |     2 +-
 samples/largeiptc-test.cpp                         |     2 +-
 samples/metacopy.cpp                               |     4 +-
 samples/metacopy.hpp                               |     4 +-
 samples/mmap-test.cpp                              |     2 +-
 samples/mt-test.cpp                                |    94 +
 samples/path-test.cpp                              |     2 +-
 samples/prevtest.cpp                               |     2 +-
 samples/stringto-test.cpp                          |     2 +-
 samples/taglist.cpp                                |     2 +-
 samples/tiff-test.cpp                              |     2 +-
 samples/tiffaddpath-test.cpp                       |     2 +-
 samples/toexv.cpp                                  |   234 +
 samples/toexv.hpp                                  |    80 +
 samples/werror-test.cpp                            |     2 +-
 samples/write-test.cpp                             |     2 +-
 samples/write2-test.cpp                            |     2 +-
 samples/xmpparse.cpp                               |     2 +-
 samples/xmpparser-test.cpp                         |     2 +-
 samples/xmpsample.cpp                              |     2 +-
 src/CMakeLists.txt                                 |    83 +-
 src/Makefile                                       |    29 +-
 src/actions.cpp                                    |   565 +-
 src/actions.hpp                                    |    39 +-
 src/asfvideo.cpp                                   |     8 +-
 src/basicio.cpp                                    |   212 +-
 src/bmpimage.cpp                                   |     6 +-
 src/canonmn.cpp                                    |   542 +-
 src/canonmn_int.hpp                                |     7 +-
 src/casiomn.cpp                                    |     2 +-
 src/casiomn_int.hpp                                |     2 +-
 src/convert.cpp                                    |    22 +-
 src/cr2image.cpp                                   |    31 +-
 src/cr2image_int.hpp                               |     4 +-
 src/crwedit.cpp                                    |     2 +-
 src/crwimage.cpp                                   |    38 +-
 src/crwimage_int.hpp                               |     4 +-
 src/crwparse.cpp                                   |     2 +-
 src/datasets.cpp                                   |     6 +-
 src/doxygen.hpp.in                                 |    23 +-
 src/easyaccess.cpp                                 |    78 +-
 src/epsimage.cpp                                   |     5 +-
 src/error.cpp                                      |    12 +-
 src/exif.cpp                                       |     6 +-
 src/exiv2.1                                        |   227 +-
 src/exiv2.cpp                                      |   266 +-
 src/exiv2app.hpp                                   |    69 +-
 src/fff.h                                          |   409 +
 src/fujimn.cpp                                     |    34 +-
 src/fujimn_int.hpp                                 |     4 +-
 src/futils.cpp                                     |    10 +-
 src/gifimage.cpp                                   |     6 +-
 src/http.cpp                                       |    20 +-
 src/image.cpp                                      |   468 +-
 src/image_int.hpp                                  |    25 +-
 src/ini.cpp                                        |   277 +
 src/iptc.cpp                                       |    26 +-
 src/jp2image.cpp                                   |   515 +-
 src/jpgimage.cpp                                   |   401 +-
 src/localtime.c                                    |     9 +-
 src/makernote.cpp                                  |    82 +-
 src/makernote_int.hpp                              |    17 +-
 src/matroskavideo.cpp                              |     6 +-
 src/metadatum.cpp                                  |     6 +-
 src/minoltamn.cpp                                  |   408 +-
 src/minoltamn_int.hpp                              |     4 +-
 src/mrwimage.cpp                                   |     6 +-
 src/mrwthumb.cpp                                   |     2 +-
 src/nikonmn.cpp                                    |   151 +-
 src/nikonmn_int.hpp                                |     6 +-
 src/olympusmn.cpp                                  |   260 +-
 src/olympusmn_int.hpp                              |     4 +-
 src/orfimage.cpp                                   |    46 +-
 src/orfimage_int.hpp                               |     4 +-
 src/panasonicmn.cpp                                |    23 +-
 src/panasonicmn_int.hpp                            |     6 +-
 src/pentaxmn.cpp                                   |   479 +-
 src/pentaxmn_int.hpp                               |    37 +-
 src/pgfimage.cpp                                   |    54 +-
 src/pngchunk.cpp                                   |    51 +-
 src/pngchunk_int.hpp                               |    30 +-
 src/pngimage.cpp                                   |   352 +-
 src/preview.cpp                                    |     9 +-
 src/properties.cpp                                 |   993 +-
 src/psdimage.cpp                                   |     8 +-
 src/quicktimevideo.cpp                             |     6 +-
 src/rafimage.cpp                                   |   220 +-
 src/rcsid_int.hpp                                  |     4 +-
 src/riffvideo.cpp                                  |    89 +-
 src/rw2image.cpp                                   |    23 +-
 src/rw2image_int.hpp                               |     4 +-
 src/samsungmn.cpp                                  |     8 +-
 src/samsungmn_int.hpp                              |     4 +-
 src/sigmamn.cpp                                    |     6 +-
 src/sigmamn_int.hpp                                |     4 +-
 src/sonymn.cpp                                     |    77 +-
 src/sonymn_int.hpp                                 |     4 +-
 src/ssh.cpp                                        |     6 +-
 src/svn_version.sh                                 |     4 +-
 src/tags.cpp                                       |   191 +-
 src/tags_int.hpp                                   |    10 +-
 src/tgaimage.cpp                                   |     6 +-
 src/tiff-test.cpp                                  |     2 +-
 src/tiffcomposite.cpp                              |    20 +-
 src/tiffcomposite_int.hpp                          |     4 +-
 src/tifffwd_int.hpp                                |     4 +-
 src/tiffimage.cpp                                  |   395 +-
 src/tiffimage_int.hpp                              |     4 +-
 src/tiffmn-test.cpp                                |     2 +-
 src/tiffvisitor.cpp                                |    43 +-
 src/tiffvisitor_int.hpp                            |     6 +-
 src/types.cpp                                      |     6 +-
 src/utils.cpp                                      |    11 +-
 src/utils.hpp                                      |     2 +-
 src/utilsvideo.cpp                                 |     6 +-
 src/utiltest.cpp                                   |     4 +-
 src/value.cpp                                      |     6 +-
 src/version.cpp                                    |   197 +-
 src/webpimage.cpp                                  |   806 +
 src/xmp.cpp                                        |    95 +-
 src/xmpdump.cpp                                    |     2 +-
 src/xmpsidecar.cpp                                 |    34 +-
 test/Makefile                                      |   167 +
 test/addmoddel.sh                                  |    16 +
 test/bugfixes-test.sh                              |   643 +
 test/build-test.py                                 |   233 +
 test/conversions.sh                                |   218 +
 test/crw-test.sh                                   |    51 +
 test/curliotest.sh                                 |   156 +
 test/data/BlueSquare.xmp                           |    88 +
 test/data/COPYRIGHT                                |   102 +
 test/data/FurnaceCreekInn.gpx                      |   218 +
 test/data/FurnaceCreekInn.jpg                      |   Bin 0 -> 38821 bytes
 test/data/FurnaceCreekInn2.jpg                     |   Bin 0 -> 49660 bytes
 test/data/FurnaceCreekInn3.jpg                     |   Bin 0 -> 44071 bytes
 test/data/RAW_PENTAX_K100.exv                      |   Bin 0 -> 60269 bytes
 test/data/RAW_PENTAX_K30.exv                       |   Bin 0 -> 9453 bytes
 test/data/Reagan.jp2                               |   Bin 0 -> 40609 bytes
 test/data/Reagan.jpg                               |   Bin 0 -> 38376 bytes
 test/data/Reagan.tiff                              |   Bin 0 -> 114466 bytes
 test/data/Reagan2.jp2                              |   Bin 0 -> 8389 bytes
 test/data/ReaganLargeJpg.jpg                       |   Bin 0 -> 1647151 bytes
 test/data/ReaganLargePng.png                       |   Bin 0 -> 1208246 bytes
 test/data/ReaganLargeTiff.tiff                     |   Bin 0 -> 1795954 bytes
 test/data/ReaganSmallPng.png                       |   Bin 0 -> 56736 bytes
 test/data/StaffPhotographer-Example.xmp            |   192 +
 test/data/Stonehenge.exv                           |   Bin 0 -> 17989 bytes
 test/data/addmoddel.out                            |    12 +
 test/data/bug799.cmd                               |    14 +
 test/data/bugfixes-test.out                        |   Bin 0 -> 1929903 bytes
 {doc => test/data}/cmdxmp.txt                      |     0
 test/data/conversions.out                          |   179 +
 test/data/crw-test.out                             |   156 +
 test/data/exifdata-test.out                        |  1371 ++
 test/data/exiv2-bug1024.exv                        |   Bin 0 -> 16003 bytes
 test/data/exiv2-bug1026.jpg                        |   Bin 0 -> 40881 bytes
 test/data/exiv2-bug1040.jpg                        |   Bin 0 -> 26891 bytes
 test/data/exiv2-bug1044.tif                        |   Bin 0 -> 1638618 bytes
 test/data/exiv2-bug1062.jpg                        |   Bin 0 -> 22326 bytes
 test/data/exiv2-bug1074.png                        |   Bin 0 -> 34936 bytes
 test/data/exiv2-bug1080.jpg                        |   Bin 0 -> 693 bytes
 test/data/exiv2-bug1108.exv                        |   Bin 0 -> 17989 bytes
 test/data/exiv2-bug1108.xmp                        |   Bin 0 -> 17989 bytes
 test/data/exiv2-bug1112.xmp                        |     9 +
 test/data/exiv2-bug1114.jpg                        |   Bin 0 -> 37887 bytes
 test/data/exiv2-bug1122.exv                        |   Bin 0 -> 16003 bytes
 test/data/exiv2-bug1137.jpg                        |   Bin 0 -> 8779 bytes
 test/data/exiv2-bug1140.exv                        |   Bin 0 -> 8375 bytes
 test/data/exiv2-bug1144a.exv                       |   Bin 0 -> 57491 bytes
 test/data/exiv2-bug1144b.exv                       |   Bin 0 -> 25795 bytes
 test/data/exiv2-bug1144c.exv                       |   Bin 0 -> 26211 bytes
 test/data/exiv2-bug1144d.exv                       |   Bin 0 -> 26451 bytes
 test/data/exiv2-bug1144e.exv                       |   Bin 0 -> 59503 bytes
 test/data/exiv2-bug1144f.exv                       |   Bin 0 -> 57491 bytes
 test/data/exiv2-bug1144g.exv                       |   Bin 0 -> 56867 bytes
 test/data/exiv2-bug1145a.exv                       |   Bin 0 -> 29149 bytes
 test/data/exiv2-bug1145b.exv                       |   Bin 0 -> 29579 bytes
 test/data/exiv2-bug1145c.exv                       |   Bin 0 -> 28555 bytes
 test/data/exiv2-bug1145d.exv                       |   Bin 0 -> 29009 bytes
 test/data/exiv2-bug1145e.exv                       |   Bin 0 -> 29079 bytes
 test/data/exiv2-bug1153Aa.exv                      |   Bin 0 -> 44585 bytes
 test/data/exiv2-bug1153Ab.exv                      |   Bin 0 -> 44585 bytes
 test/data/exiv2-bug1153Ac.exv                      |   Bin 0 -> 46709 bytes
 test/data/exiv2-bug1153Ad.exv                      |   Bin 0 -> 46677 bytes
 test/data/exiv2-bug1153Ae.exv                      |   Bin 0 -> 45569 bytes
 test/data/exiv2-bug1153Af.exv                      |   Bin 0 -> 45559 bytes
 test/data/exiv2-bug1153Ag.exv                      |   Bin 0 -> 46033 bytes
 test/data/exiv2-bug1153Ah.exv                      |   Bin 0 -> 45903 bytes
 test/data/exiv2-bug1153Ai.exv                      |   Bin 0 -> 45819 bytes
 test/data/exiv2-bug1153Aj.exv                      |   Bin 0 -> 45849 bytes
 test/data/exiv2-bug1153Ak.exv                      |   Bin 0 -> 45279 bytes
 test/data/exiv2-bug1153Ja.exv                      |   Bin 0 -> 25581 bytes
 test/data/exiv2-bug1153Jb.exv                      |   Bin 0 -> 27517 bytes
 test/data/exiv2-bug1153Jc.exv                      |   Bin 0 -> 27695 bytes
 test/data/exiv2-bug1153Jd.exv                      |   Bin 0 -> 27663 bytes
 test/data/exiv2-bug1153Je.exv                      |   Bin 0 -> 26555 bytes
 test/data/exiv2-bug1153Jf.exv                      |   Bin 0 -> 26545 bytes
 test/data/exiv2-bug1153Jg.exv                      |   Bin 0 -> 27019 bytes
 test/data/exiv2-bug1153Jh.exv                      |   Bin 0 -> 26889 bytes
 test/data/exiv2-bug1153Ji.exv                      |   Bin 0 -> 26805 bytes
 test/data/exiv2-bug1153Jj.exv                      |   Bin 0 -> 26835 bytes
 test/data/exiv2-bug1153Jk.exv                      |   Bin 0 -> 26265 bytes
 test/data/exiv2-bug1155a.exv                       |   Bin 0 -> 19065 bytes
 test/data/exiv2-bug1155b.exv                       |   Bin 0 -> 19065 bytes
 test/data/exiv2-bug1155c.exv                       |   Bin 0 -> 19065 bytes
 test/data/exiv2-bug1155d.exv                       |   Bin 0 -> 33027 bytes
 test/data/exiv2-bug1155e.exv                       |   Bin 0 -> 34565 bytes
 test/data/exiv2-bug1155f.exv                       |   Bin 0 -> 34561 bytes
 test/data/exiv2-bug1155g.exv                       |   Bin 0 -> 31133 bytes
 test/data/exiv2-bug1155h.exv                       |   Bin 0 -> 32177 bytes
 test/data/exiv2-bug1155i.exv                       |   Bin 0 -> 21395 bytes
 test/data/exiv2-bug1166.exv                        |   Bin 0 -> 24007 bytes
 test/data/exiv2-bug1167.exv                        |   Bin 0 -> 28999 bytes
 test/data/exiv2-bug1170.exv                        |   Bin 0 -> 13193 bytes
 test/data/exiv2-bug1179a.exv                       |   Bin 0 -> 10761 bytes
 test/data/exiv2-bug1179b.exv                       |   Bin 0 -> 10835 bytes
 test/data/exiv2-bug1179c.exv                       |   Bin 0 -> 10479 bytes
 test/data/exiv2-bug1179d.exv                       |   Bin 0 -> 10773 bytes
 test/data/exiv2-bug1179e.exv                       |   Bin 0 -> 10481 bytes
 test/data/exiv2-bug1179f.exv                       |   Bin 0 -> 2815 bytes
 test/data/exiv2-bug1179g.exv                       |   Bin 0 -> 2815 bytes
 test/data/exiv2-bug1179h.exv                       |   Bin 0 -> 2815 bytes
 test/data/exiv2-bug1179i.exv                       |   Bin 0 -> 2815 bytes
 test/data/exiv2-bug1179j.exv                       |   Bin 0 -> 3131 bytes
 test/data/exiv2-bug1199.webp                       |   Bin 0 -> 187534 bytes
 test/data/exiv2-bug1202.jpg                        |   Bin 0 -> 17013 bytes
 test/data/exiv2-bug1225.exv                        |   Bin 0 -> 38736 bytes
 test/data/exiv2-bug1229.jpg                        |   Bin 0 -> 47323 bytes
 test/data/exiv2-bug1231a.jpg                       |   Bin 0 -> 9391 bytes
 test/data/exiv2-bug1231b.jpg                       |   Bin 0 -> 9266 bytes
 test/data/exiv2-bug1247.jpg                        |   Bin 0 -> 17 bytes
 test/data/exiv2-bug1252a.exv                       |   Bin 0 -> 24437 bytes
 test/data/exiv2-bug1252b.exv                       |   Bin 0 -> 24065 bytes
 test/data/exiv2-bug426.jpg                         |   Bin 0 -> 6441 bytes
 test/data/exiv2-bug440.jpg                         |   Bin 0 -> 5243 bytes
 test/data/exiv2-bug443.jpg                         |   Bin 0 -> 40162 bytes
 test/data/exiv2-bug444.jpg                         |   Bin 0 -> 39736 bytes
 test/data/exiv2-bug445.jpg                         |   Bin 0 -> 12425 bytes
 test/data/exiv2-bug447.jpg                         |   Bin 0 -> 10861 bytes
 test/data/exiv2-bug460.jpg                         |   Bin 0 -> 5364 bytes
 test/data/exiv2-bug479.jpg                         |   Bin 0 -> 5581 bytes
 test/data/exiv2-bug480.jpg                         |   Bin 0 -> 4745 bytes
 test/data/exiv2-bug495.jpg                         |   Bin 0 -> 16445 bytes
 test/data/exiv2-bug501.jpg                         |   Bin 0 -> 12494 bytes
 test/data/exiv2-bug528.jpg                         |   Bin 0 -> 10302 bytes
 test/data/exiv2-bug540.jpg                         |   Bin 0 -> 10011 bytes
 test/data/exiv2-bug784.jpg                         |   Bin 0 -> 13623 bytes
 test/data/exiv2-bug800-8BIM.jpg                    |   Bin 0 -> 6441 bytes
 test/data/exiv2-bug800-8BIM.psd                    |   Bin 0 -> 64164 bytes
 test/data/exiv2-bug800-AgHg.jpg                    |   Bin 0 -> 6441 bytes
 test/data/exiv2-bug800-AgHg.psd                    |   Bin 0 -> 64164 bytes
 test/data/exiv2-bug800-DCSR.jpg                    |   Bin 0 -> 6441 bytes
 test/data/exiv2-bug800-DCSR.psd                    |   Bin 0 -> 64164 bytes
 test/data/exiv2-bug800-PHUT.jpg                    |   Bin 0 -> 6441 bytes
 test/data/exiv2-bug800-PHUT.psd                    |   Bin 0 -> 64164 bytes
 test/data/exiv2-bug816a.exv                        |   Bin 0 -> 60177 bytes
 test/data/exiv2-bug816b.exv                        |   Bin 0 -> 54547 bytes
 test/data/exiv2-bug816c.exv                        |   Bin 0 -> 60025 bytes
 test/data/exiv2-bug816d.exv                        |   Bin 0 -> 30113 bytes
 test/data/exiv2-bug816e.exv                        |   Bin 0 -> 19049 bytes
 test/data/exiv2-bug825a.exv                        |   Bin 0 -> 19085 bytes
 test/data/exiv2-bug825b.exv                        |   Bin 0 -> 16127 bytes
 test/data/exiv2-bug836.eps                         |   Bin 0 -> 1256239 bytes
 test/data/exiv2-bug836.eps.rsrc                    |   Bin 0 -> 1338 bytes
 test/data/exiv2-bug841.png                         |   Bin 0 -> 2585 bytes
 test/data/exiv2-bug855.jpg                         |   Bin 0 -> 17943 bytes
 test/data/exiv2-bug876.jpg                         |   Bin 0 -> 54243 bytes
 test/data/exiv2-bug884a.jpg                        |   Bin 0 -> 44827 bytes
 test/data/exiv2-bug884b.jpg                        |   Bin 0 -> 36300 bytes
 test/data/exiv2-bug884c.jpg                        |   Bin 0 -> 57643 bytes
 test/data/exiv2-bug922.jpg                         |   Bin 0 -> 1967387 bytes
 test/data/exiv2-bug922.png                         |   Bin 0 -> 131388 bytes
 test/data/exiv2-bug922.tif                         |   Bin 0 -> 7780 bytes
 test/data/exiv2-bug922a.jpg                        |   Bin 0 -> 7169623 bytes
 test/data/exiv2-bug937.jpg                         |   Bin 0 -> 53550 bytes
 test/data/exiv2-canon-eos-20d.jpg                  |   Bin 0 -> 20733 bytes
 test/data/exiv2-canon-eos-300d.jpg                 |   Bin 0 -> 17033 bytes
 test/data/exiv2-canon-eos-d30.jpg                  |   Bin 0 -> 20617 bytes
 test/data/exiv2-canon-powershot-a520.jpg           |   Bin 0 -> 13449 bytes
 test/data/exiv2-canon-powershot-s40.crw            |   Bin 0 -> 10078 bytes
 test/data/exiv2-canon-powershot-s40.jpg            |   Bin 0 -> 12425 bytes
 test/data/exiv2-empty.jpg                          |   Bin 0 -> 4745 bytes
 test/data/exiv2-fujifilm-finepix-s2pro.jpg         |   Bin 0 -> 15537 bytes
 test/data/exiv2-gc.jpg                             |   Bin 0 -> 11623 bytes
 test/data/exiv2-kodak-dc210.jpg                    |   Bin 0 -> 26485 bytes
 test/data/exiv2-nikon-d70.jpg                      |   Bin 0 -> 44129 bytes
 test/data/exiv2-nikon-e950.jpg                     |   Bin 0 -> 11984 bytes
 test/data/exiv2-nikon-e990.jpg                     |   Bin 0 -> 19152 bytes
 test/data/exiv2-olympus-c8080wz.jpg                |   Bin 0 -> 19152 bytes
 test/data/exiv2-panasonic-dmc-fz5.jpg              |   Bin 0 -> 32041 bytes
 test/data/exiv2-photoshop.psd                      |   Bin 0 -> 64164 bytes
 test/data/exiv2-pre-in-xmp.xmp                     |    19 +
 test/data/exiv2-sigma-d10.jpg                      |   Bin 0 -> 18307 bytes
 test/data/exiv2-sony-dsc-w7.jpg                    |   Bin 0 -> 22844 bytes
 test/data/exiv2-test.out                           |  8606 ++++++++
 test/data/exiv2.dc.dwc.i18n.diff                   |   178 +
 test/data/exiv2.dc.dwc.i18n.jpg                    |   Bin 0 -> 14090 bytes
 test/data/exiv2.dc.dwc.i18n.txt                    |   174 +
 test/data/ext.dat                                  |     1 +
 test/data/geotag-test.out                          |    27 +
 test/data/glider.exv                               |   Bin 0 -> 6659 bytes
 test/data/glider.exv.egd                           |     1 +
 test/data/glider.exv.iagd                          |     9 +
 test/data/glider.exv.ipgd                          |     1 +
 test/data/glider.exv.irgd                          |     1 +
 test/data/glider.exv.ixgd                          |     2 +
 test/data/http-test.out                            |    12 +
 test/data/icc-test.out                             |   731 +
 test/data/ifd-test.out                             |   128 +
 test/data/imagemagick.pgf                          |   Bin 0 -> 120983 bytes
 test/data/imagemagick.png                          |   Bin 0 -> 144766 bytes
 test/data/iptc-noAPP13.jpg                         |   Bin 0 -> 1079 bytes
 test/data/iptc-noAPP13.jpg.egd                     |   Bin 0 -> 1053 bytes
 test/data/iptc-noAPP13.jpg.iagd                    |     8 +
 test/data/iptc-noAPP13.jpg.ipgd                    |     1 +
 test/data/iptc-noAPP13.jpg.irgd                    |     1 +
 test/data/iptc-noAPP13.jpg.ixgd                    |     1 +
 test/data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg    |   Bin 0 -> 26981 bytes
 .../data/iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.egd |   Bin 0 -> 21831 bytes
 .../iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.iagd     |     8 +
 .../iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.ipgd     |     1 +
 .../iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.irgd     |     1 +
 .../iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.ixgd     |     1 +
 test/data/iptc-psAPP13-noIPTC.jpg                  |   Bin 0 -> 18317 bytes
 test/data/iptc-psAPP13-noIPTC.jpg.egd              |   Bin 0 -> 13167 bytes
 test/data/iptc-psAPP13-noIPTC.jpg.iagd             |     8 +
 test/data/iptc-psAPP13-noIPTC.jpg.ipgd             |     1 +
 test/data/iptc-psAPP13-noIPTC.jpg.irgd             |     1 +
 test/data/iptc-psAPP13-noIPTC.jpg.ixgd             |     1 +
 test/data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg    |   Bin 0 -> 26981 bytes
 .../data/iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.egd |   Bin 0 -> 21791 bytes
 .../iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.iagd     |    10 +
 .../iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.ipgd     |     2 +
 .../iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.irgd     |     2 +
 .../iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.ixgd     |     3 +
 test/data/iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg   |   Bin 0 -> 27041 bytes
 .../iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.egd     |   Bin 0 -> 21841 bytes
 .../iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.iagd    |    10 +
 .../iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.ipgd    |     2 +
 .../iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.irgd    |     2 +
 .../iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.ixgd    |     3 +
 test/data/iptc-psAPP13-wIPTCbeg.jpg                |   Bin 0 -> 18357 bytes
 test/data/iptc-psAPP13-wIPTCbeg.jpg.egd            |   Bin 0 -> 13167 bytes
 test/data/iptc-psAPP13-wIPTCbeg.jpg.iagd           |    10 +
 test/data/iptc-psAPP13-wIPTCbeg.jpg.ipgd           |     2 +
 test/data/iptc-psAPP13-wIPTCbeg.jpg.irgd           |     2 +
 test/data/iptc-psAPP13-wIPTCbeg.jpg.ixgd           |     3 +
 .../data/iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg |   Bin 0 -> 26993 bytes
 .../iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.egd  |   Bin 0 -> 21831 bytes
 .../iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.iagd |     8 +
 .../iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.ipgd |     1 +
 .../iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.irgd |     1 +
 .../iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.ixgd |     1 +
 test/data/iptc-psAPP13-wIPTCempty.jpg              |   Bin 0 -> 18329 bytes
 test/data/iptc-psAPP13-wIPTCempty.jpg.egd          |   Bin 0 -> 13167 bytes
 test/data/iptc-psAPP13-wIPTCempty.jpg.iagd         |     8 +
 test/data/iptc-psAPP13-wIPTCempty.jpg.ipgd         |     1 +
 test/data/iptc-psAPP13-wIPTCempty.jpg.irgd         |     1 +
 test/data/iptc-psAPP13-wIPTCempty.jpg.ixgd         |     1 +
 test/data/iptc-psAPP13-wIPTCend.jpg                |   Bin 0 -> 18357 bytes
 test/data/iptc-psAPP13-wIPTCend.jpg.egd            |   Bin 0 -> 13167 bytes
 test/data/iptc-psAPP13-wIPTCend.jpg.iagd           |    10 +
 test/data/iptc-psAPP13-wIPTCend.jpg.ipgd           |     2 +
 test/data/iptc-psAPP13-wIPTCend.jpg.irgd           |     2 +
 test/data/iptc-psAPP13-wIPTCend.jpg.ixgd           |     3 +
 test/data/iptc-psAPP13-wIPTCmid.jpg                |   Bin 0 -> 18379 bytes
 test/data/iptc-psAPP13-wIPTCmid.jpg.egd            |   Bin 0 -> 13167 bytes
 test/data/iptc-psAPP13-wIPTCmid.jpg.iagd           |    11 +
 test/data/iptc-psAPP13-wIPTCmid.jpg.ipgd           |     3 +
 test/data/iptc-psAPP13-wIPTCmid.jpg.irgd           |     2 +
 test/data/iptc-psAPP13-wIPTCmid.jpg.ixgd           |     4 +
 ...iptc-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg |   Bin 0 -> 18419 bytes
 ...-psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.egd |   Bin 0 -> 13167 bytes
 ...psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.iagd |    11 +
 ...psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.ipgd |     3 +
 ...psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.irgd |     2 +
 ...psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.ixgd |     4 +
 test/data/iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg  |   Bin 0 -> 35837 bytes
 .../iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.egd    |   Bin 0 -> 35755 bytes
 .../iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.iagd   |    10 +
 .../iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.ipgd   |     2 +
 .../iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.irgd   |     1 +
 .../iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.ixgd   |     3 +
 test/data/iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg  |   Bin 0 -> 35837 bytes
 .../iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.egd    |   Bin 0 -> 35755 bytes
 .../iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.iagd   |    10 +
 .../iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.ipgd   |     2 +
 .../iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.irgd   |     1 +
 .../iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.ixgd   |     3 +
 test/data/iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg |   Bin 0 -> 37135 bytes
 .../iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.egd   |   Bin 0 -> 37053 bytes
 .../iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.iagd  |    10 +
 .../iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.ipgd  |     2 +
 .../iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.irgd  |     1 +
 .../iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.ixgd  |     3 +
 test/data/iso65k-test.out                          |   297 +
 test/data/large.icc                                |   Bin 0 -> 1613600 bytes
 test/data/makernote-test.out                       |    21 +
 test/data/mini9.tif                                |   Bin 0 -> 526 bytes
 test/data/modify-test.out                          |    62 +
 test/data/modifycmd1.txt                           |    14 +
 test/data/modifycmd2.txt                           |     1 +
 test/data/path-test.txt                            |    24 +
 .../eps-flat_coreldraw-x3-lev2-preview1.tif        |   Bin 0 -> 1229768 bytes
 .../eps-flat_coreldraw-x5-lev2-preview1.tif        |   Bin 0 -> 152914 bytes
 .../eps-flat_oodraw_ai-10-lev2-preview1.pnm        |     4 +
 .../eps-flat_oodraw_ai-10-lev2-preview2.jpg        |   Bin 0 -> 3166 bytes
 .../preview/eps-flat_oodraw_ai-8-lev2-preview1.pnm |     4 +
 .../preview/eps-flat_oodraw_ai-8-lev2-preview2.jpg |   Bin 0 -> 3166 bytes
 .../preview/eps-flat_oodraw_ai-8-lev3-preview1.pnm |     4 +
 .../preview/eps-flat_oodraw_ai-9-lev2-preview1.pnm |     4 +
 .../preview/eps-flat_oodraw_ai-9-lev2-preview2.jpg |   Bin 0 -> 3166 bytes
 .../eps-flat_oodraw_ai-cs-lev2-preview1.pnm        |     4 +
 .../eps-flat_oodraw_ai-cs-lev2-preview2.jpg        |   Bin 0 -> 3166 bytes
 .../eps-flat_oodraw_ai-cs2-lev2-preview1.pnm       |     4 +
 .../eps-flat_oodraw_ai-cs2-lev2-preview2.jpg       |   Bin 0 -> 3166 bytes
 .../eps-flat_oodraw_ai-cs3-lev2-preview1.pnm       |     4 +
 .../eps-flat_oodraw_ai-cs3-lev2-preview2.jpg       |   Bin 0 -> 3166 bytes
 .../eps-flat_oodraw_ai-cs4-lev2-preview1.pnm       |     4 +
 .../eps-flat_oodraw_ai-cs4-lev2-preview2.jpg       |   Bin 0 -> 3166 bytes
 .../eps-flat_oodraw_ai-cs5-lev2-preview1.pnm       |     4 +
 .../eps-flat_oodraw_ai-cs5-lev2-preview2.jpg       |   Bin 0 -> 3166 bytes
 ...flat_oodraw_ai-cs5-lev3-nodocthumb-preview1.jpg |   Bin 0 -> 3166 bytes
 .../eps-flat_oodraw_ai-cs5-lev3-pre-preview1.pnm   |     4 +
 .../eps-flat_oodraw_ai-cs5-lev3-pre-preview2.tif   |   Bin 0 -> 37902 bytes
 .../eps-flat_oodraw_ai-cs5-lev3-pre-preview3.jpg   |   Bin 0 -> 3166 bytes
 .../eps-flat_oodraw_ai-cs5-lev3-preview1.pnm       |     4 +
 .../eps-flat_oodraw_ai-cs5-lev3-preview2.jpg       |   Bin 0 -> 3166 bytes
 ...t_oodraw_ai-cs5-lev3_exiftool-8.56-preview1.pnm |     4 +
 ...flat_oodraw_ai-cs5-lev3_ns-xapGImg-preview1.pnm |     4 +
 ...flat_oodraw_ai-cs5-lev3_ns-xapGImg-preview2.jpg |   Bin 0 -> 3166 bytes
 ...t_photoshop-cs5-ascii-colorprofile-preview1.jpg |   Bin 0 -> 854 bytes
 .../eps-flat_photoshop-cs5-ascii-pre-preview1.jpg  |   Bin 0 -> 854 bytes
 .../eps-flat_photoshop-cs5-ascii-preview1.jpg      |   Bin 0 -> 854 bytes
 ...eps-flat_photoshop-cs5-ascii85-pre-preview1.jpg |   Bin 0 -> 854 bytes
 .../eps-flat_photoshop-cs5-ascii85-preview1.jpg    |   Bin 0 -> 854 bytes
 ...photoshop-cs5-ascii_failure-bigxmp-preview1.jpg |   Bin 0 -> 574 bytes
 .../eps-flat_photoshop-cs5-binary-pre-preview1.jpg |   Bin 0 -> 854 bytes
 .../eps-flat_photoshop-cs5-binary-preview1.jpg     |   Bin 0 -> 854 bytes
 ...photoshop-cs5-binary_exiftool-8.56-preview1.jpg |   Bin 0 -> 854 bytes
 ..._photoshop-cs5-binary_exiv2-bigxmp-preview1.jpg |   Bin 0 -> 854 bytes
 ...ps-flat_photoshop-cs5-binary_exiv2-preview1.jpg |   Bin 0 -> 854 bytes
 ...ary_exiv2_missing-begin-xml-packet-preview1.jpg |   Bin 0 -> 854 bytes
 ...oshop-cs5-binary_no-adocontainsxmp-preview1.jpg |   Bin 0 -> 854 bytes
 .../eps-flat_photoshop-e9-win-doseps-preview1.jpg  |   Bin 0 -> 2252 bytes
 .../eps-flat_photoshop-e9-win-doseps-preview2.tif  |   Bin 0 -> 23782 bytes
 .../preview/eps-flat_photoshop-e9-win-preview1.jpg |   Bin 0 -> 2252 bytes
 .../eps-flat_photoshop-e9-win_exiv2-preview1.jpg   |   Bin 0 -> 2252 bytes
 .../eps-nested_noxmp_ai-8-lev2-preview1.pnm        |   Bin 0 -> 33806 bytes
 .../eps-nested_noxmp_ai-8-lev3-preview1.pnm        |   Bin 0 -> 33806 bytes
 .../eps-nested_noxmp_ai-cs5-lev2-preview1.pnm      |   Bin 0 -> 33806 bytes
 .../eps-nested_noxmp_ai-cs5-lev2-preview2.jpg      |   Bin 0 -> 3555 bytes
 .../eps-nested_noxmp_ai-cs5-lev3-preview1.pnm      |   Bin 0 -> 33806 bytes
 .../eps-nested_noxmp_ai-cs5-lev3-preview2.jpg      |   Bin 0 -> 3555 bytes
 ...nested_noxmp_indesign-cs5-lev2-bin-preview1.tif |   Bin 0 -> 8124 bytes
 ...eps-nested_noxmp_indesign-cs5-lev2-preview1.tif |   Bin 0 -> 8124 bytes
 ...nested_noxmp_indesign-cs5-lev3-bin-preview1.tif |   Bin 0 -> 8124 bytes
 ...eps-nested_noxmp_indesign-cs5-lev3-preview1.tif |   Bin 0 -> 8124 bytes
 .../eps-nested_noxmp_oodraw-lev2-pre-preview1.tif  |   Bin 0 -> 14236 bytes
 .../preview/eps-nested_xmp_ai-3-lev3-preview1.tif  |   Bin 0 -> 11692 bytes
 .../preview/eps-nested_xmp_ai-8-lev3-preview1.tif  |   Bin 0 -> 22300 bytes
 .../preview/eps-nested_xmp_ai-8-lev3-preview2.pnm  |   Bin 0 -> 49167 bytes
 .../eps-nested_xmp_ai-cs5-lev3-preview1.tif        |   Bin 0 -> 22300 bytes
 .../eps-nested_xmp_ai-cs5-lev3-preview2.pnm        |   Bin 0 -> 49167 bytes
 .../eps-nested_xmp_ai-cs5-lev3-preview3.jpg        |   Bin 0 -> 4276 bytes
 ...s-nested_xmp_indesign-cs5-lev3-bin-preview1.tif |   Bin 0 -> 8080 bytes
 .../eps-nested_xmp_indesign-cs5-lev3-preview1.tif  |   Bin 0 -> 8080 bytes
 ...ign-cs5-lev3_failure-exiftool-8.56-preview1.tif |   Bin 0 -> 8076 bytes
 .../eps-nested_xmp_oodraw-lev2-pre-preview1.tif    |   Bin 0 -> 14476 bytes
 test/data/preview/eps-old-r2872_01-preview1.jpg    |   Bin 0 -> 854 bytes
 test/data/preview/eps-old-r2872_02-preview1.jpg    |   Bin 0 -> 854 bytes
 test/data/preview/eps-old-r2872_03-preview1.jpg    |   Bin 0 -> 854 bytes
 test/data/preview/eps-old-r2872_04-preview1.jpg    |   Bin 0 -> 2252 bytes
 test/data/preview/eps-preview-test.out             |   522 +
 test/data/preview/exiv2-bug443-preview1.jpg        |   Bin 0 -> 33779 bytes
 test/data/preview/exiv2-bug444-preview1.jpg        |   Bin 0 -> 4158 bytes
 test/data/preview/exiv2-bug444-preview2.jpg        |   Bin 0 -> 16993 bytes
 test/data/preview/exiv2-bug445-preview1.jpg        |   Bin 0 -> 5448 bytes
 test/data/preview/exiv2-bug447-preview1.jpg        |   Bin 0 -> 4093 bytes
 test/data/preview/exiv2-bug501-preview1.jpg        |   Bin 0 -> 6179 bytes
 test/data/preview/exiv2-bug528-preview1.jpg        |   Bin 0 -> 4492 bytes
 test/data/preview/exiv2-canon-eos-20d-preview1.jpg |   Bin 0 -> 6260 bytes
 .../data/preview/exiv2-canon-eos-300d-preview1.jpg |   Bin 0 -> 9728 bytes
 test/data/preview/exiv2-canon-eos-d30-preview1.jpg |   Bin 0 -> 13824 bytes
 .../exiv2-canon-powershot-a520-preview1.jpg        |   Bin 0 -> 6137 bytes
 .../preview/exiv2-canon-powershot-s40-preview1.jpg |   Bin 0 -> 4418 bytes
 .../exiv2-fujifilm-finepix-s2pro-preview1.jpg      |   Bin 0 -> 9573 bytes
 test/data/preview/exiv2-gc-preview1.jpg            |   Bin 0 -> 6144 bytes
 test/data/preview/exiv2-kodak-dc210-preview1.tif   |   Bin 0 -> 20916 bytes
 test/data/preview/exiv2-nikon-d70-preview1.jpg     |   Bin 0 -> 8930 bytes
 test/data/preview/exiv2-nikon-d70-preview2.jpg     |   Bin 0 -> 27773 bytes
 test/data/preview/exiv2-nikon-e950-preview1.jpg    |   Bin 0 -> 4662 bytes
 test/data/preview/exiv2-nikon-e990-preview1.jpg    |   Bin 0 -> 7829 bytes
 .../preview/exiv2-olympus-c8080wz-preview1.jpg     |   Bin 0 -> 7306 bytes
 .../preview/exiv2-panasonic-dmc-fz5-preview1.jpg   |   Bin 0 -> 10308 bytes
 test/data/preview/exiv2-photoshop-preview1.jpg     |   Bin 0 -> 4669 bytes
 test/data/preview/exiv2-pre-in-xmp-preview1.jpg    |   Bin 0 -> 4745 bytes
 test/data/preview/exiv2-sigma-d10-preview1.jpg     |   Bin 0 -> 11998 bytes
 test/data/preview/exiv2-sony-dsc-w7-preview1.jpg   |   Bin 0 -> 15605 bytes
 test/data/preview/glider-preview1.jpg              |   Bin 0 -> 5333 bytes
 test/data/preview/imagemagick-preview1.jpg         |   Bin 0 -> 4363 bytes
 test/data/preview/iptc-psAPP13-noIPTC-preview1.jpg |   Bin 0 -> 938 bytes
 .../iptc-psAPP13-noIPTC-psAPP13-wIPTC-preview1.jpg |   Bin 0 -> 938 bytes
 .../iptc-psAPP13-wIPTC-psAPP13-noIPTC-preview1.jpg |   Bin 0 -> 938 bytes
 ...iptc-psAPP13-wIPTC1-psAPP13-wIPTC2-preview1.jpg |   Bin 0 -> 938 bytes
 .../preview/iptc-psAPP13-wIPTCbeg-preview1.jpg     |   Bin 0 -> 938 bytes
 .../preview/iptc-psAPP13-wIPTCempty-preview1.jpg   |   Bin 0 -> 938 bytes
 ...c-psAPP13-wIPTCempty-psAPP13-wIPTC-preview1.jpg |   Bin 0 -> 938 bytes
 .../preview/iptc-psAPP13-wIPTCend-preview1.jpg     |   Bin 0 -> 938 bytes
 .../preview/iptc-psAPP13-wIPTCmid-preview1.jpg     |   Bin 0 -> 938 bytes
 ...P13-wIPTCmid1-wIPTCempty-wIPTCmid2-preview1.jpg |   Bin 0 -> 938 bytes
 test/data/preview/preview-test.out                 |   338 +
 test/data/preview/smiley2-preview1.jpg             |   Bin 0 -> 7289 bytes
 test/data/relax.jp2                                |   Bin 0 -> 16298 bytes
 test/data/small.icc                                |   Bin 0 -> 560 bytes
 test/data/smiley1.jpg                              |   Bin 0 -> 2969 bytes
 test/data/smiley1.jpg.c1gd                         |   Bin 0 -> 2969 bytes
 test/data/smiley1.jpg.c2gd                         |   Bin 0 -> 2969 bytes
 test/data/smiley1.jpg.c3gd                         |   Bin 0 -> 11165 bytes
 test/data/smiley1.jpg.egd                          |   Bin 0 -> 2423 bytes
 test/data/smiley1.jpg.i1gd                         |   Bin 0 -> 2969 bytes
 test/data/smiley1.jpg.i2gd                         |   Bin 0 -> 2969 bytes
 test/data/smiley1.jpg.i3gd                         |   Bin 0 -> 2871 bytes
 test/data/smiley1.jpg.iagd                         |    20 +
 test/data/smiley1.jpg.ipgd                         |    13 +
 test/data/smiley1.jpg.irgd                         |     7 +
 test/data/smiley1.jpg.ixgd                         |    14 +
 test/data/smiley2.jpg                              |   Bin 0 -> 11511 bytes
 test/data/smiley2.jpg.c1gd                         |   Bin 0 -> 3309 bytes
 test/data/smiley2.jpg.c2gd                         |   Bin 0 -> 3309 bytes
 test/data/smiley2.jpg.c3gd                         |   Bin 0 -> 11511 bytes
 test/data/smiley2.jpg.egd                          |   Bin 0 -> 2787 bytes
 test/data/smiley2.jpg.i1gd                         |   Bin 0 -> 11609 bytes
 test/data/smiley2.jpg.i2gd                         |   Bin 0 -> 11609 bytes
 test/data/smiley2.jpg.i3gd                         |   Bin 0 -> 11511 bytes
 test/data/smiley2.jpg.iagd                         |    14 +
 test/data/smiley2.jpg.ipgd                         |     6 +
 test/data/smiley2.jpg.irgd                         |     2 +
 test/data/smiley2.jpg.ixgd                         |     7 +
 test/data/stdin-test.out                           |   206 +
 test/data/stringto-test.out                        |    24 +
 test/data/table.jpg                                |   Bin 0 -> 568 bytes
 test/data/table.jpg.c1gd                           |   Bin 0 -> 568 bytes
 test/data/table.jpg.c2gd                           |   Bin 0 -> 568 bytes
 test/data/table.jpg.c3gd                           |   Bin 0 -> 8764 bytes
 test/data/table.jpg.egd                            |   Bin 0 -> 22 bytes
 test/data/table.jpg.i1gd                           |   Bin 0 -> 568 bytes
 test/data/table.jpg.i2gd                           |   Bin 0 -> 568 bytes
 test/data/table.jpg.i3gd                           |   Bin 0 -> 470 bytes
 test/data/table.jpg.iagd                           |    20 +
 test/data/table.jpg.ipgd                           |    13 +
 test/data/table.jpg.irgd                           |     7 +
 test/data/table.jpg.ixgd                           |    14 +
 test/data/test.tiff                                |   Bin 0 -> 197250 bytes
 test/data/tiff-test.out                            |   132 +
 test/data/webp-test.out                            |   344 +
 test/data/write-test-debug.out                     |   188 +
 test/data/write-test.out                           |   255 +
 test/data/write2-test.out                          |   303 +
 test/data/xmpparser-test.out                       |   529 +
 test/data/xmpsdk.xmp                               |    48 +
 test/eps-preview-test.sh                           |   106 +
 test/eps-test.sh                                   |   145 +
 test/exifdata-test.sh                              |    18 +
 test/exiv2-test.sh                                 |   114 +
 test/functions.source                              |   539 +
 test/geotag-test.sh                                |    36 +
 test/http-test.sh                                  |    46 +
 test/httpiotest.sh                                 |    65 +
 test/icc-test.sh                                   |    69 +
 test/imagetest.sh                                  |    59 +
 test/iotest.sh                                     |    23 +
 test/iptctest.sh                                   |    54 +
 test/iso65k-test.sh                                |   181 +
 test/modify-test.sh                                |    18 +
 test/path-test.sh                                  |    16 +
 test/preview-test.sh                               |    87 +
 test/sshiotest.sh                                  |   118 +
 test/stdin-test.sh                                 |    59 +
 test/stringto-test.sh                              |    14 +
 test/testMSVC.sh                                   |    43 +
 test/tiff-test.sh                                  |   125 +
 test/video-test.sh                                 |    49 +
 test/webp-test.sh                                  |    93 +
 test/write-test.sh                                 |    35 +
 test/write-video-test.sh                           |    68 +
 test/write2-test.sh                                |    16 +
 test/xmpparser-test.sh                             |    47 +
 website/Checklist.txt                              |    69 +
 website/Makefile                                   |   206 +
 website/README                                     |    73 +
 website/bin/buglinks.sh                            |    16 +
 website/bin/buildrelease.sh                        |   105 +
 website/bin/conversion.sh                          |    26 +
 website/bin/download.sh                            |    47 +
 website/bin/exiv2-buildrelease.sh                  |    94 +
 website/bin/exiv2-buildwinexe.sh                   |    61 +
 website/bin/exiv2-htmlman.sh                       |    13 +
 website/bin/exiv2-nikon-lensupdate.sh              |    34 +
 website/bin/exiv2-tagrelease.sh                    |    43 +
 website/bin/gen.py                                 |    61 +
 website/bin/getbuilds.sh                           |    34 +
 website/bin/release_info.sh                        |    25 +
 website/bin/rmlink.py                              |    16 +
 website/bin/rssdate.cpp                            |    22 +
 website/bin/sample.sh                              |    13 +
 website/bin/tagtables.sh                           |    28 +
 website/doxygen/Doxyfile                           |  1881 ++
 website/doxygen/customdoxygen.css                  |   213 +
 website/doxygen/doxy-boot.js                       |   115 +
 website/doxygen/exiv2-footer.html.in               |     4 +
 website/doxygen/exiv2-header.html.in               |    13 +
 website/doxygen/intro.html                         |   108 +
 website/doxygen/mainpage.hpp.in                    |    29 +
 website/html/Exif2-2.PDF                           |   Bin 0 -> 768232 bytes
 website/html/Exiv2Logo.png                         |   Bin 0 -> 15594 bytes
 website/html/Exiv2v0-26.pdf                        |   Bin 0 -> 489058 bytes
 website/html/buildServer.html                      |   253 +
 website/html/dist/css/bootstrap-theme.css          |   587 +
 website/html/dist/css/bootstrap-theme.css.map      |     1 +
 website/html/dist/css/bootstrap-theme.min.css      |     5 +
 website/html/dist/css/bootstrap.css                |  6800 +++++++
 website/html/dist/css/bootstrap.css.map            |     1 +
 website/html/dist/css/bootstrap.min.css            |     5 +
 .../dist/fonts/glyphicons-halflings-regular.eot    |   Bin 0 -> 20127 bytes
 .../dist/fonts/glyphicons-halflings-regular.svg    |   288 +
 .../dist/fonts/glyphicons-halflings-regular.ttf    |   Bin 0 -> 45404 bytes
 .../dist/fonts/glyphicons-halflings-regular.woff   |   Bin 0 -> 23424 bytes
 .../dist/fonts/glyphicons-halflings-regular.woff2  |   Bin 0 -> 18028 bytes
 website/html/dist/js/bootstrap.js                  |  2363 +++
 website/html/dist/js/bootstrap.min.js              |     7 +
 website/html/dist/js/npm.js                        |    13 +
 website/html/exiv2-manpage.pdf                     |  4453 +++++
 website/html/include/ahuggel.png                   |   Bin 0 -> 2412 bytes
 {doc => website/html}/include/blank.png            |   Bin
 website/html/include/doxygen.png                   |   Bin 0 -> 3476 bytes
 website/html/include/exiv2-logo-big.png            |   Bin 0 -> 15594 bytes
 website/html/include/exiv2-logo-small.png          |   Bin 0 -> 8263 bytes
 website/html/include/exiv2.css                     |    50 +
 website/html/include/external_link.png             |   Bin 0 -> 240 bytes
 website/html/include/img_1771.jpg                  |   Bin 0 -> 32764 bytes
 website/html/include/img_2158.jpg                  |   Bin 0 -> 28037 bytes
 website/html/include/pdf_file.png                  |   Bin 0 -> 233 bytes
 website/html/include/smiley1.jpg                   |   Bin 0 -> 2909 bytes
 website/master/archive.html.in                     |   516 +
 website/master/changelog.html.in                   |    18 +
 website/master/conversion.html.in                  |    22 +
 website/master/download.html.in                    |   167 +
 website/master/examples.html.in                    |   227 +
 website/master/getting-started.html.in             |   178 +
 website/master/index.html.in                       |    29 +
 website/master/iptc.html.in                        |    23 +
 website/master/makernote.html.in                   |    86 +
 website/master/manpage.html.in                     |    23 +
 website/master/metadata.html.in                    |    95 +
 website/master/news.xml                            |   685 +
 website/master/sample.html.in                      |   198 +
 website/master/tags-canon.html.in                  |    52 +
 website/master/tags-casio.html.in                  |    32 +
 website/master/tags-fujifilm.html.in               |    21 +
 website/master/tags-minolta.html.in                |    37 +
 website/master/tags-nikon.html.in                  |   169 +
 website/master/tags-olympus.html.in                |    63 +
 website/master/tags-panasonic.html.in              |    23 +
 website/master/tags-pentax.html.in                 |    24 +
 website/master/tags-samsung.html.in                |    21 +
 website/master/tags-sigma.html.in                  |    21 +
 website/master/tags-sony.html.in                   |    58 +
 website/master/tags-xmp-GPano.html.in              |    36 +
 website/master/tags-xmp-MP.html.in                 |    47 +
 website/master/tags-xmp-MicrosoftPhoto.html.in     |    26 +
 website/master/tags-xmp-acdsee.html.in             |    37 +
 website/master/tags-xmp-aux.html.in                |    29 +
 website/master/tags-xmp-crs.html.in                |    28 +
 website/master/tags-xmp-crss.html.in               |    28 +
 website/master/tags-xmp-dc.html.in                 |    28 +
 website/master/tags-xmp-dcterms.html.in            |    28 +
 website/master/tags-xmp-digiKam.html.in            |    26 +
 website/master/tags-xmp-dwc.html.in                |    29 +
 website/master/tags-xmp-exif.html.in               |    36 +
 website/master/tags-xmp-exifEX.html.in             |    28 +
 website/master/tags-xmp-expressionmedia.html.in    |    27 +
 website/master/tags-xmp-iptc.html.in               |    30 +
 website/master/tags-xmp-iptcExt.html.in            |    32 +
 website/master/tags-xmp-kipi.html.in               |    26 +
 website/master/tags-xmp-lr.html.in                 |    28 +
 website/master/tags-xmp-mediapro.html.in           |    32 +
 website/master/tags-xmp-mwg-kw.html.in             |    28 +
 website/master/tags-xmp-mwg-rs.html.in             |    28 +
 website/master/tags-xmp-pdf.html.in                |    27 +
 website/master/tags-xmp-photoshop.html.in          |    27 +
 website/master/tags-xmp-plus.html.in               |    28 +
 website/master/tags-xmp-template.html.in           |    16 +
 website/master/tags-xmp-tiff.html.in               |    30 +
 website/master/tags-xmp-xmp.html.in                |    28 +
 website/master/tags-xmp-xmpBJ.html.in              |    28 +
 website/master/tags-xmp-xmpDM.html.in              |    28 +
 website/master/tags-xmp-xmpMM.html.in              |    34 +
 website/master/tags-xmp-xmpRights.html.in          |    30 +
 website/master/tags-xmp-xmpTPg.html.in             |    28 +
 website/master/tags.html.in                        |    22 +
 website/master/whatsnew-latest.xsl                 |    41 +
 website/master/whatsnew-rss.xsl                    |    32 +
 website/master/whatsnew-table.xsl                  |    34 +
 website/master/whatsnew.html.in                    |    17 +
 website/var/__ChangeLog__                          |  2057 ++
 website/var/__bootstrap__                          |     6 +
 website/var/__conversion__                         |   129 +
 {doc/templates => website/var}/__doctype__         |     0
 website/var/__example1__                           |    53 +
 website/var/__example2__                           |   110 +
 website/var/__example3__                           |    51 +
 website/var/__example4__                           |    50 +
 website/var/__example5__                           |   217 +
 website/var/__footer__                             |    37 +
 website/var/__header4__                            |    31 +
 website/var/__header5__                            |    31 +
 website/var/__maintitle__                          |     1 +
 website/var/__manpage__                            |  2802 +++
 website/var/__navbar2__                            |    46 +
 website/var/__navbar__                             |    37 +
 .../organize.cpp => website/var/__sample-h__       |     0
 .../organize.cpp => website/var/__sample-p__       |     0
 .../organize.cpp => website/var/__sample-pt__      |     0
 .../organize.cpp => website/var/__tracker__        |     0
 website/var/__validhtml__                          |     7 +
 website/var/__version__                            |     1 +
 .../var/__whatsnew-latest__                        |     0
 website/var/__whatsnew-table__                     |   604 +
 website/var/exif.xsl                               |    64 +
 website/var/iptc.xsl                               |    94 +
 website/var/xmp.xsl                                |    64 +
 xmpsdk/CMakeLists.txt                              |    24 +-
 xmpsdk/include/MD5.h                               |    12 +-
 xmpsdk/src/Makefile                                |     2 +-
 xmpsdk/src/XMPMeta-Serialize.cpp                   |     5 +-
 1068 files changed, 218520 insertions(+), 129986 deletions(-)

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list