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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:20 UTC 2017


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

The following commit has been merged in the master branch:
commit de48225d9bac036779f4c9702425021737701fc4
Author: vog <vog at notjusthosting.com>
Date:   Fri Jun 17 13:52:45 2011 +0000

    #689: provide support for EPS files
    
    EPS is added to the front of the registry to ensure that very small
    EPS files will be detected.
    
    This implementation refuses to deal with "read-only XMP" as well
    as "%%Include..." DSC comments, because it is unclear how to handle
    those properly. If one of these special cases occur, a warning will
    be emitted which encourages the user to provide a real-world EPS
    file to us.
---
 src/Makefile                                       |    1 +
 src/epsimage.cpp                                   |  903 ++++
 src/epsimage.hpp                                   |  148 +
 src/exiv2.hpp                                      |    1 +
 src/image.cpp                                      |    2 +
 test/Makefile                                      |    1 +
 test/data/eps/eps-flat_empty-eof-noeol.eps         |    3 +
 test/data/eps/eps-flat_empty-eof.eps               |    3 +
 test/data/eps/eps-flat_empty-noeol.eps             |    2 +
 test/data/eps/eps-flat_empty-xmp.eps               |   43 +
 test/data/eps/eps-flat_empty.eps                   |    2 +
 test/data/eps/eps-flat_inkscape-epsi.eps           |  347 ++
 test/data/eps/eps-flat_inkscape.eps                |   36 +
 test/data/eps/eps-flat_minimal-eof.eps             |    7 +
 test/data/eps/eps-flat_minimal-noeol.eps           |    6 +
 test/data/eps/eps-flat_minimal.eps                 |    6 +
 .../eps/eps-flat_minimal_xmp-singlequote-begin.eps |   47 +
 .../eps/eps-flat_minimal_xmp-singlequote-end.eps   |   47 +
 .../eps/eps-flat_minimal_xmp-singlequote-id.eps    |   47 +
 test/data/eps/eps-flat_minimal_xmp.eps             |   47 +
 test/data/eps/eps-flat_oodraw-lev1.eps             |   77 +
 test/data/eps/eps-flat_oodraw-lev2.eps             |   78 +
 test/data/eps/eps-flat_oodraw-lev2_eps2eps.eps     |   80 +
 test/data/eps/eps-flat_oodraw_ai-10-lev2.eps       | 5022 +++++++++++++++++++
 test/data/eps/eps-flat_oodraw_ai-3-lev2.eps        |  778 +++
 test/data/eps/eps-flat_oodraw_ai-3-lev3.eps        |  778 +++
 test/data/eps/eps-flat_oodraw_ai-8-lev2.eps        | 5036 ++++++++++++++++++++
 test/data/eps/eps-flat_oodraw_ai-8-lev3.eps        | 2727 +++++++++++
 test/data/eps/eps-flat_oodraw_ai-9-lev2.eps        | 5029 +++++++++++++++++++
 test/data/eps/eps-flat_oodraw_ai-cs-lev2.eps       | 5015 +++++++++++++++++++
 test/data/eps/eps-flat_oodraw_ai-cs2-lev2.eps      | 5008 +++++++++++++++++++
 test/data/eps/eps-flat_oodraw_ai-cs3-lev2.eps      | 5001 +++++++++++++++++++
 test/data/eps/eps-flat_oodraw_ai-cs4-lev2.eps      | 4994 +++++++++++++++++++
 test/data/eps/eps-flat_oodraw_ai-cs5-lev2.eps      | 4947 +++++++++++++++++++
 .../eps/eps-flat_oodraw_ai-cs5-lev3-nodocthumb.eps | 4980 +++++++++++++++++++
 .../eps/eps-flat_oodraw_ai-cs5-lev3-preview.eps    |  Bin 0 -> 259394 bytes
 test/data/eps/eps-flat_oodraw_ai-cs5-lev3.eps      | 4968 +++++++++++++++++++
 .../eps-flat_photoshop-cs5-ascii-colorprofile.eps  |  173 +
 .../eps/eps-flat_photoshop-cs5-ascii-preview.eps   |  200 +
 test/data/eps/eps-flat_photoshop-cs5-ascii.eps     |  186 +
 .../eps/eps-flat_photoshop-cs5-ascii85-preview.eps |  389 ++
 test/data/eps/eps-flat_photoshop-cs5-ascii85.eps   |  375 ++
 ...eps-flat_photoshop-cs5-ascii_failure-bigxmp.eps |    1 +
 .../eps/eps-flat_photoshop-cs5-binary-preview.eps  |  228 +
 test/data/eps/eps-flat_photoshop-cs5-binary.eps    |  214 +
 test/data/eps/eps-flat_photoshop-e9-win-doseps.eps |  Bin 0 -> 133355 bytes
 test/data/eps/eps-flat_photoshop-e9-win.eps        | 1651 +++++++
 test/data/eps/eps-test.out                         |  810 ++++
 test/eps-test.sh                                   |   38 +
 49 files changed, 60482 insertions(+)

The diff has been stripped from this email because it exceeds 50KB


-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list