Accepting request 1058730 from devel:languages:perl
- Update to 12.54: - Increased precision of Sony FocusDistance2 conversion - Decode a number of new Apple tags (thanks Frank Rupprecht) - Fixed bug writing QuickTime-format files which have a zero-sized mdat (ie. media data extends to end of file) which would cause an incorrect mdat size to be written - Added support for a number of new XMP tags written by ACR 15.1 - Added a new Nikon LensID - Decode timed GPS from Lamax S9 dual dashcam MOV videos - Decode a number of new Nikon tags (thanks Warren Hatch) - Decode a couple of new Canon tags (thanks John Moyer) - Decode FujiFilm BWMagentaGreen tag - Enable block-write of EXIF to JXL files - Accept values of "now" and "Z" when writing EXIF OffsetTime tags - Changed priority of XMP when reading/writing HEIC files so that it is no longer preferred as with other QuickTime-based formats - Changed family 1 group name of Canon DR4 tags from CanonVRD to CanonDR4 to allow newer tags to be differentiated from older ones. The family 0 group name for both remains CanonVRD - Patched to recognize JXL EXIF box with non-zero header length - Patched to avoid runtime error when writing a PDF with an Info dictionary which was stored incorrectly as a direct object - Fixed problem writing EXIF to JXL images where a new EXIF box was created even if one previously existed OBS-URL: https://build.opensuse.org/request/show/1058730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Image-ExifTool?expand=0&rev=48
This commit is contained in:
commit
fa7b580994
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c87f119644d101a9c760dcaae558b9d96f2618a209c26199b16873ca8933f9aa
|
|
||||||
size 5167173
|
|
3
Image-ExifTool-12.54.tar.gz
Normal file
3
Image-ExifTool-12.54.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a74fa95ed027ea4bcc8ffeaa71e07815b099a9dfca0f408737ead354ce97dcf
|
||||||
|
size 5172517
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 15:10:33 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 12.54:
|
||||||
|
- Increased precision of Sony FocusDistance2 conversion
|
||||||
|
- Decode a number of new Apple tags (thanks Frank Rupprecht)
|
||||||
|
- Fixed bug writing QuickTime-format files which have a zero-sized mdat (ie.
|
||||||
|
media data extends to end of file) which would cause an incorrect mdat size
|
||||||
|
to be written
|
||||||
|
- Added support for a number of new XMP tags written by ACR 15.1
|
||||||
|
- Added a new Nikon LensID
|
||||||
|
- Decode timed GPS from Lamax S9 dual dashcam MOV videos
|
||||||
|
- Decode a number of new Nikon tags (thanks Warren Hatch)
|
||||||
|
- Decode a couple of new Canon tags (thanks John Moyer)
|
||||||
|
- Decode FujiFilm BWMagentaGreen tag
|
||||||
|
- Enable block-write of EXIF to JXL files
|
||||||
|
- Accept values of "now" and "Z" when writing EXIF OffsetTime tags
|
||||||
|
- Changed priority of XMP when reading/writing HEIC files so that it is no
|
||||||
|
longer preferred as with other QuickTime-based formats
|
||||||
|
- Changed family 1 group name of Canon DR4 tags from CanonVRD to CanonDR4 to
|
||||||
|
allow newer tags to be differentiated from older ones. The family 0 group
|
||||||
|
name for both remains CanonVRD
|
||||||
|
- Patched to recognize JXL EXIF box with non-zero header length
|
||||||
|
- Patched to avoid runtime error when writing a PDF with an Info dictionary
|
||||||
|
which was stored incorrectly as a direct object
|
||||||
|
- Fixed problem writing EXIF to JXL images where a new EXIF box was created
|
||||||
|
even if one previously existed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 3 14:02:51 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
Tue Jan 3 14:02:51 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define cpan_name Image-ExifTool
|
%define cpan_name Image-ExifTool
|
||||||
|
|
||||||
Name: perl-Image-ExifTool
|
Name: perl-Image-ExifTool
|
||||||
Version: 12.52
|
Version: 12.54
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Read and write meta information
|
Summary: Read and write meta information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user