- Update to 12.62:
- Added basic read support for WPG images - Added ImageDataMD5 support for HEIC images - Added support for RAR version 5.0 compressed files (thanks Amir Gooran) - Added a few new XMP-aux tags (thanks John Ellis) - Made Composite tags available for use in -fileNUM argument - Better handling of FlashPix VT_EMPTY value - Fixed "Can't write" error when specifying a .webp file for the -o option - API Changes: - Added NoWarning option - Added ImageDataMD5 support for J2C and JXL images - Added support for PDF 2.0 (specification is finally freely available) - Added ability to extract timed Accelerometer data from Azdome GS63H MP4 videos which don't contain GPS - Added some new Sony lenses (thanks Jos Roost) - Decode some new tags for the Sony ZV-E1 (thanks Jos Roost) - Decode more tags for the Nikon Z30 (thanks Xavier) - Enhanced -fileNUM option to allow tags from the main file to be used in the file name string - Validate sample offset and size when calculating ImageDataMD5 for MP4 videos (note: may change ImageDataMD5 value for videos where audio data runs past end of media data) - Return error when attempting to write a fragmented JXL file - Improved robustness for determining image size for corrupted JPEG - Patched to allow Insta360 GPS records of unexpected length and tweaked verification algorithm to determine validity of these records - Fixed bug introduced in 12.57 where -progress:%f gave runtime warnings - Fixed "--" option to ignore subsequent -common_args option - Fixed incorrect ImageDataMD5 for Sony A100 ARW images - Fixed problem reading new XMP-et:OriginalImageMD5 tag OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=113
This commit is contained in:
parent
3b1d824cbc
commit
328b8a9318
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73dbe06d004c31082a56e78d7f246f2bb0002fbb1835447bc32a2b076f3d32ad
|
||||
size 5204922
|
3
Image-ExifTool-12.62.tar.gz
Normal file
3
Image-ExifTool-12.62.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4990a46c69b656888d7d5732baf4039da964688edddf7a1c2eeb51404999ec1d
|
||||
size 5216215
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 07:48:24 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 12.62:
|
||||
- Added basic read support for WPG images
|
||||
- Added ImageDataMD5 support for HEIC images
|
||||
- Added support for RAR version 5.0 compressed files (thanks Amir Gooran)
|
||||
- Added a few new XMP-aux tags (thanks John Ellis)
|
||||
- Made Composite tags available for use in -fileNUM argument
|
||||
- Better handling of FlashPix VT_EMPTY value
|
||||
- Fixed "Can't write" error when specifying a .webp file for the -o option
|
||||
- API Changes:
|
||||
- Added NoWarning option
|
||||
- Added ImageDataMD5 support for J2C and JXL images
|
||||
- Added support for PDF 2.0 (specification is finally freely available)
|
||||
- Added ability to extract timed Accelerometer data from Azdome GS63H MP4
|
||||
videos which don't contain GPS
|
||||
- Added some new Sony lenses (thanks Jos Roost)
|
||||
- Decode some new tags for the Sony ZV-E1 (thanks Jos Roost)
|
||||
- Decode more tags for the Nikon Z30 (thanks Xavier)
|
||||
- Enhanced -fileNUM option to allow tags from the main file to be used in the
|
||||
file name string
|
||||
- Validate sample offset and size when calculating ImageDataMD5 for MP4 videos
|
||||
(note: may change ImageDataMD5 value for videos where audio data runs past
|
||||
end of media data)
|
||||
- Return error when attempting to write a fragmented JXL file
|
||||
- Improved robustness for determining image size for corrupted JPEG
|
||||
- Patched to allow Insta360 GPS records of unexpected length and tweaked
|
||||
verification algorithm to determine validity of these records
|
||||
- Fixed bug introduced in 12.57 where -progress:%f gave runtime warnings
|
||||
- Fixed "--" option to ignore subsequent -common_args option
|
||||
- Fixed incorrect ImageDataMD5 for Sony A100 ARW images
|
||||
- Fixed problem reading new XMP-et:OriginalImageMD5 tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 03:08:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
%define cpan_name Image-ExifTool
|
||||
Name: perl-Image-ExifTool
|
||||
Version: 12.60
|
||||
Version: 12.62
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Read and write meta information
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://www.exiftool.org/index.html
|
||||
Source0: https://www.exiftool.org/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
|
Loading…
x
Reference in New Issue
Block a user