forked from pool/perl-Image-ExifTool
Accepting request 1118825 from devel:languages:perl
- Update to 12.68: * Added preliminary read support for XISF images * Added the ability to delete JUMBF metadata from PNG images * Added support for writing Canon burst-roll CR3 images * Added a new Nikon Z9 SubjectDetection value, and improved Zf support (thanks Warren Hatch) * Added a couple of new PentaxModelID values * Added a few couple of new tag values for the Pentax K-3 Mark III Monochrome (github #226) * Added a new XMP-photomech tag * Added a new QuickTime ItemList tag * Added a new Nikon LensID * Added a new Canon LensType * Added a new Pentax LensType (thanks dmont) * Added a new FujiFilm FilmMode and FaceElementTypes values (thanks Greybeard) * Added a few new Canon LensType values (thanks Norbert Wasser) * Added conversions for a few Apple:ImageCaptureType values * Added new XMP tag for PLUS version 2.0.1 * Added a new CanonModelID (thanks Laurent Clevy) * Support decimal values for FujiFilm ShadowTone and HighlightTone tags * Decode some new Sony tags (thanks Jos Roost) * Decode ShutterCount for Canon EOS R6 (thanks gamin) * Decode QuickTime VideoFullRangeFlag * Decode JPGCompression for the Nikon D3S * Enhanced -geotag feature to allow writing QuickTime:GPSCoordinates * Renamed Panasonic HDRShot tag to MergedImages (forum 15298) * Fixed problem where some NEF files were misidentified as NRW * Fixed error writing new DataMining tag where URI prefix wasn't being properly added to the value * Decode another tag from Canon 1DS raw images (Hubert Figuière, github #219) * Decode JPGCompression for newer Nikon models (thanks Warren Hatch) * Fixed bug introduced in 12.65 where duplicate tags were not returned even when the groups where specified explicitly OBS-URL: https://build.opensuse.org/request/show/1118825 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Image-ExifTool?expand=0&rev=56
This commit is contained in:
commit
f253f10c92
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:616ca76444bee3f32462e79e37c637202eef2866f4c2400d51f20a8127032432
|
||||
size 5267669
|
3
Image-ExifTool-12.68.tar.gz
Normal file
3
Image-ExifTool-12.68.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8633759f7e60d2bc30ad19c4820b0ebfa6a7d089cf438b752683f8b6d803987
|
||||
size 5275783
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 06:49:09 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 12.68:
|
||||
* Added preliminary read support for XISF images
|
||||
* Added the ability to delete JUMBF metadata from PNG images
|
||||
* Added support for writing Canon burst-roll CR3 images
|
||||
* Added a new Nikon Z9 SubjectDetection value, and improved Zf support (thanks Warren Hatch)
|
||||
* Added a couple of new PentaxModelID values
|
||||
* Added a few couple of new tag values for the Pentax K-3 Mark III Monochrome (github #226)
|
||||
* Added a new XMP-photomech tag
|
||||
* Added a new QuickTime ItemList tag
|
||||
* Added a new Nikon LensID
|
||||
* Added a new Canon LensType
|
||||
* Added a new Pentax LensType (thanks dmont)
|
||||
* Added a new FujiFilm FilmMode and FaceElementTypes values (thanks Greybeard)
|
||||
* Added a few new Canon LensType values (thanks Norbert Wasser)
|
||||
* Added conversions for a few Apple:ImageCaptureType values
|
||||
* Added new XMP tag for PLUS version 2.0.1
|
||||
* Added a new CanonModelID (thanks Laurent Clevy)
|
||||
* Support decimal values for FujiFilm ShadowTone and HighlightTone tags
|
||||
* Decode some new Sony tags (thanks Jos Roost)
|
||||
* Decode ShutterCount for Canon EOS R6 (thanks gamin)
|
||||
* Decode QuickTime VideoFullRangeFlag
|
||||
* Decode JPGCompression for the Nikon D3S
|
||||
* Enhanced -geotag feature to allow writing QuickTime:GPSCoordinates
|
||||
* Renamed Panasonic HDRShot tag to MergedImages (forum 15298)
|
||||
* Fixed problem where some NEF files were misidentified as NRW
|
||||
* Fixed error writing new DataMining tag where URI prefix wasn't being properly added to the value
|
||||
* Decode another tag from Canon 1DS raw images (Hubert Figuière, github #219)
|
||||
* Decode JPGCompression for newer Nikon models (thanks Warren Hatch)
|
||||
* Fixed bug introduced in 12.65 where duplicate tags were not returned even when the groups where specified explicitly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 05:00:34 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Image-ExifTool
|
||||
Name: perl-Image-ExifTool
|
||||
Version: 12.65
|
||||
Version: 12.68
|
||||
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