[libimage-exiftool-perl] branch master updated (87efba3 -> d5d47ed)
gregor herrmann
gregoa at debian.org
Wed Jul 20 18:38:04 UTC 2016
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 87efba3 update changelog
adds 55028b3 Imported Upstream version 10.23
new a570767 Merge tag 'upstream/10.23'
new 5dda033 New upstream release.
new 5bc722e Add note about API changes to debian/NEWS.
new ed50351 Explain function of recommended packages in long description.
new d5d47ed releasing package libimage-exiftool-perl version 10.23-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 | 40 +-
MANIFEST | 11 +
META.yml | 3 +-
Makefile.PL | 7 +-
README | 73 +-
config_files/example.config | 10 +-
debian/NEWS | 8 +
debian/changelog | 9 +-
debian/control | 9 +
exiftool | 108 +-
html/ExifTool.html | 29 +-
html/TagNames/BPG.html | 118 +
html/TagNames/Canon.html | 115 +-
html/TagNames/DPX.html | 7 +-
html/TagNames/Extra.html | 7 +-
html/TagNames/FLAC.html | 154 +-
html/TagNames/Minolta.html | 58 +-
html/TagNames/Nikon.html | 852 +++-
html/TagNames/Ogg.html | 9 +-
html/TagNames/Olympus.html | 92 +-
html/TagNames/{Nintendo.html => Opus.html} | 51 +-
html/TagNames/Pentax.html | 124 +-
html/TagNames/RIFF.html | 86 +-
html/TagNames/Sony.html | 116 +-
html/TagNames/Vorbis.html | 37 +-
html/TagNames/XMP.html | 138 +-
html/TagNames/index.html | 25 +-
html/ancient_history.html | 306 ++
html/config.html | 10 +-
html/exiftool_pod.html | 104 +-
html/faq.html | 9 +-
html/filename.html | 2 +-
html/geotag.html | 4 +
html/history.html | 353 +-
html/index.html | 44 +-
html/install.html | 12 +-
lib/Image/ExifTool.pm | 87 +-
lib/Image/ExifTool.pod | 110 +-
lib/Image/ExifTool/BPG.pm | 251 ++
lib/Image/ExifTool/BuildTagLookup.pm | 1 +
lib/Image/ExifTool/Canon.pm | 143 +-
lib/Image/ExifTool/DPX.pm | 3 +-
lib/Image/ExifTool/Geotag.pm | 68 +-
lib/Image/ExifTool/Minolta.pm | 59 +-
lib/Image/ExifTool/Nikon.pm | 970 ++++-
lib/Image/ExifTool/Ogg.pm | 17 +-
lib/Image/ExifTool/Olympus.pm | 164 +-
lib/Image/ExifTool/Opus.pm | 98 +
lib/Image/ExifTool/Pentax.pm | 162 +-
lib/Image/ExifTool/README | 10 +-
lib/Image/ExifTool/RIFF.pm | 71 +-
lib/Image/ExifTool/Sony.pm | 3 +-
lib/Image/ExifTool/TagLookup.pm | 6226 ++++++++++++++--------------
lib/Image/ExifTool/TagNames.pod | 279 +-
lib/Image/ExifTool/Vorbis.pm | 19 +-
lib/Image/ExifTool/XMP.pm | 3 +-
lib/Image/ExifTool/XMPStruct.pl | 2 +
perl-Image-ExifTool.spec | 73 +-
t/{ITC.t => BPG.t} | 10 +-
t/BPG_2.out | 92 +
t/FLAC_3.out | 8 +-
t/Geotag.t | 18 +-
t/Geotag_11.out | 3 +
t/{Vorbis.t => Opus.t} | 9 +-
t/Opus_2.out | 26 +
t/Vorbis_2.out | 8 +-
t/images/BPG.bpg | Bin 0 -> 1863 bytes
t/images/Opus.opus | Bin 0 -> 1128 bytes
68 files changed, 7783 insertions(+), 4350 deletions(-)
create mode 100644 html/TagNames/BPG.html
copy html/TagNames/{Nintendo.html => Opus.html} (57%)
create mode 100644 lib/Image/ExifTool/BPG.pm
create mode 100644 lib/Image/ExifTool/Opus.pm
copy t/{ITC.t => BPG.t} (69%)
create mode 100644 t/BPG_2.out
create mode 100644 t/Geotag_11.out
copy t/{Vorbis.t => Opus.t} (74%)
create mode 100644 t/Opus_2.out
create mode 100644 t/images/BPG.bpg
create mode 100644 t/images/Opus.opus
--
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