[libimage-exiftool-perl] 01/05: Update upstream source from tag 'upstream/10.79'

gregor herrmann gregoa at debian.org
Wed Feb 14 19:55:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libimage-exiftool-perl.

commit 49c31fa4b50facfdf28504964e3fe77a926db956
Merge: 84b0464 9861d3f
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 14 20:40:33 2018 +0100

    Update upstream source from tag 'upstream/10.79'
    
    Update to upstream version '10.79'
    with Debian dir 8ead41265e5e250a62354821f44523b5d8fbb791

 Changes                               |   44 +
 MANIFEST                              |    8 +
 META.json                             |    2 +-
 META.yml                              |    2 +-
 README                                |   78 +-
 exiftool                              |  186 +-
 html/ExifTool.html                    |   29 +-
 html/Shift.html                       |    2 +-
 html/TagNames/ASF.html                |    6 +-
 html/TagNames/Composite.html          |    2 +-
 html/TagNames/FLIR.html               |    4 +-
 html/TagNames/GoPro.html              |  377 +++-
 html/TagNames/JPEG.html               |   16 +-
 html/TagNames/MacOS.html              |   42 +-
 html/TagNames/Microsoft.html          |   14 +-
 html/TagNames/Olympus.html            |  132 +-
 html/TagNames/PDF.html                |    9 +-
 html/TagNames/PanasonicRaw.html       |   98 +-
 html/TagNames/QuickTime.html          |  413 +++--
 html/TagNames/Red.html                |  291 +++
 html/TagNames/Sony.html               |   17 +-
 html/TagNames/XMP.html                |  105 +-
 html/TagNames/index.html              |   25 +-
 html/exiftool_pod.html                |   88 +-
 html/faq.html                         |    5 +-
 html/history.html                     |   56 +-
 html/index.html                       |   51 +-
 html/install.html                     |   38 +-
 lib/Image/ExifTool.pm                 |  120 +-
 lib/Image/ExifTool.pod                |  106 +-
 lib/Image/ExifTool/AIFF.pm            |    2 +-
 lib/Image/ExifTool/ASF.pm             |    6 +-
 lib/Image/ExifTool/BuildTagLookup.pm  |   36 +-
 lib/Image/ExifTool/FLAC.pm            |    2 +-
 lib/Image/ExifTool/FLIR.pm            |    2 +-
 lib/Image/ExifTool/Flash.pm           |    4 +-
 lib/Image/ExifTool/FlashPix.pm        |    2 +-
 lib/Image/ExifTool/Font.pm            |    2 +-
 lib/Image/ExifTool/GPS.pm             |    6 +-
 lib/Image/ExifTool/Geotag.pm          |   39 +-
 lib/Image/ExifTool/GoPro.pm           |  724 +++++---
 lib/Image/ExifTool/HTML.pm            |    4 +-
 lib/Image/ExifTool/ICC_Profile.pm     |    8 +-
 lib/Image/ExifTool/ID3.pm             |    2 +-
 lib/Image/ExifTool/IPTC.pm            |   26 +-
 lib/Image/ExifTool/Import.pm          |   10 +-
 lib/Image/ExifTool/JPEG.pm            |   20 +-
 lib/Image/ExifTool/Jpeg2000.pm        |    2 +-
 lib/Image/ExifTool/Lang/de.pm         |    0
 lib/Image/ExifTool/MIE.pm             |   10 +-
 lib/Image/ExifTool/MPF.pm             |    2 +-
 lib/Image/ExifTool/MXF.pm             |    2 +-
 lib/Image/ExifTool/MacOS.pm           |   14 +-
 lib/Image/ExifTool/Microsoft.pm       |    3 +-
 lib/Image/ExifTool/Olympus.pm         |    7 +-
 lib/Image/ExifTool/PDF.pm             |    2 +-
 lib/Image/ExifTool/PNG.pm             |    2 +-
 lib/Image/ExifTool/PanasonicRaw.pm    |   33 +-
 lib/Image/ExifTool/Qualcomm.pm        |    2 +-
 lib/Image/ExifTool/QuickTime.pm       |  101 +-
 lib/Image/ExifTool/QuickTimeStream.pl |  178 +-
 lib/Image/ExifTool/README             |    2 +-
 lib/Image/ExifTool/RIFF.pm            |    2 +-
 lib/Image/ExifTool/Red.pm             |  325 ++++
 lib/Image/ExifTool/Sony.pm            |   23 +-
 lib/Image/ExifTool/Stim.pm            |    2 +-
 lib/Image/ExifTool/TagInfoXML.pm      |   42 +-
 lib/Image/ExifTool/TagLookup.pm       | 3172 +++++++++++++++++----------------
 lib/Image/ExifTool/TagNames.pod       |  448 +++--
 lib/Image/ExifTool/Torrent.pm         |    2 +-
 lib/Image/ExifTool/WriteExif.pl       |    2 +-
 lib/Image/ExifTool/WriteIPTC.pl       |    8 +-
 lib/Image/ExifTool/WritePDF.pl        |    4 +-
 lib/Image/ExifTool/WriteQuickTime.pl  |    4 +-
 lib/Image/ExifTool/WriteXMP.pl        |  188 +-
 lib/Image/ExifTool/Writer.pl          |  102 +-
 lib/Image/ExifTool/XMP.pm             |   17 +-
 lib/Image/ExifTool/XMP2.pl            |   12 +
 lib/Image/ExifTool/XMPStruct.pl       |   14 +-
 perl-Image-ExifTool.spec              |   76 +-
 t/ASF_2.out                           |    8 +-
 t/GoPro.t                             |   30 +
 t/GoPro_2.out                         |   30 +
 t/Panasonic_4.out                     |   13 +-
 t/Panasonic_5.out                     |   18 +-
 t/Red.t                               |   29 +
 t/Red_2.out                           |   45 +
 t/XMP.t                               |    3 +-
 t/XMP_10.out                          |    2 +-
 t/XMP_30.out                          |   54 +-
 t/images/EXE.elf                      |  Bin
 t/images/EXE.exe                      |  Bin
 t/images/EXE.macho                    |  Bin
 t/images/GoPro.jpg                    |  Bin 0 -> 4601 bytes
 t/images/MP3.mp3                      |  Bin
 t/images/RIFF.wav                     |  Bin
 t/images/Red.r3d                      |  Bin 0 -> 1160 bytes
 t/images/XMP3.xmp                     |    4 +
 98 files changed, 5269 insertions(+), 3031 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimage-exiftool-perl.git



More information about the Pkg-perl-cvs-commits mailing list