Accepting request 1046536 from devel:languages:perl
- Update to 12.52: - Added a few new Nikon LensID's (thanks LibRaw and Chris) - Added Slovak translations (thanks Peter Bagin) - Made SphericalVideoXML readable/writable as a block - Improved handling of Matroska metadata tags, including language support - Improved French translations (thanks Philippe Bonnaure of GraphicConverter) - Improved Composite:GPSAltitude conversion to honour -lang setting - Improved -v2 messages to indicate files extracted from zip archives - Added a new Olympus LensType (thanks Herb) - Extract C2PA JUMBF metadata from PNG images and extract C2PA Salt values - Decode NikonSettings for Z9 firmware 3.0 (thanks Warren Hatch) - Decode additional camm metadata from Insta360 Pro2 MP4 videos - Improved Verbose output when writing Composite tags to add a "+" sign to indicate related tags that are being written - Enhanced -geotag option CSV format to support GPSImgDirection column - Fixed problem where -w+ option didn't work in Windows if there were Unicode characters in the path name - Fixed problem where only the last image of the sequence was extracted (multiple times) when using -ee2 to extract embedded images from FLIR SEQ files - Fixed issue where GPS reference directions may be unknowingly written when using ExifTool 12.44 or later to write GPSLatitude or GPSLongitude without specifying a group name. The fix was to Avoid writing the Composite tags unless the Composite group is specified explicitly - Fixed -geotag to write orientation and track tags even if some tags in the category were missing - Fixed inconsistency in selecting which tag to output with the -json option when multiple tags with the same JSON key exist and the -TAG# feature is used to disable print conversion - Fixed problem writing QuickTime:PlayListID - Fixed problem writing QuickTime tags when specifying tag ID (ie. family 7 group) as well as a language code OBS-URL: https://build.opensuse.org/request/show/1046536 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Image-ExifTool?expand=0&rev=47
This commit is contained in:
commit
c38a808813
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bce841fc5c10302f0f3ef7678c3bf146953a8c065c0ba18c41f734007e2ec0a8
|
|
||||||
size 5088286
|
|
3
Image-ExifTool-12.52.tar.gz
Normal file
3
Image-ExifTool-12.52.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c87f119644d101a9c760dcaae558b9d96f2618a209c26199b16873ca8933f9aa
|
||||||
|
size 5167173
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 3 14:02:51 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 12.52:
|
||||||
|
- Added a few new Nikon LensID's (thanks LibRaw and Chris)
|
||||||
|
- Added Slovak translations (thanks Peter Bagin)
|
||||||
|
- Made SphericalVideoXML readable/writable as a block
|
||||||
|
- Improved handling of Matroska metadata tags, including language support
|
||||||
|
- Improved French translations (thanks Philippe Bonnaure of GraphicConverter)
|
||||||
|
- Improved Composite:GPSAltitude conversion to honour -lang setting
|
||||||
|
- Improved -v2 messages to indicate files extracted from zip archives
|
||||||
|
- Added a new Olympus LensType (thanks Herb)
|
||||||
|
- Extract C2PA JUMBF metadata from PNG images and extract C2PA Salt values
|
||||||
|
- Decode NikonSettings for Z9 firmware 3.0 (thanks Warren Hatch)
|
||||||
|
- Decode additional camm metadata from Insta360 Pro2 MP4 videos
|
||||||
|
- Improved Verbose output when writing Composite tags to add a "+" sign to
|
||||||
|
indicate related tags that are being written
|
||||||
|
- Enhanced -geotag option CSV format to support GPSImgDirection column
|
||||||
|
- Fixed problem where -w+ option didn't work in Windows if there were Unicode
|
||||||
|
characters in the path name
|
||||||
|
- Fixed problem where only the last image of the sequence was extracted
|
||||||
|
(multiple times) when using -ee2 to extract embedded images from FLIR SEQ
|
||||||
|
files
|
||||||
|
- Fixed issue where GPS reference directions may be unknowingly written when
|
||||||
|
using ExifTool 12.44 or later to write GPSLatitude or GPSLongitude without
|
||||||
|
specifying a group name. The fix was to Avoid writing the Composite tags
|
||||||
|
unless the Composite group is specified explicitly
|
||||||
|
- Fixed -geotag to write orientation and track tags even if some tags in the
|
||||||
|
category were missing
|
||||||
|
- Fixed inconsistency in selecting which tag to output with the -json option
|
||||||
|
when multiple tags with the same JSON key exist and the -TAG# feature is
|
||||||
|
used to disable print conversion
|
||||||
|
- Fixed problem writing QuickTime:PlayListID
|
||||||
|
- Fixed problem writing QuickTime tags when specifying tag ID (ie. family 7
|
||||||
|
group) as well as a language code
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 10:35:13 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
Wed Nov 9 10:35:13 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Image-ExifTool
|
# spec file for package perl-Image-ExifTool
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define cpan_name Image-ExifTool
|
%define cpan_name Image-ExifTool
|
||||||
|
|
||||||
Name: perl-Image-ExifTool
|
Name: perl-Image-ExifTool
|
||||||
Version: 12.50
|
Version: 12.52
|
||||||
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