From b8209e7edf6a25b21b59a33106e4d16d9c2d47ec Mon Sep 17 00:00:00 2001 From: zhouganqing Date: Tue, 9 Jul 2024 10:22:20 +0800 Subject: [PATCH] merge upstream 12.76+dfsg --- debian/NEWS.Developer | 330 ++++++ debian/README.Debian | 8 - debian/changelog | 6 + debian/control | 18 +- debian/copyright | 1538 +--------------------------- debian/libimage-exiftool-perl.docs | 1 + debian/upstream/metadata | 6 - debian/watch | 5 +- 8 files changed, 395 insertions(+), 1517 deletions(-) create mode 100644 debian/NEWS.Developer delete mode 100644 debian/README.Debian delete mode 100644 debian/upstream/metadata diff --git a/debian/NEWS.Developer b/debian/NEWS.Developer new file mode 100644 index 0000000..8c8220f --- /dev/null +++ b/debian/NEWS.Developer @@ -0,0 +1,330 @@ +libimage-exiftool-perl (12.76+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.71: + - API Changes: + - Added NoMandatory option + + From upstream Changes for 12.73: + - API Changes: + - Added LimitLongValues option to provide control over tags which + previously had a hard-coded length limit + + -- gregor herrmann Sat, 03 Feb 2024 01:37:16 +0100 + +libimage-exiftool-perl (12.70+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.70: + - API Changes: + - Added ByteUnit option + + -- gregor herrmann Sun, 19 Nov 2023 20:00:55 +0100 + +libimage-exiftool-perl (12.67+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.66: + - API Changes: + - Added WindowsWideFile option + + -- gregor herrmann Fri, 29 Sep 2023 01:48:01 +0200 + +libimage-exiftool-perl (12.65+dfsg-1) unstable; urgency=medium + + From upstream changes for 12.65: + - API Changes: + - Added AvailableOptions method + + -- gregor herrmann Fri, 11 Aug 2023 17:50:00 +0200 + +libimage-exiftool-perl (12.64+dfsg-1) unstable; urgency=medium + + From upstream changes for 12.64: + - API Changes: + - Added StructFormat option to allow JSON-format serialized structures + - Added NoDups option to eliminate duplicate items from queued values + when writing List-type tags + + -- gregor herrmann Sun, 30 Jul 2023 02:22:46 +0200 + +libimage-exiftool-perl (12.63+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.63: + - API Changes: + - Added ImageHashType option + + From upstream Changes for 12.62: + - API Changes: + - Added NoWarning option + + From upstream Changes for 12.59: + - COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG + images to include all data from the SOS to the EOI (including the SOS + marker but not the EOI marker) + - API Changes: + - Added SetAlternateFile method + + -- gregor herrmann Sun, 11 Jun 2023 23:27:15 +0200 + +libimage-exiftool-perl (12.43+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12:43: + - API Changes: + - Added IgnoreTags option + + -- gregor herrmann Sun, 10 Jul 2022 16:05:45 +0200 + +libimage-exiftool-perl (12.34+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.34: + - API Changes: + - Added QuickTimePad option + + -- gregor herrmann Sat, 30 Oct 2021 16:21:36 +0200 + +libimage-exiftool-perl (12.25+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.23: + - API Changes: + - Added BlockExtract option + + -- gregor herrmann Sat, 24 Apr 2021 22:46:19 +0200 + +libimage-exiftool-perl (12.19+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.19: + - API Changes: + - Added ability to read/write System tags of directories + - Enhanced GetAllGroups() to support family 7 and take optional ExifTool + reference + - Changed QuickTimeHandler option default to 1 + + -- gregor herrmann Sat, 20 Feb 2021 17:56:12 +0100 + +libimage-exiftool-perl (12.17+dfsg-1) unstable; urgency=medium + + From upstream Changes for 12.16 (only added in 12.17): + - API Changes: + - Enhanced ExtractEmbedded option + + -- gregor herrmann Fri, 05 Feb 2021 00:26:46 +0100 + +libimage-exiftool-perl (12.03-1) unstable; urgency=medium + + From upstream Changes for 12.00: + + - API Changes: + - Added HexTagIDs option + - Enhanced GetNewValue() to allow family 7 groups names to be used + + -- gregor herrmann Thu, 30 Jul 2020 17:28:45 +0200 + +libimage-exiftool-perl (12.00-1) unstable; urgency=medium + + From upstream Changes for 12.00: + + - API Changes: + - Changed FilterW option to not write tag if $_ is set to undef + - Added NoMultiExif option + + -- gregor herrmann Fri, 12 Jun 2020 14:02:29 +0200 + +libimage-exiftool-perl (11.93-1) unstable; urgency=medium + + From upstream Changes for 11.93: + + - API Changes: + - Enhanced UserParam option to allow parameters to be extracted as if + they were a normal tag + + -- gregor herrmann Tue, 07 Apr 2020 18:52:41 +0200 + +libimage-exiftool-perl (11.86-1) unstable; urgency=medium + + From upstream Changes for 11.86: + + - API Changes: + - Patched ImageInfo() to recognize a stringified object as a file name + + -- gregor herrmann Sat, 08 Feb 2020 16:04:26 +0100 + +libimage-exiftool-perl (11.65-2) unstable; urgency=medium + + From upstream Changes for 11.71: + + - API Changes: + - Changed ListSplit option to preserve empty list items + + -- gregor herrmann Sat, 02 Nov 2019 03:07:12 +0100 + +libimage-exiftool-perl (11.65-1) unstable; urgency=medium + + From upstream Changes for 11.64: + + - API Changes: + - Documented SavePath and SaveFormat options + + -- gregor herrmann Thu, 29 Aug 2019 21:48:58 +0200 + +libimage-exiftool-perl (11.61-1) unstable; urgency=medium + + From upstream Changes for 11.58: + + - API Changes: + - Removed PNGEarlyXMP option + - Fixed problem introduced in 11.54 which caused Options('UserParam') to + return undef + + -- gregor herrmann Fri, 09 Aug 2019 03:02:56 +0200 + +libimage-exiftool-perl (11.55-1) unstable; urgency=medium + + From upstream Changes for 11.54 + - API Changes: + - Added FilterW option + - Enhanced Compact option to improve flexibility and include features of + XMPShorthand option + - Removed XMPShorthand option from documentation + + From upstream Changes for 11.53 + - API Changes: + - Enhanced XMPShorthand option to add level 2 + + From upstream Changes for 11.52 + - API Changes: + - Enhanced Compact option to add levels 3, 4 and 5 + + From upstream Changes for 11.45 + - API Changes: + - Added QuickTimeHandler option + + From upstream Changes for 11.34 + - API Changes: + - Changed SetFileName() 'Link' option name to 'HardLink' (but still allow + 'Link' for backward compatibility) + + From upstream Changes for 11.33 + - API Changes: + - Added SymLink option to SetFileName() + + From upstream Changes for 11.32 + - API Changes: + - Added new single-argument version of ShiftTime() + + From upstream Changes for 11.19 + - API Changes: + - Enhanced FastScan option to add a setting of 4 + + -- gregor herrmann Sun, 14 Jul 2019 17:50:36 -0300 + +libimage-exiftool-perl (11.16-1) unstable; urgency=medium + + From upstream Changes for 11.15: + - API Changes: + - Added GeoSpeedRef option + + -- gregor herrmann Wed, 31 Oct 2018 18:50:40 +0100 + +libimage-exiftool-perl (11.13-1) unstable; urgency=medium + + From upstream Changes for 11.13: + - API Changes: + - Enhanced StrictDate option to reformat PNG CreateTime according to PNG + specification + + -- gregor herrmann Wed, 10 Oct 2018 19:37:01 +0200 + +libimage-exiftool-perl (10.79-1) unstable; urgency=medium + + From upstream Changes for 10.76: + - API Changes: + - Added XMPShorthand option + - Enhanced Compact option so a setting of 2 avoids XMP indentation + + -- gregor herrmann Wed, 14 Feb 2018 20:42:25 +0100 + +libimage-exiftool-perl (10.67-1) unstable; urgency=medium + + From upstream Changes for 10.67: + - API Changes: + - Added TimeZone option + + -- gregor herrmann Tue, 21 Nov 2017 20:25:13 +0100 + +libimage-exiftool-perl (10.56-1) unstable; urgency=medium + + From upstream Changes for 10.41, 10.45, 10.46, 10.49, 10.54: + - API Changes: + - Added ListJoin option to replace List and ListSep options + - Allow access to the advanced formatting expression via a new ExifTool + "FMT_EXPR" member variable + - Enhanced RequestTags option to allow groups to be requested + - Added XAttrTags option + - Enhanced RequestAll option + - Added experimental Validate option + + -- gregor herrmann Sat, 17 Jun 2017 21:16:05 +0200 + +libimage-exiftool-perl (10.23-1) unstable; urgency=medium + + From upstream Changes for 10.23: + - API Changes: + - Added CharsetRIFF option + + -- gregor herrmann Wed, 20 Jul 2016 20:20:28 +0200 + +libimage-exiftool-perl (10.14-1) unstable; urgency=medium + + From upstream Changes for 10.14: + - API Changes: + - Fixed bug where FileModifyDate wasn't set properly when WriteInfo() was + called without a destination file name and other "real" tags were + written at the same time + + -- gregor herrmann Sat, 09 Apr 2016 01:56:43 +0200 + +libimage-exiftool-perl (10.13-1) unstable; urgency=medium + + From upstream Changes for 10.13: + - API Changes: + - Fixed bug which could cause the API Filter option to be ignored for + some tags when copying tags with the Composite option set + + -- gregor herrmann Sun, 27 Mar 2016 20:47:31 +0200 + +libimage-exiftool-perl (10.10-1) unstable; urgency=medium + + From upstream Changes for 10.10: + - API Changes: + - Added RequestTags option + - No longer generate MDItem tags when RequestAll option is set + + -- gregor herrmann Sat, 23 Jan 2016 00:29:20 +0100 + +libimage-exiftool-perl (10.08-1) unstable; urgency=medium + + From upstream Changes for 10.08: + - API Changes: + - Changed QuickTimeUTC API option to also enforce proper time zero + + -- gregor herrmann Wed, 23 Dec 2015 18:14:53 +0100 + +libimage-exiftool-perl (10.05-1) unstable; urgency=medium + + From upstream Changes for 10.05: + - API Changes: + - Added Filter option + - Changed GetNewValues method name to GetNewValue (GetNewValues still + works for backward compatibility) + + -- gregor herrmann Sun, 08 Nov 2015 18:10:55 +0100 + +libimage-exiftool-perl (9.27-1) unstable; urgency=low + + From upstream changes for the versions between 9.13 and 9.27: + - API Changes: + - The CombineInfo() routine is now deprecated because it is likely that + nobody ever used it. If anyone actually uses this, please let me know + - Compatibility Notice: The MWG Composite tags are no longer automatically + loaded just by using the MWG module. Image::ExifTool::MWG::Load() must + now be called explicitly to load these tags + + -- gregor herrmann Tue, 22 Oct 2013 19:44:34 +0200 diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 598519b..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,8 +0,0 @@ -libimage-exiftool-perl for Debian - -Please edit this to provide information specific to -this libimage-exiftool-perl Debian package. - - (Automatically generated by debmake Version 4.3.1) - - -- denghao Thu, 15 Sep 2022 05:19:03 +0300 diff --git a/debian/changelog b/debian/changelog index 8bffcff..7bb069d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libimage-exiftool-perl (12.76+dfsg-ok1) nile; urgency=medium + + * Sync upstream version. + + -- zhouganqing Tue, 09 Jul 2024 10:20:59 +0800 + libimage-exiftool-perl (12.44-ok1) yangtze; urgency=medium * Build for openkylin. diff --git a/debian/control b/debian/control index 37fcdf2..5037fdf 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,15 @@ Source: libimage-exiftool-perl +Maintainer: openKylin Developers Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Maintainer: OpenKylin Developers -Build-Depends: debhelper-compat (=13) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libarchive-zip-perl , + libcompress-raw-lzma-perl , + libio-compress-brotli-perl , libunicode-linebreak-perl , perl -Testsuite: autopkgtest-pkg-perl -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://gitee.com/openkylin/libimage-exiftool-perl Vcs-Git: https://gitee.com/openkylin/libimage-exiftool-perl.git Homepage: https://exiftool.org/ @@ -19,6 +21,8 @@ Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends} Recommends: libarchive-zip-perl, + libcompress-raw-lzma-perl, + libio-compress-brotli-perl, libunicode-linebreak-perl Suggests: libposix-strptime-perl Provides: exiftool @@ -27,7 +31,7 @@ Description: library and program to read and write meta information in multimedi command-line application called exiftool for reading and writing meta information in a wide variety of files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, DJI, - FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, + FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony. . @@ -43,3 +47,7 @@ Description: library and program to read and write meta information in multimedi * Time::Piece (in perl core): alternative to POSIX::strptime * IO::Compress::RawDeflate + IO::Uncompress::RawInflate (in perl core): for reading FLIF images + * Compress::Raw::Lzma / libcompress-raw-lzma-perl: for reading encoded + 7z files + * IO::Compress::Brotli + IO::Uncompress::Brotli / libio-compress-brotli-perl: + for writing/reading compressed JXL metadata diff --git a/debian/copyright b/debian/copyright index fe2fb57..9e11f0d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,1505 +1,51 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: libimage-exiftool-perl -Source: -# -# Please double check copyright with the licensecheck(1) command. +Upstream-Name: Image-ExifTool +Source: https://metacpan.org/release/Image-ExifTool +Upstream-Contact: Phil Harvey (philharvey66@gmail.com) +Files-Excluded: t/images/EXE.* t/images/Flash.* +Comment: exclude binary test data files without source + (most probably trivial test files created by upstream, still we have no + source for them) -Files: Changes - MANIFEST - META.json - META.yml - Makefile.PL - arg_files/exif2iptc.args - arg_files/exif2xmp.args - arg_files/gps2xmp.args - arg_files/iptc2exif.args - arg_files/iptc2xmp.args - arg_files/iptcCore.args - arg_files/pdf2xmp.args - arg_files/xmp2exif.args - arg_files/xmp2gps.args - arg_files/xmp2iptc.args - arg_files/xmp2pdf.args - config_files/acdsee.config - config_files/age.config - config_files/bibble.config - config_files/convert_regions.config - config_files/cuepointlist.config - config_files/depthmap.config - config_files/example.config - config_files/fotoware.config - config_files/gps2utm.config - config_files/nksc.config - config_files/photoshop_paths.config - config_files/picasa_faces.config - config_files/pix4d.config - config_files/rotate_regions.config - config_files/tiff_version.config - config_files/time_zone.config - fmt_files/gpx.fmt - fmt_files/gpx_wpt.fmt - fmt_files/kml.fmt - fmt_files/kml_track.fmt - html/MIE1.1-20070121.pdf - html/TagNames/style.css - html/overview.png - html/style.css - lib/Image/ExifTool/ASF.pm - lib/Image/ExifTool/Audible.pm - lib/Image/ExifTool/Charset/Arabic.pm - lib/Image/ExifTool/Charset/Baltic.pm - lib/Image/ExifTool/Charset/Cyrillic.pm - lib/Image/ExifTool/Charset/DOSCyrillic.pm - lib/Image/ExifTool/Charset/DOSLatin1.pm - lib/Image/ExifTool/Charset/DOSLatinUS.pm - lib/Image/ExifTool/Charset/Greek.pm - lib/Image/ExifTool/Charset/Hebrew.pm - lib/Image/ExifTool/Charset/JIS.pm - lib/Image/ExifTool/Charset/Latin.pm - lib/Image/ExifTool/Charset/Latin2.pm - lib/Image/ExifTool/Charset/MacArabic.pm - lib/Image/ExifTool/Charset/MacChineseCN.pm - lib/Image/ExifTool/Charset/MacChineseTW.pm - lib/Image/ExifTool/Charset/MacCroatian.pm - lib/Image/ExifTool/Charset/MacCyrillic.pm - lib/Image/ExifTool/Charset/MacGreek.pm - lib/Image/ExifTool/Charset/MacHebrew.pm - lib/Image/ExifTool/Charset/MacIceland.pm - lib/Image/ExifTool/Charset/MacJapanese.pm - lib/Image/ExifTool/Charset/MacKorean.pm - lib/Image/ExifTool/Charset/MacLatin2.pm - lib/Image/ExifTool/Charset/MacRSymbol.pm - lib/Image/ExifTool/Charset/MacRoman.pm - lib/Image/ExifTool/Charset/MacRomanian.pm - lib/Image/ExifTool/Charset/MacThai.pm - lib/Image/ExifTool/Charset/MacTurkish.pm - lib/Image/ExifTool/Charset/PDFDoc.pm - lib/Image/ExifTool/Charset/ShiftJIS.pm - lib/Image/ExifTool/Charset/Symbol.pm - lib/Image/ExifTool/Charset/Thai.pm - lib/Image/ExifTool/Charset/Turkish.pm - lib/Image/ExifTool/Charset/Vietnam.pm - lib/Image/ExifTool/DjVu.pm - lib/Image/ExifTool/FITS.pm - lib/Image/ExifTool/HTML.pm - lib/Image/ExifTool/MIE.pm - lib/Image/ExifTool/Microsoft.pm - lib/Image/ExifTool/PDF.pm - lib/Image/ExifTool/PNG.pm - lib/Image/ExifTool/PostScript.pm - lib/Image/ExifTool/QuickTime.pm - lib/Image/ExifTool/README - lib/Image/ExifTool/RTF.pm - lib/Image/ExifTool/XMP.pm - lib/Image/ExifTool/XMP2.pl - lib/Image/ExifTool/iWork.pm - perl-Image-ExifTool.spec - t/AFCP.t - t/AFCP_2.out - t/AFCP_3.out - t/AIFF.t - t/AIFF_2.out - t/APE.t - t/APE_2.out - t/APE_3.out - t/ASF.t - t/ASF_2.out - t/Apple.t - t/Apple_2.out - t/Audible.t - t/Audible_2.out - t/BMP.t - t/BMP_2.out - t/BPG.t - t/BPG_2.out - t/BigTIFF.t - t/BigTIFF_2.out - t/Canon.t - t/CanonRaw.t - t/CanonRaw_2.out - t/CanonRaw_4.out - t/CanonRaw_5.out - t/CanonRaw_6.out - t/CanonRaw_7.out - t/CanonRaw_8.out - t/CanonRaw_9.out - t/CanonVRD.t - t/CanonVRD_11.out - t/CanonVRD_12.out - t/CanonVRD_13.out - t/CanonVRD_14.out - t/CanonVRD_15.out - t/CanonVRD_16.out - t/CanonVRD_17.out - t/CanonVRD_18.out - t/CanonVRD_19.out - t/CanonVRD_2.out - t/CanonVRD_20.out - t/CanonVRD_21.out - t/CanonVRD_22.out - t/CanonVRD_24.out - t/CanonVRD_3.out - t/CanonVRD_4.out - t/CanonVRD_5.out - t/CanonVRD_6.out - t/CanonVRD_7.out - t/CanonVRD_8.out - t/CanonVRD_9.out - t/Canon_2.out - t/Canon_3.out - t/Casio.t - t/Casio_2.out - t/Casio_3.out - t/Casio_4.out - t/Casio_5.out - t/Casio_6.out - t/DICOM.t - t/DICOM_2.out - t/DNG.t - t/DNG_2.out - t/DNG_3.out - t/DPX.t - t/DPX_2.out - t/DV.t - t/DV_2.out - t/DjVu.t - t/DjVu_2.out - t/EXE.t - t/EXE_2.out - t/EXE_3.out - t/EXE_4.out - t/EXE_5.out - t/EXE_6.out - t/EXE_7.out - t/ExifTool.t - t/ExifTool_16.out - t/ExifTool_17.out - t/ExifTool_2.out - t/ExifTool_20.out - t/ExifTool_21.out - t/ExifTool_22.out - t/ExifTool_23.out - t/ExifTool_24.out - t/ExifTool_25.out - t/ExifTool_26.out - t/ExifTool_27.out - t/ExifTool_28.out - t/ExifTool_29.out - t/ExifTool_3.out - t/ExifTool_30.out - t/ExifTool_31.out - t/ExifTool_32.out - t/ExifTool_4.out - t/ExifTool_5.out - t/ExifTool_6.out - t/ExifTool_7.out - t/ExifTool_8.out - t/ExifTool_9.out - t/FITS.t - t/FITS_2.out - t/FLAC.t - t/FLAC_2.out - t/FLAC_3.out - t/FLIF.t - t/FLIF_2.out - t/FLIF_3.out - t/FLIF_4.out - t/FLIF_5.out - t/FLIF_6.out - t/FLIR.t - t/FLIR_2.out - t/FLIR_3.out - t/Flash.t - t/FlashPix.t - t/FlashPix_2.out - t/Flash_2.out - t/Flash_3.out - t/Font.t - t/Font_2.out - t/Font_3.out - t/Font_4.out - t/Font_5.out - t/Font_6.out - t/Font_7.out - t/FotoStation.t - t/FotoStation_2.out - t/FotoStation_3.out - t/FujiFilm.t - t/FujiFilm_2.out - t/FujiFilm_3.out - t/FujiFilm_4.out - t/FujiFilm_5.out - t/GE.t - t/GE_2.out - t/GE_3.out - t/GIF.t - t/GIF_2.out - t/GIF_3.out - t/GIF_4.out - t/GIMP.t - t/GIMP_2.out - t/GPS.t - t/GPS_2.out - t/GPS_3.out - t/GeoTiff.t - t/GeoTiff_2.out - t/GeoTiff_3.out - t/GeoTiff_4.out - t/Geotag.t - t/Geotag_10.out - t/Geotag_11.out - t/Geotag_12.out - t/Geotag_2.out - t/Geotag_3.out - t/Geotag_5.out - t/Geotag_6.out - t/Geotag_7.out - t/Geotag_8.out - t/Geotag_9.out - t/GoPro.t - t/GoPro_2.out - t/HTML.t - t/HTML_2.out - t/IPTC.t - t/IPTC_2.out - t/IPTC_4.out - t/IPTC_5.out - t/IPTC_6.out - t/IPTC_7.out - t/IPTC_8.out - t/ISO.t - t/ISO_2.out - t/ITC.t - t/ITC_2.out - t/InDesign.t - t/InDesign_2.out - t/InDesign_3.out - t/InDesign_4.out - t/JSON.t - t/JSON_2.out - t/JVC.t - t/JVC_2.out - t/JVC_3.out - t/JXL.t - t/JXL_2.out - t/JXL_3.out - t/Jpeg2000.t - t/Jpeg2000_2.out - t/Jpeg2000_3.out - t/Jpeg2000_4.out - t/Jpeg2000_5.out - t/Kodak.t - t/Kodak_2.out - t/Kodak_3.out - t/KyoceraRaw.t - t/KyoceraRaw_2.out - t/LNK.t - t/LNK_2.out - t/Lang.t - t/Lang_1.out - t/Lang_10.out - t/Lang_11.out - t/Lang_12.out - t/Lang_13.out - t/Lang_14.out - t/Lang_15.out - t/Lang_16.out - t/Lang_17.out - t/Lang_18.out - t/Lang_2.out - t/Lang_3.out - t/Lang_4.out - t/Lang_5.out - t/Lang_6.out - t/Lang_7.out - t/Lang_8.out - t/Lang_9.out - t/Lytro.t - t/Lytro_2.out - t/M2TS.t - t/M2TS_2.out - t/MIE.t - t/MIE_2.out - t/MIE_3.out - t/MIE_5.out - t/MIE_6.out - t/MIFF.t - t/MIFF_2.out - t/MOI.t - t/MOI_2.out - t/MP3.t - t/MP3_2.out - t/MRC.t - t/MRC_2.out - t/MWG.t - t/MWG_2.out - t/MWG_3.out - t/MWG_4.out - t/MWG_5.out - t/MWG_6.out - t/MWG_7.out - t/MXF.t - t/MXF_2.out - t/MacOS.t - t/MacOS_2.out - t/Matroska.t - t/Matroska_2.out - t/Minolta.t - t/Minolta_2.out - t/Minolta_3.out - t/Minolta_4.out - t/Motorola.t - t/Motorola_2.out - t/Nikon.t - t/Nikon_2.out - t/Nikon_3.out - t/Nikon_4.out - t/Nikon_5.out - t/Nikon_7.out - t/Nikon_8.out - t/Olympus.t - t/Olympus_2.out - t/Olympus_3.out - t/Olympus_4.out - t/Olympus_5.out - t/Olympus_6.out - t/Olympus_7.out - t/Olympus_8.out - t/OpenEXR.t - t/OpenEXR_2.out - t/Opus.t - t/Opus_2.out - t/PCX.t - t/PCX_2.out - t/PDF.t - t/PDF_10.out - t/PDF_11.out - t/PDF_12.out - t/PDF_14.out - t/PDF_15.out - t/PDF_16.out - t/PDF_17.out - t/PDF_18.out - t/PDF_19.out - t/PDF_2.out - t/PDF_20.out - t/PDF_22.out - t/PDF_4.out - t/PDF_5.out - t/PDF_6.out - t/PDF_7.out - t/PDF_8.out - t/PDF_9.out - t/PFM.t - t/PFM_2.out - t/PGF.t - t/PGF_2.out - t/PICT.t - t/PICT_2.out - t/PLIST.t - t/PLIST_2.out - t/PLIST_3.out - t/PLIST_4.out - t/PLUS.t - t/PLUS_2.out - t/PNG.t - t/PNG_2.out - t/PNG_3.out - t/PNG_4.out - t/PNG_5.out - t/PNG_6.out - t/PNG_7.out - t/PPM.t - t/PPM_2.out - t/PPM_3.out - t/PSP.t - t/PSP_2.out - t/Palm.t - t/Palm_2.out - t/Panasonic.t - t/Panasonic_2.out - t/Panasonic_3.out - t/Panasonic_4.out - t/Panasonic_5.out - t/Pentax.t - t/Pentax_2.out - t/Pentax_3.out - t/Pentax_4.out - t/PhaseOne.t - t/PhaseOne_2.out - t/PhaseOne_3.out - t/PhotoCD.t - t/PhotoCD_2.out - t/PhotoMechanic.t - t/PhotoMechanic_2.out - t/PhotoMechanic_3.out - t/Photoshop.t - t/Photoshop_2.out - t/Photoshop_3.out - t/PostScript.t - t/PostScript_2.out - t/PostScript_3.out - t/QuickTime.t - t/QuickTime_10.out - t/QuickTime_11.out - t/QuickTime_12.out - t/QuickTime_13.out - t/QuickTime_14.out - t/QuickTime_15.out - t/QuickTime_16.out - t/QuickTime_17.out - t/QuickTime_2.out - t/QuickTime_3.out - t/QuickTime_4.out - t/QuickTime_5.out - t/QuickTime_6.out - t/QuickTime_7.out - t/QuickTime_8.out - t/QuickTime_9.out - t/RIFF.t - t/RIFF_2.out - t/RIFF_3.out - t/RIFF_4.out - t/RTF.t - t/RTF_2.out - t/Radiance.t - t/Radiance_2.out - t/Real.t - t/Real_2.out - t/Real_3.out - t/Real_4.out - t/Red.t - t/Red_2.out - t/Ricoh.t - t/Ricoh_2.out - t/Ricoh_3.out - t/Ricoh_4.out - t/Sanyo.t - t/Sanyo_2.out - t/Sanyo_3.out - t/Sigma.t - t/Sigma_2.out - t/Sigma_3.out - t/Sigma_4.out - t/Sigma_5.out - t/Sony.t - t/Sony_2.out - t/Sony_3.out - t/Sony_5.out - t/TestLib.pm - t/Text.t - t/Text_2.out - t/Text_3.out - t/Text_4.out - t/Text_5.out - t/Text_6.out - t/Text_7.out - t/Torrent.t - t/Torrent_2.out - t/Unknown.t - t/Unknown_2.out - t/Unknown_3.out - t/VCard.t - t/VCard_2.out - t/VCard_3.out - t/Vorbis.t - t/Vorbis_2.out - t/WTV.t - t/WTV_2.out - t/Writer.t - t/Writer_10.out - t/Writer_11.out - t/Writer_13.out - t/Writer_14.out - t/Writer_15.out - t/Writer_16.out - t/Writer_17.out - t/Writer_18.out - t/Writer_19.out - t/Writer_2.out - t/Writer_22.out - t/Writer_24.out - t/Writer_25.out - t/Writer_26.out - t/Writer_27.out - t/Writer_28.out - t/Writer_29.out - t/Writer_30.out - t/Writer_31.out - t/Writer_32.out - t/Writer_33.out - t/Writer_34.out - t/Writer_35.out - t/Writer_36.out - t/Writer_37.out - t/Writer_38.out - t/Writer_39.out - t/Writer_4.out - t/Writer_40.out - t/Writer_41.out - t/Writer_42.out - t/Writer_43.out - t/Writer_44.out - t/Writer_45.out - t/Writer_46.out - t/Writer_47.out - t/Writer_48.out - t/Writer_50.out - t/Writer_51.out - t/Writer_52.out - t/Writer_53.out - t/Writer_54.out - t/Writer_55.out - t/Writer_56.out - t/Writer_58.out - t/Writer_59.out - t/Writer_6.out - t/Writer_7.out - t/Writer_9.out - t/XMP.t - t/XMP_10.out - t/XMP_12.out - t/XMP_13.out - t/XMP_14.out - t/XMP_15.out - t/XMP_16.out - t/XMP_17.out - t/XMP_18.out - t/XMP_19.out - t/XMP_2.out - t/XMP_20.out - t/XMP_21.out - t/XMP_22.out - t/XMP_23.out - t/XMP_24.out - t/XMP_25.out - t/XMP_27.out - t/XMP_28.out - t/XMP_29.out - t/XMP_3.out - t/XMP_31.out - t/XMP_32.out - t/XMP_34.out - t/XMP_36.out - t/XMP_37.out - t/XMP_39.out - t/XMP_40.out - t/XMP_41.out - t/XMP_42.out - t/XMP_43.out - t/XMP_46.out - t/XMP_47.out - t/XMP_48.out - t/XMP_49.out - t/XMP_5.out - t/XMP_54.out - t/XMP_6.out - t/XMP_8.out - t/ZIP.t - t/ZIP_2.out - t/ZIP_3.out - t/ZIP_4.out - t/ZIP_5.out - t/ZIP_6.out - t/ZIP_7.out - t/ZISRAW.t - t/ZISRAW_2.out - t/images/AFCP.jpg - t/images/AIFF.aif - t/images/APE.ape - t/images/APE.mpc - t/images/ASF.wmv - t/images/Apple.jpg - t/images/Audible.aa - t/images/BMP.bmp - t/images/BPG.bpg - t/images/BigTIFF.btf - t/images/Canon.jpg - t/images/Canon1DmkIII.jpg - t/images/CanonRaw.cr2 - t/images/CanonRaw.cr3 - t/images/CanonRaw.crw - t/images/CanonVRD.dr4 - t/images/CanonVRD.vrd - t/images/CaptureOne.eip - t/images/Casio.jpg - t/images/Casio2.jpg - t/images/CasioQVCI.jpg - t/images/DICOM.dcm - t/images/DNG.dng - t/images/DPX.dpx - t/images/DV.dv - t/images/DjVu.djvu - t/images/EXE.a - t/images/EXE.dylib - t/images/EXE.elf - t/images/EXE.exe - t/images/EXE.macho - t/images/EXE.so - t/images/ExifTool.jpg - t/images/ExifTool.jps - t/images/ExifTool.tif - t/images/ExtendedXMP.jpg - t/images/FITS.fits - t/images/FLAC.flac - t/images/FLAC.ogg - t/images/FLIF.flif - t/images/FLIR.fpf - t/images/FLIR.jpg - t/images/Flash.flv - t/images/Flash.swf - t/images/FlashPix.ppt - t/images/Font.afm - t/images/Font.dfont - t/images/Font.pfm - t/images/Font.ttf - t/images/FotoStation.jpg - t/images/FujiFilm.jpg - t/images/FujiFilm.raf - t/images/GE.jpg - t/images/GIF.gif - t/images/GIMP.xcf - t/images/GPS.jpg - t/images/GeoTiff.tif - t/images/Geotag.igc - t/images/Geotag.log - t/images/Geotag2.log - t/images/Geotag3.log - t/images/Geotag_DJI_2020-12-02_[07-50-31].csv - t/images/GoPro.jpg - t/images/ICC_Profile.icc - t/images/IPTC.jpg - t/images/ISO.iso - t/images/ITC.itc - t/images/InDesign.indd - t/images/JSON.json - t/images/JVC.jpg - t/images/JVC2.jpg - t/images/JXL.jxl - t/images/Jpeg2000.j2c - t/images/Jpeg2000.jp2 - t/images/Kodak.jpg - t/images/KyoceraRaw.raw - t/images/LNK.lnk - t/images/Lytro.lfp - t/images/M2TS.mts - t/images/MIE.mie - t/images/MIFF.miff - t/images/MOI.moi - t/images/MP3.mp3 - t/images/MRC.mrc - t/images/MWG.jpg - t/images/MXF.mxf - t/images/MacOS.macos - t/images/Matroska.mkv - t/images/Minolta.jpg - t/images/Minolta.mrw - t/images/Motorola.jpg - t/images/Nikon.jpg - t/images/Nikon.nef - t/images/NikonD2Hs.jpg - t/images/NikonD70.jpg - t/images/OOXML.docx - t/images/Olympus.dss - t/images/Olympus.jpg - t/images/Olympus2.jpg - t/images/OlympusE1.jpg - t/images/OpenDoc.ods - t/images/OpenEXR.exr - t/images/Opus.opus - t/images/PCX.pcx - t/images/PDF.pdf - t/images/PDF2.pdf - t/images/PFM.pfm - t/images/PGF.pgf - t/images/PICT.pict - t/images/PLIST-bin.plist - t/images/PNG.png - t/images/PPM.ppm - t/images/PSP.psp - t/images/Palm.mobi - t/images/Panasonic.jpg - t/images/Panasonic.rw2 - t/images/Pentax.avi - t/images/Pentax.jpg - t/images/PhaseOne.iiq - t/images/PhotoCD.pcd - t/images/PhotoMechanic.jpg - t/images/Photoshop.psd - t/images/PostScript.eps - t/images/QuickTime.heic - t/images/QuickTime.m4a - t/images/QuickTime.mov - t/images/RIFF.avi - t/images/RIFF.wav - t/images/RIFF.webp - t/images/RTF.rtf - t/images/Radiance.hdr - t/images/Real.ra - t/images/Real.ram - t/images/Real.rm - t/images/Red.r3d - t/images/Ricoh.jpg - t/images/Ricoh2.jpg - t/images/Sanyo.jpg - t/images/Sigma.jpg - t/images/Sigma.x3f - t/images/SigmaDP2.x3f - t/images/Sony.jpg - t/images/Sony.pmp - t/images/Text.csv - t/images/Text1.txt - t/images/Text2.txt - t/images/Text3.txt - t/images/Text4.txt - t/images/Text5.txt - t/images/Torrent.torrent - t/images/Unknown.jpg - t/images/VCard.ics - t/images/VCard.vcf - t/images/Vorbis.ogg - t/images/WTV.wtv - t/images/Writer.jpg - t/images/XMP.jpg - t/images/ZIP.gz - t/images/ZIP.zip - t/images/ZISRAW.czi - t/images/iWork.numbers -Copyright: __NO_COPYRIGHT_NOR_LICENSE__ -License: __NO_COPYRIGHT_NOR_LICENSE__ +Files: * +Copyright: 2003-2024, Phil Harvey (philharvey66@gmail.com) +License: Artistic or GPL-1+ -Files: lib/File/RandomAccess.pm - lib/File/RandomAccess.pod - lib/Image/ExifTool.pm - lib/Image/ExifTool.pod - lib/Image/ExifTool/AES.pm - lib/Image/ExifTool/AFCP.pm - lib/Image/ExifTool/AIFF.pm - lib/Image/ExifTool/APE.pm - lib/Image/ExifTool/APP12.pm - lib/Image/ExifTool/Apple.pm - lib/Image/ExifTool/BMP.pm - lib/Image/ExifTool/BPG.pm - lib/Image/ExifTool/BZZ.pm - lib/Image/ExifTool/BigTIFF.pm - lib/Image/ExifTool/CBOR.pm - lib/Image/ExifTool/CanonRaw.pm - lib/Image/ExifTool/CaptureOne.pm - lib/Image/ExifTool/Casio.pm - lib/Image/ExifTool/Charset.pm - lib/Image/ExifTool/DJI.pm - lib/Image/ExifTool/DNG.pm - lib/Image/ExifTool/DPX.pm - lib/Image/ExifTool/DV.pm - lib/Image/ExifTool/DarwinCore.pm - lib/Image/ExifTool/EXE.pm - lib/Image/ExifTool/FLAC.pm - lib/Image/ExifTool/FLIF.pm - lib/Image/ExifTool/FLIR.pm - lib/Image/ExifTool/Fixup.pm - lib/Image/ExifTool/Flash.pm - lib/Image/ExifTool/Font.pm - lib/Image/ExifTool/FotoStation.pm - lib/Image/ExifTool/FujiFilm.pm - lib/Image/ExifTool/GE.pm - lib/Image/ExifTool/GIF.pm - lib/Image/ExifTool/GIMP.pm - lib/Image/ExifTool/GPS.pm - lib/Image/ExifTool/Geotag.pm - lib/Image/ExifTool/GoPro.pm - lib/Image/ExifTool/H264.pm - lib/Image/ExifTool/HP.pm - lib/Image/ExifTool/HtmlDump.pm - lib/Image/ExifTool/ICC_Profile.pm - lib/Image/ExifTool/ID3.pm - lib/Image/ExifTool/IPTC.pm - lib/Image/ExifTool/ISO.pm - lib/Image/ExifTool/ITC.pm - lib/Image/ExifTool/Import.pm - lib/Image/ExifTool/InDesign.pm - lib/Image/ExifTool/JPEG.pm - lib/Image/ExifTool/JSON.pm - lib/Image/ExifTool/JVC.pm - lib/Image/ExifTool/Jpeg2000.pm - lib/Image/ExifTool/KyoceraRaw.pm - lib/Image/ExifTool/LIF.pm - lib/Image/ExifTool/LNK.pm - lib/Image/ExifTool/Lang/cs.pm - lib/Image/ExifTool/Lang/en_ca.pm - lib/Image/ExifTool/Lang/en_gb.pm - lib/Image/ExifTool/Lang/pl.pm - lib/Image/ExifTool/Lang/sv.pm - lib/Image/ExifTool/Lang/tr.pm - lib/Image/ExifTool/Lang/zh_cn.pm - lib/Image/ExifTool/Lang/zh_tw.pm - lib/Image/ExifTool/Leaf.pm - lib/Image/ExifTool/Lytro.pm - lib/Image/ExifTool/M2TS.pm - lib/Image/ExifTool/MIEUnits.pod - lib/Image/ExifTool/MIFF.pm - lib/Image/ExifTool/MNG.pm - lib/Image/ExifTool/MOI.pm - lib/Image/ExifTool/MPC.pm - lib/Image/ExifTool/MPEG.pm - lib/Image/ExifTool/MPF.pm - lib/Image/ExifTool/MRC.pm - lib/Image/ExifTool/MWG.pm - lib/Image/ExifTool/MacOS.pm - lib/Image/ExifTool/MakerNotes.pm - lib/Image/ExifTool/Matroska.pm - lib/Image/ExifTool/MinoltaRaw.pm - lib/Image/ExifTool/Motorola.pm - lib/Image/ExifTool/NikonCapture.pm - lib/Image/ExifTool/Nintendo.pm - lib/Image/ExifTool/OOXML.pm - lib/Image/ExifTool/Ogg.pm - lib/Image/ExifTool/OpenEXR.pm - lib/Image/ExifTool/Opus.pm - lib/Image/ExifTool/Other.pm - lib/Image/ExifTool/PCX.pm - lib/Image/ExifTool/PGF.pm - lib/Image/ExifTool/PICT.pm - lib/Image/ExifTool/PLIST.pm - lib/Image/ExifTool/PPM.pm - lib/Image/ExifTool/PSP.pm - lib/Image/ExifTool/Palm.pm - lib/Image/ExifTool/PanasonicRaw.pm - lib/Image/ExifTool/Parrot.pm - lib/Image/ExifTool/PhaseOne.pm - lib/Image/ExifTool/PhotoCD.pm - lib/Image/ExifTool/PhotoMechanic.pm - lib/Image/ExifTool/Photoshop.pm - lib/Image/ExifTool/PrintIM.pm - lib/Image/ExifTool/Qualcomm.pm - lib/Image/ExifTool/RIFF.pm - lib/Image/ExifTool/RSRC.pm - lib/Image/ExifTool/Radiance.pm - lib/Image/ExifTool/Rawzor.pm - lib/Image/ExifTool/Real.pm - lib/Image/ExifTool/Reconyx.pm - lib/Image/ExifTool/Red.pm - lib/Image/ExifTool/Ricoh.pm - lib/Image/ExifTool/Samsung.pm - lib/Image/ExifTool/Sanyo.pm - lib/Image/ExifTool/Scalado.pm - lib/Image/ExifTool/Shift.pl - lib/Image/ExifTool/Shortcuts.pm - lib/Image/ExifTool/Sigma.pm - lib/Image/ExifTool/SigmaRaw.pm - lib/Image/ExifTool/SonyIDC.pm - lib/Image/ExifTool/Stim.pm - lib/Image/ExifTool/Text.pm - lib/Image/ExifTool/Theora.pm - lib/Image/ExifTool/Torrent.pm - lib/Image/ExifTool/Unknown.pm - lib/Image/ExifTool/VCard.pm - lib/Image/ExifTool/Validate.pm - lib/Image/ExifTool/Vorbis.pm - lib/Image/ExifTool/WTV.pm - lib/Image/ExifTool/WriteCanonRaw.pl - lib/Image/ExifTool/WriteIPTC.pl - lib/Image/ExifTool/WritePDF.pl - lib/Image/ExifTool/WritePNG.pl - lib/Image/ExifTool/WritePhotoshop.pl - lib/Image/ExifTool/WritePostScript.pl - lib/Image/ExifTool/WriteQuickTime.pl - lib/Image/ExifTool/WriteXMP.pl - lib/Image/ExifTool/XMPStruct.pl - lib/Image/ExifTool/ZIP.pm - lib/Image/ExifTool/ZISRAW.pm -Copyright: 1999-2001 LizardTech Inc. - 2001 AT&T - 2002 Leon Bottou and Yann Le Cun - 2003-2022 Phil Harvey (philharvey66 at gmail.com) - __NO_COPYRIGHT__ in: lib/File/RandomAccess.pm - __NO_COPYRIGHT__ in: lib/File/RandomAccess.pod - __NO_COPYRIGHT__ in: lib/Image/ExifTool.pm - __NO_COPYRIGHT__ in: lib/Image/ExifTool.pod -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or - modify it under the same terms as Perl itself. +Files: lib/Image/ExifTool/BZZ.pm +Comment: + This code is based on ZPCodec and BSByteStream of DjVuLibre 3.5.21 (see + additional copyrights and the first reference below), which are covered + under the GNU GPL license. +Copyright: + 2003-2024, Phil Harvey (philharvey66@gmail.com) + 2002, Leon Bottou and Yann Le Cun + 2001, AT&T + 1999-2001, LizardTech Inc. +License: GPL-1+ -Files: t/images/Font.pfa - t/images/Font.pfb -Copyright: 2004 Maxim Iorsh (iorsh@math.technion.ac.il). Distributed under the terms of GNU General Public License version 2(http://www.gnu.org/licenses/gpl.html). - (URW)++,Copyright 1999 (URW)++ Design & Development; Cyri Generated FontForge 20040824 (http://fontforge.sf.net/) %EndComments -License: __NO_LICENSE__ +Files: lib/Image/ExifTool/InfiRay.pm +Copyright: 2003-2023, Marcos Del Sol Vives +License: Artistic or GPL-1+ -Files: lib/Image/ExifTool/NikonCustom.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(10059lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(10060lines) truncating at: - . - __MANY_TOTAL_LINES__(10061lines) truncating at: =head1 ACKNOWLEDGEMENTS +Files: debian/* +Copyright: 2005, 2006, 2007, 2008, 2009, 2010, 2011, Mari Wang + 2005, Petter Reinholdtsen + 2008, Mark Hymers + 2012-2024, gregor herrmann +License: Artistic or GPL-1+ -Files: lib/Image/ExifTool/Nikon.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(11992lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(11993lines) truncating at: +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. . - __MANY_TOTAL_LINES__(11994lines) truncating at: =head1 REFERENCES + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. -Files: lib/Image/ExifTool/Pentax.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(6320lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(6321lines) truncating at: +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. . - __MANY_TOTAL_LINES__(6322lines) truncating at: =head1 SEE ALSO - -Files: lib/Image/ExifTool/Lang/ja.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(5846lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(5847lines) truncating at: - . - __MANY_TOTAL_LINES__(5848lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/WriteExif.pl -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2568lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2569lines) truncating at: - . - __MANY_TOTAL_LINES__(2570lines) truncating at: =head1 SEE ALSO - -Files: lib/Image/ExifTool/CanonVRD.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2269lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2270lines) truncating at: - . - __MANY_TOTAL_LINES__(2271lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/BuildTagLookup.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. - . - ~head1 SEE ALSO - . - L - . - ~cut - }, - ); - . - # notes for Shortcuts tags - -Files: exiftool -Copyright: 2003-2022 Phil Harvey -License: __UNKNOWN__ - This is free software; you can redistribute it and/or modify it under the - __MANY_TOTAL_LINES__(7287lines) truncating at: same terms as Perl itself. - same terms as Perl itself. - __MANY_TOTAL_LINES__(7288lines) truncating at: - . - __MANY_TOTAL_LINES__(7289lines) truncating at: =head1 SEE ALSO - -Files: lib/Image/ExifTool/Panasonic.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2851lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2852lines) truncating at: - . - __MANY_TOTAL_LINES__(2853lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/CanonCustom.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2878lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2879lines) truncating at: - . - __MANY_TOTAL_LINES__(2880lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/Minolta.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2933lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2934lines) truncating at: - . - __MANY_TOTAL_LINES__(2935lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/QuickTimeStream.pl -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2906lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2907lines) truncating at: - . - __MANY_TOTAL_LINES__(2908lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/PLUS.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2591lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2592lines) truncating at: - . - __MANY_TOTAL_LINES__(2593lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/Kodak.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(3257lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(3258lines) truncating at: - . - __MANY_TOTAL_LINES__(3259lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/Sony.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(11302lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(11303lines) truncating at: - . - __MANY_TOTAL_LINES__(11304lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/Lang/fi.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2883lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2884lines) truncating at: - . - __MANY_TOTAL_LINES__(2885lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/FlashPix.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2421lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2422lines) truncating at: - . - __MANY_TOTAL_LINES__(2423lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/GeoTiff.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2247lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2248lines) truncating at: - . - __MANY_TOTAL_LINES__(2249lines) truncating at: =head1 REFERENCES - -Files: README -Copyright: 2003-2022 Phil Harvey -License: __UNKNOWN__ - This is free software; you can redistribute it and/or modify it under the - same terms as Perl itself. - . - DISTRIBUTION FILES - . - Below is a list of the files/directories included in the full ExifTool - distribution package: - . - Changes - Revision history - MANIFEST - Full list of distribution files - META.json - Standard CPAN dependency file (JSON format) - META.yml - Standard CPAN dependency file (YAML format) - Makefile.PL - Makefile for installation - -Files: lib/Image/ExifTool/Lang/es.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(4010lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(4011lines) truncating at: - . - __MANY_TOTAL_LINES__(4012lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/Writer.pl -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(7043lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(7044lines) truncating at: - . - __MANY_TOTAL_LINES__(7045lines) truncating at: =head1 SEE ALSO - -Files: lib/Image/ExifTool/Canon.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(10158lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(10159lines) truncating at: - . - __MANY_TOTAL_LINES__(10160lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/DICOM.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(3858lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(3859lines) truncating at: - . - __MANY_TOTAL_LINES__(3860lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/TagLookup.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(12477lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(12478lines) truncating at: - . - __MANY_TOTAL_LINES__(12479lines) truncating at: =head1 SEE ALSO - -Files: lib/Image/ExifTool/Lang/fr.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(4756lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(4757lines) truncating at: - . - __MANY_TOTAL_LINES__(4758lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/TagInfoXML.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. - . - $ack~head1 SEE ALSO - . - L, - L - . - ~cut - FOOTER - -Files: lib/Image/ExifTool/NikonSettings.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2080lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2081lines) truncating at: - . - __MANY_TOTAL_LINES__(2082lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/Lang/de.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(8707lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(8708lines) truncating at: - . - __MANY_TOTAL_LINES__(8709lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/Lang/ko.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2321lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2322lines) truncating at: - . - __MANY_TOTAL_LINES__(2323lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/JPEGDigest.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2595lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2596lines) truncating at: - . - __MANY_TOTAL_LINES__(2597lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/Lang/it.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(7908lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(7909lines) truncating at: - . - __MANY_TOTAL_LINES__(7910lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/Olympus.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(4096lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(4097lines) truncating at: - . - __MANY_TOTAL_LINES__(4098lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/Lang/ru.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(5723lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(5724lines) truncating at: - . - __MANY_TOTAL_LINES__(5725lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/MXF.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(2992lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(2993lines) truncating at: - . - __MANY_TOTAL_LINES__(2994lines) truncating at: =head1 REFERENCES - -Files: lib/Image/ExifTool/Lang/nl.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(3213lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(3214lines) truncating at: - . - __MANY_TOTAL_LINES__(3215lines) truncating at: =head1 ACKNOWLEDGEMENTS - -Files: lib/Image/ExifTool/Exif.pm -Copyright: 2003-2022 Phil Harvey (philharvey66 at gmail.com) -License: __UNKNOWN__ - This library is free software; you can redistribute it and/or modify it - __MANY_TOTAL_LINES__(6789lines) truncating at: under the same terms as Perl itself. - under the same terms as Perl itself. - __MANY_TOTAL_LINES__(6790lines) truncating at: - . - __MANY_TOTAL_LINES__(6791lines) truncating at: =head1 REFERENCES - -#---------------------------------------------------------------------------- -# xml and html files (skipped): -# t/XMP_30.out -# t/XMP_26.out -# t/XMP_52.out -# t/XMP_44.out -# t/XMP_11.out -# t/XMP_9.out -# t/XMP_7.out -# t/XMP_50.out -# t/XMP_53.out -# t/XMP_45.out -# t/images/HTML.html -# t/images/XMP5.xmp -# t/images/Geotag.kml -# t/images/PLUS.xmp -# t/images/XMP.xml -# t/images/XMP.svg -# t/images/XMP9.xmp -# t/images/XMP3.xmp -# t/images/PLIST.aae -# t/images/XMP7.xmp -# t/images/PLIST-xml.plist -# t/images/Geotag.gpx -# t/images/Geotag.xml -# t/images/XMP8.xmp -# t/images/XMP.xmp -# t/images/XMP4.xmp -# t/images/XMP2.xmp -# t/images/XMP.inx -# t/images/XMP6.xmp -# html/idiosyncracies.html -# html/Shift.html -# html/config.html -# html/verbose.html -# html/geotag.html -# html/ancient_history.html -# html/metafiles.html -# html/index.html -# html/writing.html -# html/standards.html -# html/htmldump.html -# html/history.html -# html/under.html -# html/exiftool_pod.html -# html/mistakes.html -# html/canon_raw.html -# html/install.html -# html/data_members.html -# html/ExifTool.html -# html/commentary.html -# html/faq.html -# html/struct.html -# html/filename.html -# html/TagNames/FLIR.html -# html/TagNames/HTML.html -# html/TagNames/RIFF.html -# html/TagNames/EXIF.html -# html/TagNames/FotoStation.html -# html/TagNames/DICOM.html -# html/TagNames/MinoltaRaw.html -# html/TagNames/Red.html -# html/TagNames/AIFF.html -# html/TagNames/Nikon.html -# html/TagNames/APP12.html -# html/TagNames/PGF.html -# html/TagNames/Apple.html -# html/TagNames/JPEG.html -# html/TagNames/GIF.html -# html/TagNames/Casio.html -# html/TagNames/Theora.html -# html/TagNames/PSP.html -# html/TagNames/NikonCapture.html -# html/TagNames/XMP.html -# html/TagNames/MNG.html -# html/TagNames/Microsoft.html -# html/TagNames/DarwinCore.html -# html/TagNames/JSON.html -# html/TagNames/MPF.html -# html/TagNames/Samsung.html -# html/TagNames/M2TS.html -# html/TagNames/FLIF.html -# html/TagNames/OOXML.html -# html/TagNames/WTV.html -# html/TagNames/MWG.html -# html/TagNames/Scalado.html -# html/TagNames/IPTC.html -# html/TagNames/DPX.html -# html/TagNames/Parrot.html -# html/TagNames/iWork.html -# html/TagNames/GE.html -# html/TagNames/DNG.html -# html/TagNames/Nintendo.html -# html/TagNames/Pentax.html -# html/TagNames/DjVu.html -# html/TagNames/SigmaRaw.html -# html/TagNames/GPS.html -# html/TagNames/Ricoh.html -# html/TagNames/index.html -# html/TagNames/MIE.html -# html/TagNames/DJI.html -# html/TagNames/JVC.html -# html/TagNames/Motorola.html -# html/TagNames/ITC.html -# html/TagNames/CanonCustom.html -# html/TagNames/OpenEXR.html -# html/TagNames/Palm.html -# html/TagNames/PCX.html -# html/TagNames/CanonRaw.html -# html/TagNames/LIF.html -# html/TagNames/MPEG.html -# html/TagNames/BPG.html -# html/TagNames/RSRC.html -# html/TagNames/Canon.html -# html/TagNames/Audible.html -# html/TagNames/Other.html -# html/TagNames/QuickTime.html -# html/TagNames/MIFF.html -# html/TagNames/Olympus.html -# html/TagNames/Composite.html -# html/TagNames/Sigma.html -# html/TagNames/SonyIDC.html -# html/TagNames/Matroska.html -# html/TagNames/Ogg.html -# html/TagNames/Rawzor.html -# html/TagNames/GoPro.html -# html/TagNames/PanasonicRaw.html -# html/TagNames/Sony.html -# html/TagNames/Panasonic.html -# html/TagNames/PhotoCD.html -# html/TagNames/PLUS.html -# html/TagNames/Sanyo.html -# html/TagNames/Minolta.html -# html/TagNames/PostScript.html -# html/TagNames/Vorbis.html -# html/TagNames/GIMP.html -# html/TagNames/Radiance.html -# html/TagNames/MPC.html -# html/TagNames/DV.html -# html/TagNames/Flash.html -# html/TagNames/PLIST.html -# html/TagNames/PICT.html -# html/TagNames/HP.html -# html/TagNames/APE.html -# html/TagNames/VCard.html -# html/TagNames/NikonSettings.html -# html/TagNames/Kodak.html -# html/TagNames/Torrent.html -# html/TagNames/NikonCustom.html -# html/TagNames/ZISRAW.html -# html/TagNames/ICC_Profile.html -# html/TagNames/EXE.html -# html/TagNames/Font.html -# html/TagNames/ISO.html -# html/TagNames/Leaf.html -# html/TagNames/Photoshop.html -# html/TagNames/CanonVRD.html -# html/TagNames/BMP.html -# html/TagNames/Lytro.html -# html/TagNames/FlashPix.html -# html/TagNames/KyoceraRaw.html -# html/TagNames/ASF.html -# html/TagNames/ID3.html -# html/TagNames/LNK.html -# html/TagNames/PNG.html -# html/TagNames/FLAC.html -# html/TagNames/AFCP.html -# html/TagNames/Jpeg2000.html -# html/TagNames/Text.html -# html/TagNames/JFIF.html -# html/TagNames/MOI.html -# html/TagNames/Qualcomm.html -# html/TagNames/Shortcuts.html -# html/TagNames/PhotoMechanic.html -# html/TagNames/Reconyx.html -# html/TagNames/ZIP.html -# html/TagNames/FujiFilm.html -# html/TagNames/MXF.html -# html/TagNames/PDF.html -# html/TagNames/GeoTiff.html -# html/TagNames/Extra.html -# html/TagNames/MRC.html -# html/TagNames/PrintIM.html -# html/TagNames/CBOR.html -# html/TagNames/Stim.html -# html/TagNames/FITS.html -# html/TagNames/Opus.html -# html/TagNames/RTF.html -# html/TagNames/MacOS.html -# html/TagNames/H264.html -# html/TagNames/PhaseOne.html -# html/TagNames/Unknown.html -# html/TagNames/Real.html - -#---------------------------------------------------------------------------- -# huge files (skipped): -# lib/Image/ExifTool/TagNames.pod - -#---------------------------------------------------------------------------- -# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following -# license/copyright files. + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff --git a/debian/libimage-exiftool-perl.docs b/debian/libimage-exiftool-perl.docs index 7882372..1f7004a 100644 --- a/debian/libimage-exiftool-perl.docs +++ b/debian/libimage-exiftool-perl.docs @@ -3,3 +3,4 @@ arg_files config_files fmt_files html/ +debian/NEWS.Developer diff --git a/debian/upstream/metadata b/debian/upstream/metadata deleted file mode 100644 index 6a7661c..0000000 --- a/debian/upstream/metadata +++ /dev/null @@ -1,6 +0,0 @@ ---- -Archive: CPAN -Bug-Database: https://github.com/exiftool/exiftool/issues -Bug-Submit: https://github.com/exiftool/exiftool/issues/new -Repository: https://github.com/exiftool/exiftool.git -Repository-Browse: https://github.com/exiftool/exiftool diff --git a/debian/watch b/debian/watch index 0f6c805..7595aa0 100644 --- a/debian/watch +++ b/debian/watch @@ -1,7 +1,8 @@ version=4 -opts=dversionmangle=auto,repacksuffix=+dfsg \ -https://exiftool.org/ .*Image-ExifTool-v?@ANY_VERSION@@ARCHIVE_EXT@$ +# cf. #1041852 +#opts=dversionmangle=auto,repacksuffix=+dfsg \ +#https://exiftool.org/ .*Image-ExifTool-v?@ANY_VERSION@@ARCHIVE_EXT@$ opts=dversionmangle=auto,repacksuffix=+dfsg \ https://metacpan.org/release/Image-ExifTool .*/Image-ExifTool-v?@ANY_VERSION@@ARCHIVE_EXT@$