[libimage-exiftool-perl] branch master updated (84b0464 -> 52c0a91)

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


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

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

      from  84b0464   releasing package libimage-exiftool-perl version 10.75-1
      adds  9861d3f   New upstream version 10.79
       new  49c31fa   Update upstream source from tag 'upstream/10.79'
       new  1e018cb   New upstream release.
       new  5d6b17e   Add note about API changes to debian/NEWS.
       new  ae6b955   Use HTTPS for upstream URL in debian/watch and debian/control.
       new  52c0a91   releasing package libimage-exiftool-perl version 10.79-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                               |   44 +
 MANIFEST                              |    8 +
 META.json                             |    2 +-
 META.yml                              |    2 +-
 README                                |   78 +-
 debian/NEWS                           |    9 +
 debian/changelog                      |    8 +
 debian/control                        |    2 +-
 debian/duck-overrides                 |    4 +-
 debian/watch                          |    2 +-
 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/{M2TS.t => GoPro.t}                 |   10 +-
 t/GoPro_2.out                         |   30 +
 t/Panasonic_4.out                     |   13 +-
 t/Panasonic_5.out                     |   18 +-
 t/{BPG.t => Red.t}                    |   10 +-
 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 +
 103 files changed, 5241 insertions(+), 3045 deletions(-)
 create mode 100644 html/TagNames/Red.html
 mode change 100755 => 100644 lib/Image/ExifTool/Lang/de.pm
 create mode 100644 lib/Image/ExifTool/Red.pm
 copy t/{M2TS.t => GoPro.t} (70%)
 create mode 100644 t/GoPro_2.out
 copy t/{BPG.t => Red.t} (71%)
 create mode 100644 t/Red_2.out
 mode change 100644 => 100755 t/images/EXE.elf
 mode change 100644 => 100755 t/images/EXE.exe
 mode change 100644 => 100755 t/images/EXE.macho
 create mode 100644 t/images/GoPro.jpg
 mode change 100644 => 100755 t/images/MP3.mp3
 mode change 100644 => 100755 t/images/RIFF.wav
 create mode 100644 t/images/Red.r3d

-- 
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