forked from pool/perl-Image-ExifTool
Accepting request 1175851 from home:jubalh:branches:devel:languages:perl
- Update to 12.85: * Added GeolocationFeatureType tag * Added read support for Nikon NKA and NXD adjustment files * Added a new Apple:ImageCaptureType value, and changed another one * Decode a few new Pentax tags * Decode a few new Canon tags * Decode some Ricoh Exif metadata from MOV videos * Extract ID3 UserDefinedText and UserDefinedURL tags by name * Make $advFmtSelf available for user-defined helper functions * Documented API GeoDir pseudo option feature * Tolerate pad byte at end of HIF file when writing * Raised priority of FileName, BaseName, Directory and FileType tags so they don't get hidden by other tags in the file which may have these names * Changed decoding of QuickTime Rotation (irot) to correspond with EXIF:Orientation (previously this was oddly reported as degrees of counterclockwise rotation) * Fixed a typo in the print conversion value for a couple of DPX tags * Fixed problem writing some QuickTime tags with very large (> 16 MB) values * Fixed bug in build_geolocation utility that resulted in incorrect population numbers when run under ActivePerl OBS-URL: https://build.opensuse.org/request/show/1175851 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=154
This commit is contained in:
parent
9b0735cab8
commit
43cc442486
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f4a7c796d2eef2342888413a9079558ccfea0f288b4ad1ee6513c71356100d
|
||||
size 7098932
|
3
Image-ExifTool-12.85.tar.gz
Normal file
3
Image-ExifTool-12.85.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:063cf40beb7067d2aa31d8832f46e7a537d0c0aacadf83c6ac61dd317b55b0e6
|
||||
size 7101460
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 13:22:01 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 12.85:
|
||||
* Added GeolocationFeatureType tag
|
||||
* Added read support for Nikon NKA and NXD adjustment files
|
||||
* Added a new Apple:ImageCaptureType value, and changed another one
|
||||
* Decode a few new Pentax tags
|
||||
* Decode a few new Canon tags
|
||||
* Decode some Ricoh Exif metadata from MOV videos
|
||||
* Extract ID3 UserDefinedText and UserDefinedURL tags by name
|
||||
* Make $advFmtSelf available for user-defined helper functions
|
||||
* Documented API GeoDir pseudo option feature
|
||||
* Tolerate pad byte at end of HIF file when writing
|
||||
* Raised priority of FileName, BaseName, Directory and FileType tags
|
||||
so they don't get hidden by other tags in the file which may have these names
|
||||
* Changed decoding of QuickTime Rotation (irot) to
|
||||
correspond with EXIF:Orientation (previously this was oddly
|
||||
reported as degrees of counterclockwise rotation)
|
||||
* Fixed a typo in the print conversion value for a couple of DPX tags
|
||||
* Fixed problem writing some QuickTime tags with very large (> 16 MB) values
|
||||
* Fixed bug in build_geolocation utility that resulted in incorrect
|
||||
population numbers when run under ActivePerl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 06:40:46 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Image-ExifTool
|
||||
Name: perl-Image-ExifTool
|
||||
Version: 12.84
|
||||
Version: 12.85
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Read and write meta information
|
||||
|
Loading…
Reference in New Issue
Block a user