exiftool_vendored 12.82.0 → 12.83.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +20 -0
  3. data/bin/MANIFEST +2 -18
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +3 -2
  7. data/bin/build_geolocation +867 -0
  8. data/bin/exiftool +26 -4
  9. data/bin/fmt_files/gpx.fmt +2 -1
  10. data/bin/fmt_files/gpx_wpt.fmt +2 -1
  11. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +5 -2
  12. data/bin/lib/Image/ExifTool/CanonVRD.pm +6 -5
  13. data/bin/lib/Image/ExifTool/DJI.pm +29 -0
  14. data/bin/lib/Image/ExifTool/Exif.pm +19 -2
  15. data/bin/lib/Image/ExifTool/GM.pm +17 -8
  16. data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
  17. data/bin/lib/Image/ExifTool/Geolocation.pm +48 -35
  18. data/bin/lib/Image/ExifTool/Nikon.pm +7 -6
  19. data/bin/lib/Image/ExifTool/QuickTime.pm +4 -1
  20. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +5 -0
  21. data/bin/lib/Image/ExifTool/Sony.pm +15 -6
  22. data/bin/lib/Image/ExifTool/TagLookup.pm +11 -5
  23. data/bin/lib/Image/ExifTool/TagNames.pod +17 -4
  24. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +2 -1
  25. data/bin/lib/Image/ExifTool/Writer.pl +163 -131
  26. data/bin/lib/Image/ExifTool/XMP2.pl +3 -0
  27. data/bin/lib/Image/ExifTool.pm +12 -5
  28. data/bin/lib/Image/ExifTool.pod +13 -7
  29. data/bin/perl-Image-ExifTool.spec +1 -1
  30. data/lib/exiftool_vendored/version.rb +1 -1
  31. metadata +3 -20
  32. data/bin/lib/Image/ExifTool/GeoLang/cs.pm +0 -978
  33. data/bin/lib/Image/ExifTool/GeoLang/de.pm +0 -1975
  34. data/bin/lib/Image/ExifTool/GeoLang/en_ca.pm +0 -44
  35. data/bin/lib/Image/ExifTool/GeoLang/en_gb.pm +0 -124
  36. data/bin/lib/Image/ExifTool/GeoLang/es.pm +0 -2921
  37. data/bin/lib/Image/ExifTool/GeoLang/fi.pm +0 -1116
  38. data/bin/lib/Image/ExifTool/GeoLang/fr.pm +0 -3171
  39. data/bin/lib/Image/ExifTool/GeoLang/it.pm +0 -2750
  40. data/bin/lib/Image/ExifTool/GeoLang/ja.pm +0 -10256
  41. data/bin/lib/Image/ExifTool/GeoLang/ko.pm +0 -4499
  42. data/bin/lib/Image/ExifTool/GeoLang/nl.pm +0 -1270
  43. data/bin/lib/Image/ExifTool/GeoLang/pl.pm +0 -3019
  44. data/bin/lib/Image/ExifTool/GeoLang/ru.pm +0 -18220
  45. data/bin/lib/Image/ExifTool/GeoLang/sk.pm +0 -441
  46. data/bin/lib/Image/ExifTool/GeoLang/sv.pm +0 -714
  47. data/bin/lib/Image/ExifTool/GeoLang/tr.pm +0 -452
  48. data/bin/lib/Image/ExifTool/GeoLang/zh_cn.pm +0 -2225
  49. data/bin/lib/Image/ExifTool/GeoLang/zh_tw.pm +0 -72
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e72fd223e20ba074cc12f4a4b8746c48911099845c2b0bdabb3066ba3b68c930
4
- data.tar.gz: 03c78c3768b36216b3ad2c5d83d1fbd9e3e702581d2bd2cd09ce85b895fe169e
3
+ metadata.gz: bce9ba4475bbab2af98e446daf68e2ebc3e20f5f8babe75cb6c4c30c2d64e249
4
+ data.tar.gz: 3f9168ef86dba7aeeaaf05175e9ca061555aef3c265fca25e4716bfb201f37c4
5
5
  SHA512:
6
- metadata.gz: 1a0c7336b467061e914f44977a25fa24cb67572998306b21b1019b346ecd423a908774759c9af636f79ff3467624762cd5437d5c347e1a6475f78e6ea839fba5
7
- data.tar.gz: b654799b378c684a8d2ec1d2638e3d16de1d9daf91b67f1c0c681fc1407872e057f94b90d630a0cc2218ec286c4d92e5c0a2df4f01ed730f9852feb527857d98
6
+ metadata.gz: 2c1d039efa83cb5365e55ae6b75c55076afaf93ef816798a221918c99ae65279c7cbdf53aaff59e76168c9cb5c859f05317ad1d286087386ebb351bc848b32bb
7
+ data.tar.gz: 9481aa26a7f459d1bc5c9c6cb9fd752ecb1d7ba4a9c5fb0e16b4147e819c5e5c6b0d8dc4efe6571a9a0e32abf49b386c3b03d485993be98ec3ec18d03efefc5f
data/bin/Changes CHANGED
@@ -7,6 +7,26 @@ RSS feed: https://exiftool.org/rss.xml
7
7
  Note: The most recent production release is Version 12.76. (Other versions are
8
8
  considered development releases, and are not uploaded to MetaCPAN.)
9
9
 
10
+ Apr. 18, 2024 - Version 12.83
11
+
12
+ - Added SetTags helper function for use in advanced formatting expressions
13
+ - Added a couple of new tags from the DNG 1.7.1 specification
14
+ - Added a new Nikon Z lens
15
+ - Added a couple of new QuickTime tags
16
+ - Added a few more XMP-GCamera tags
17
+ - Added build_geolocation to the full distribution
18
+ - Decode a new CanonVRD tag and rename another one
19
+ - Updates to Sony maker note decoding for newer models (thanks Jos Roost)
20
+ - Minor change in -p option to avoid adding the trailing newline if the -b
21
+ option is also used
22
+ - Minor changes to GM PDR decoding for Gear and angle measurements
23
+ - Removed Geolocation alternate language support from the standard
24
+ distribution, and added PPLX feature codes
25
+ - Set family 1 group name for NextBase 'nbmt' information to "Nextbase"
26
+ - Fixed incorrect ID of a DNG tag
27
+ - API Changes:
28
+ - Added IgnoreGroups option
29
+
10
30
  Apr. 5, 2024 - Version 12.82 - "GM PDR"
11
31
 
12
32
  - Added support for reading GM PDR data from MP4 videos written by cars such
data/bin/MANIFEST CHANGED
@@ -15,6 +15,7 @@ arg_files/xmp2exif.args
15
15
  arg_files/xmp2gps.args
16
16
  arg_files/xmp2iptc.args
17
17
  arg_files/xmp2pdf.args
18
+ build_geolocation
18
19
  config_files/acdsee.config
19
20
  config_files/age.config
20
21
  config_files/bibble.config
@@ -189,6 +190,7 @@ html/TagNames/iWork.html
189
190
  html/TagNames/index.html
190
191
  html/TagNames/style.css
191
192
  html/ancient_history.html
193
+ html/build_geolocation.txt
192
194
  html/canon_raw.html
193
195
  html/commentary.html
194
196
  html/config.html
@@ -296,24 +298,6 @@ lib/Image/ExifTool/GIF.pm
296
298
  lib/Image/ExifTool/GIMP.pm
297
299
  lib/Image/ExifTool/GM.pm
298
300
  lib/Image/ExifTool/GPS.pm
299
- lib/Image/ExifTool/GeoLang/cs.pm
300
- lib/Image/ExifTool/GeoLang/de.pm
301
- lib/Image/ExifTool/GeoLang/en_ca.pm
302
- lib/Image/ExifTool/GeoLang/en_gb.pm
303
- lib/Image/ExifTool/GeoLang/es.pm
304
- lib/Image/ExifTool/GeoLang/fi.pm
305
- lib/Image/ExifTool/GeoLang/fr.pm
306
- lib/Image/ExifTool/GeoLang/it.pm
307
- lib/Image/ExifTool/GeoLang/ja.pm
308
- lib/Image/ExifTool/GeoLang/ko.pm
309
- lib/Image/ExifTool/GeoLang/nl.pm
310
- lib/Image/ExifTool/GeoLang/pl.pm
311
- lib/Image/ExifTool/GeoLang/ru.pm
312
- lib/Image/ExifTool/GeoLang/sk.pm
313
- lib/Image/ExifTool/GeoLang/sv.pm
314
- lib/Image/ExifTool/GeoLang/tr.pm
315
- lib/Image/ExifTool/GeoLang/zh_cn.pm
316
- lib/Image/ExifTool/GeoLang/zh_tw.pm
317
301
  lib/Image/ExifTool/GeoTiff.pm
318
302
  lib/Image/ExifTool/Geolocation.dat
319
303
  lib/Image/ExifTool/Geolocation.pm
data/bin/META.json CHANGED
@@ -50,5 +50,5 @@
50
50
  }
51
51
  },
52
52
  "release_status" : "stable",
53
- "version" : "12.82"
53
+ "version" : "12.83"
54
54
  }
data/bin/META.yml CHANGED
@@ -31,4 +31,4 @@ recommends:
31
31
  Time::HiRes: 0
32
32
  requires:
33
33
  perl: 5.004
34
- version: 12.82
34
+ version: 12.83
data/bin/README CHANGED
@@ -109,8 +109,8 @@ your home directory, then you would type the following commands in a
109
109
  terminal window to extract and run ExifTool:
110
110
 
111
111
  cd ~/Desktop
112
- gzip -dc Image-ExifTool-12.82.tar.gz | tar -xf -
113
- cd Image-ExifTool-12.82
112
+ gzip -dc Image-ExifTool-12.83.tar.gz | tar -xf -
113
+ cd Image-ExifTool-12.83
114
114
  ./exiftool t/images/ExifTool.jpg
115
115
 
116
116
  Note: These commands extract meta information from one of the test images.
@@ -195,6 +195,7 @@ distribution package:
195
195
  xmp2gps.args - Arguments for converting XMP to GPS
196
196
  xmp2iptc.args - Arguments for converting XMP to IPTC
197
197
  xmp2pdf.args - Arguments for converting XMP to PDF
198
+ build_geolocation - Build custom Geolocation database
198
199
  config_files/ - Sample ExifTool configuration files:
199
200
  acdsee.config - Definitions for writing ACDSee XMP regions
200
201
  age.config - Calculate Age of person in photo