[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:40:51 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=370af5c
The following commit has been merged in the master branch:
commit 370af5c8a3421960f221525c71b83c416b675602
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Nov 27 05:59:23 2009 +0000
Merged all changes from the unstable branch into the trunk.
---
CMakeLists.txt | 102 ++
Makefile | 1 +
README-cmake | 80 +
Todo-cmake.txt | 59 +
config/ConfigureChecks.cmake | 253 +++
config/FindEXPAT.cmake | 28 +
config/FindIconv.cmake | 87 +
config/Makefile.in | 1 +
config/{config.h.in => config.h.cmake} | 147 +-
config/config.h.in | 5 +
config/configure.ac | 2 +
config/exiv2.pc.cmake | 10 +
config/exv_msvc.h.cmake | 5 +
msvc/README-MSVC.txt | 8 +-
.../convert-test.vcproj} | 798 ++++-----
msvc/exiv2+organize.sln | 248 ++-
msvc/exiv2.sln | 243 ++-
msvc/exiv2lib/exiv2lib.vcproj | 658 +++----
msvc/include/exv_msvc.h | 13 +
msvc/include/sys/mman.h | 57 +
msvc/include/sys/socket.h | 7 +
msvc/include/sys/types.h | 8 +
msvc/include/winposix_export.h | 39 +
.../mmap-test.vcproj} | 798 ++++-----
msvc/runner.bat | 149 +-
msvc/runner.txt | 1818 +++-----------------
msvc/src/mmap.cpp | 196 +++
msvc/test.tiff | Bin 0 -> 194752 bytes
.../tiff-test.vcproj} | 798 ++++-----
config/config.make => samples/CMakeLists.txt | 56 +-
samples/Makefile | 1 +
samples/mmap-test.cpp | 43 +
samples/write2-test.cpp | 14 +
src/CMakeLists.txt | 224 +++
src/Makefile | 3 +-
src/actions.cpp | 74 +-
src/actions.hpp | 18 +-
src/basicio.cpp | 309 +++-
src/basicio.hpp | 139 +-
src/bmpimage.cpp | 5 +
src/bmpimage.hpp | 2 +-
src/canonmn.cpp | 139 +-
src/canonmn.hpp | 6 +
src/convert.cpp | 104 +-
src/convert.hpp | 4 +-
src/cr2image.cpp | 9 +-
src/cr2image.hpp | 2 +-
src/cr2image_int.hpp | 2 +-
src/crwimage.cpp | 9 +
src/crwimage.hpp | 2 +-
src/crwimage_int.hpp | 2 +-
src/datasets.cpp | 42 +-
src/datasets.hpp | 20 +-
src/easyaccess.cpp | 82 +-
src/easyaccess.hpp | 8 +
src/error.cpp | 18 +
src/error.hpp | 12 +-
src/exif.cpp | 239 ++-
src/exif.hpp | 113 +-
src/futils.cpp | 15 +-
src/futils.hpp | 7 +
src/gifimage.cpp | 5 +
src/gifimage.hpp | 2 +-
src/image.cpp | 111 ++
src/image.hpp | 51 +-
src/iptc.cpp | 183 +-
src/iptc.hpp | 79 +-
src/jp2image.cpp | 5 +
src/jp2image.hpp | 2 +-
src/jpgimage.cpp | 62 +-
src/jpgimage.hpp | 4 +-
src/makernote.cpp | 514 ++++--
src/makernote_int.hpp | 293 +---
src/metadatum.hpp | 29 +-
src/mrwimage.cpp | 5 +
src/mrwimage.hpp | 2 +-
src/nikonmn.cpp | 1435 ++++++++-------
src/nikonmn.hpp | 55 +-
src/orfimage.cpp | 9 +-
src/orfimage.hpp | 2 +-
src/orfimage_int.hpp | 2 +-
src/pentaxmn.cpp | 5 +-
src/pgfimage.cpp | 331 ++++
src/{pngimage.hpp => pgfimage.hpp} | 49 +-
src/pngchunk.cpp | 16 +-
src/pngimage.cpp | 13 +-
src/pngimage.hpp | 2 +-
src/preview.cpp | 40 +-
src/preview.hpp | 19 +
src/properties.cpp | 5 +
src/properties.hpp | 2 +-
src/psdimage.cpp | 15 +-
src/psdimage.hpp | 2 +-
src/rafimage.cpp | 5 +
src/rafimage.hpp | 2 +-
src/rw2image.cpp | 9 +-
src/rw2image.hpp | 2 +-
src/rw2image_int.hpp | 4 +-
src/tags.cpp | 71 +-
src/tags.hpp | 8 +-
src/tgaimage.cpp | 18 +-
src/tgaimage.hpp | 2 +-
src/tiffcomposite.cpp | 721 ++++++--
src/tiffcomposite_int.hpp | 549 ++++--
src/tifffwd_int.hpp | 8 +-
src/tiffimage.cpp | 510 +++++-
src/tiffimage.hpp | 19 +-
src/tiffimage_int.hpp | 19 +-
src/tiffvisitor.cpp | 181 +-
src/tiffvisitor_int.hpp | 92 +-
src/types.cpp | 29 +
src/types.hpp | 19 +-
src/utils.cpp | 9 +
src/utils.hpp | 4 +-
src/value.cpp | 130 +-
src/value.hpp | 103 +-
src/xmp.cpp | 5 +
src/xmp.hpp | 2 +-
src/xmpsidecar.cpp | 5 +
src/xmpsidecar.hpp | 2 +-
test/bugfixes-test.sh | 3 +-
test/data/bugfixes-test.out | 26 +-
test/data/conversions.out | 18 +-
test/data/exifdata-test.out | 400 +++--
test/data/exiv2-test.out | 811 ++++++---
test/data/glider.exv.iagd | 2 +-
test/data/glider.exv.ixgd | 2 +-
test/data/imagemagick.pgf | Bin 0 -> 120983 bytes
test/data/iptc-noAPP13.jpg.iagd | 2 +-
test/data/iptc-noAPP13.jpg.ixgd | 2 +-
.../iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.iagd | 2 +-
.../iptc-psAPP13-noIPTC-psAPP13-wIPTC.jpg.ixgd | 2 +-
test/data/iptc-psAPP13-noIPTC.jpg.iagd | 2 +-
test/data/iptc-psAPP13-noIPTC.jpg.ixgd | 2 +-
.../iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.iagd | 2 +-
.../iptc-psAPP13-wIPTC-psAPP13-noIPTC.jpg.ixgd | 2 +-
.../iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.iagd | 2 +-
.../iptc-psAPP13-wIPTC1-psAPP13-wIPTC2.jpg.ixgd | 2 +-
test/data/iptc-psAPP13-wIPTCbeg.jpg.iagd | 2 +-
test/data/iptc-psAPP13-wIPTCbeg.jpg.ixgd | 2 +-
.../iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.iagd | 2 +-
.../iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg.ixgd | 2 +-
test/data/iptc-psAPP13-wIPTCempty.jpg.iagd | 2 +-
test/data/iptc-psAPP13-wIPTCempty.jpg.ixgd | 2 +-
test/data/iptc-psAPP13-wIPTCend.jpg.iagd | 2 +-
test/data/iptc-psAPP13-wIPTCend.jpg.ixgd | 2 +-
test/data/iptc-psAPP13-wIPTCmid.jpg.iagd | 2 +-
test/data/iptc-psAPP13-wIPTCmid.jpg.ixgd | 2 +-
...psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.iagd | 2 +-
...psAPP13-wIPTCmid1-wIPTCempty-wIPTCmid2.jpg.ixgd | 2 +-
.../iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.iagd | 2 +-
.../iptc-psAPP13s-noIPTC-psAPP13s-wIPTC.jpg.ixgd | 2 +-
.../iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.iagd | 2 +-
.../iptc-psAPP13s-wIPTC-psAPP13s-noIPTC.jpg.ixgd | 2 +-
.../iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.iagd | 2 +-
.../iptc-psAPP13s-wIPTCs-psAPP13s-wIPTCs.jpg.ixgd | 2 +-
test/data/smiley1.jpg.iagd | 2 +-
test/data/smiley1.jpg.ixgd | 2 +-
test/data/smiley2.jpg.iagd | 2 +-
test/data/smiley2.jpg.ixgd | 2 +-
test/data/table.jpg.iagd | 2 +-
test/data/table.jpg.ixgd | 2 +-
test/data/write-test.out | 4 +-
test/data/write2-test.out | 177 +-
test/imagetest.sh | 14 +-
test/iotest.sh | 6 +-
test/iptctest.sh | 18 +-
config/config.make => xmpsdk/CMakeLists.txt | 44 +-
xmpsdk/include/XMP.incl_cpp | 4 +-
xmpsdk/include/XMPSDK.hpp | 4 +-
170 files changed, 9870 insertions(+), 5949 deletions(-)
The diff has been stripped from this email because it exceeds 50KB
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list