forked from pool/perl-Image-ExifTool
- Update to version 10.15.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=50
This commit is contained in:
parent
0836359784
commit
56bb0096a4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f9fcecf8954cfd6b1f5658e1fc82801e8b98f891c88a60adbd6bc5c716471e09
|
|
||||||
size 4056189
|
|
3
Image-ExifTool-10.15.tar.gz
Normal file
3
Image-ExifTool-10.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1a94fdd1717e81bad4625e3fc51644b6cc3b6667024d29afe7a9bbe5457e935
|
||||||
|
size 4080986
|
@ -1,3 +1,68 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 30 14:06:54 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 10.15 (changes since 10.10):
|
||||||
|
* Add a couple of new Olympus CameraType values.
|
||||||
|
* Add some new ACDSee XMP tags.
|
||||||
|
* Add a few more XMP-crs tags.
|
||||||
|
* Add a new CanonModelID.
|
||||||
|
* Add a couple of new Sony LensType values.
|
||||||
|
* Add support for PDF ASCII85Decode filter.
|
||||||
|
* Decode a number of new Sony tags.
|
||||||
|
* Decode a new Canon tag.
|
||||||
|
* Decode a few more Photoshop tags.
|
||||||
|
* Convert MDItem date/time values to local time.
|
||||||
|
* Patch to read incorrectly written DJI GPSCoordinates in MOV
|
||||||
|
videos.
|
||||||
|
* Add a new PentaxModelID and SonyModelID.
|
||||||
|
* Add a number of new CanonModelID values.
|
||||||
|
* Add a new Olypus LensType.
|
||||||
|
* Add two new Pentax LensType values.
|
||||||
|
* Add a few new Nikon LensID values and updated some others.
|
||||||
|
* Add a new Canon LensType.
|
||||||
|
* Decode a new Nikon tag.
|
||||||
|
* Decode a new CanonCustom tag for the EOS 80D.
|
||||||
|
* Improve decoding of SonyRawFileType.
|
||||||
|
* Change "Optimised" to "Optimized" in a Photoshop tag value.
|
||||||
|
* Fix warning that could be generated by the Canon FileNumber
|
||||||
|
conversion.
|
||||||
|
* Add a few new Canon LensType values.
|
||||||
|
* Add a new CanonModelID.
|
||||||
|
* Add a number of new Nikon RetouchHistory modes.
|
||||||
|
* Decode a number of new Sony tags.
|
||||||
|
* Change a couple of Sigma "| C" lens names for consistency.
|
||||||
|
* Add read support for ISO 9660 disk images
|
||||||
|
* Add a few new Nikon ISOExpansion values.
|
||||||
|
* Add a few new Olympus LensType values.
|
||||||
|
* Add a couple of new SonyModelID values.
|
||||||
|
* Add a new Olympus CameraType.
|
||||||
|
* Add config_files/gps2utm.config to distribution.
|
||||||
|
* Decode Canon ColorData for the EOS 80D.
|
||||||
|
* Decode a few new Samsung tags.
|
||||||
|
* Decode a new Fuji tag.
|
||||||
|
* Calculate Duration for APE audio files.
|
||||||
|
* Tighten constraints on M2TS file recognition.
|
||||||
|
* Improve verbose dump of ID3 information.
|
||||||
|
* Change XMP-acdsee:Snapshots to a Binary data tag.
|
||||||
|
* Fix bug which prevented writing of various Sony FocalLength tags.
|
||||||
|
* Add .a and .o to the list of supported file types.
|
||||||
|
* Add a few new Sony/Minolta lenses.
|
||||||
|
* Decode more Photoshop tags.
|
||||||
|
* Decode more information from static library (.a) files.
|
||||||
|
* Decode a few more tags from GoPro MP4 videos.
|
||||||
|
* Decode ColorData for Canon EOS 1300D.
|
||||||
|
* Update Sony decoding for newer models.
|
||||||
|
* Fix bug where ScaleFactor35efl could be calculated incorrectly
|
||||||
|
for Canon images from some models which have had their EXIF
|
||||||
|
rebuilt.
|
||||||
|
* API Changes:
|
||||||
|
+ fix bug which could cause the API Filter option to be
|
||||||
|
ignored for some tags when copying tags with the Composite
|
||||||
|
option set;
|
||||||
|
+ fix bug where FileModifyDate wasn't set properly when
|
||||||
|
WriteInfo() was called without a destination file name and
|
||||||
|
other "real" tags were written at the same time .
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 25 10:12:32 UTC 2016 - sor.alexei@meowr.ru
|
Mon Jan 25 10:12:32 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Image-ExifTool
|
%define cpan_name Image-ExifTool
|
||||||
Name: perl-Image-ExifTool
|
Name: perl-Image-ExifTool
|
||||||
Version: 10.10
|
Version: 10.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Perl module to read and write meta information
|
Summary: Perl module to read and write meta information
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
@ -33,7 +33,7 @@ BuildArch: noarch
|
|||||||
%perl_requires
|
%perl_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ExifTool is a customizable set of Perl modules plus a full-featured
|
ExifTool is a customisable set of Perl modules plus a full-featured
|
||||||
application for reading and writing meta information in a wide variety of
|
application for reading and writing meta information in a wide variety of
|
||||||
files, including the maker note information of many digital cameras by
|
files, including the maker note information of many digital cameras by
|
||||||
various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor,
|
various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor,
|
||||||
@ -41,7 +41,7 @@ Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
|
|||||||
Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
||||||
|
|
||||||
%package -n exiftool
|
%package -n exiftool
|
||||||
Summary: Highly Customizable Perl App for Reading and Writing Meta Information in Files
|
Summary: Customisable application to read and write meta information in files
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
Requires: perl(Image::ExifTool) = %{version}
|
Requires: perl(Image::ExifTool) = %{version}
|
||||||
Recommends: perl(Archive::Zip)
|
Recommends: perl(Archive::Zip)
|
||||||
@ -54,15 +54,14 @@ Recommends: perl(Archive::Zip)
|
|||||||
|
|
||||||
%description -n exiftool
|
%description -n exiftool
|
||||||
ExifTool is a a full-featured application for reading and writing
|
ExifTool is a a full-featured application for reading and writing
|
||||||
meta information in a wide variety of
|
meta information in a wide variety of files, including the maker
|
||||||
files, including the maker note information of many digital cameras
|
note information of many digital cameras by various manufacturers
|
||||||
by various manufacturers such as Canon, Casio, FujiFilm, GE, HP,
|
such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
|
||||||
JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon,
|
Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
|
||||||
Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh,
|
Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
||||||
Samsung, Sanyo, Sigma/Foveon and Sony.
|
|
||||||
|
|
||||||
%package -n perl-File-RandomAccess
|
%package -n perl-File-RandomAccess
|
||||||
Summary: Random Access Reads of Sequential File or Scalar
|
Summary: Random access reads of sequential file or scalar
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Languages/Perl
|
||||||
|
|
||||||
%description -n perl-File-RandomAccess
|
%description -n perl-File-RandomAccess
|
||||||
|
Loading…
Reference in New Issue
Block a user