- Update to 13.00:
* Added support for reading GPS from Autel Evo II drone videos * Added a new PhaseOne RawFormat value * Updated XMP-exifEX tags, exif2xmp.args and xmp2exif.args according to the 2024 EXIF for XMP specification * Updated Geolocation databases from current geonames.org files * Updated the MIME types for a couple of font formats * Enhanced -diff option to work with -ec (C-style escape of special chars) * Changed name of EXIF Title tag to ImageTitle to correspond with specifiation * Reverted a geotag warning message to remove debugging information that was added in version 12.67 and moved this information into a -v3 verbose message * Patched Perl bug which gave "Can't spawn" warning in Windows if control-C was pressed while displaying the exiftool application help * Fixed API StructFormat JSONQ setting to properly quote values in structures * Fixed incorrect AudioStreamType for M2TS videos containing a PGS stream * Fixed -diff option so "same tags" messages are only shown when -v is added (as per the documentation) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=176
This commit is contained in:
commit
7f57dcad20
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
Image-ExifTool-12.87.tar.gz
Normal file
3
Image-ExifTool-12.87.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7da3428d374cb18b2ab7011278d29b85bcac560e0d551efc7a6704ef0e7f2c21
|
||||
size 7125651
|
3
Image-ExifTool-12.89.tar.gz
Normal file
3
Image-ExifTool-12.89.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7d4fa161b3e5f82d8a6bba41cf022c4b325d93b5c14c46ef9feefd3b73d1b86
|
||||
size 7129475
|
3
Image-ExifTool-12.92.tar.gz
Normal file
3
Image-ExifTool-12.92.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa482def59d23c325a52783fce7aee3c62f6b8c27a1da329192da9b96a3451ed
|
||||
size 7132005
|
3
Image-ExifTool-12.96.tar.gz
Normal file
3
Image-ExifTool-12.96.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:405a23f31be0d2fb248dc30d96c4ec7f63f9b1af8c92e753fe6c654a595813db
|
||||
size 7137540
|
3
Image-ExifTool-12.99.tar.gz
Normal file
3
Image-ExifTool-12.99.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:267d86c13c28bb3546d30b4ba93c0b249f72e57e51bcc56062e1926d367f6e3e
|
||||
size 7148809
|
3
Image-ExifTool-13.00.tar.gz
Normal file
3
Image-ExifTool-13.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4895788f34f834765f86be4a5ad5a32433f572d757160ecd7b612eaf5ed37e84
|
||||
size 7171446
|
75
cpanspec.yml
Normal file
75
cpanspec.yml
Normal file
@ -0,0 +1,75 @@
|
||||
---
|
||||
description_paragraphs: 1
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# baz.patch: PATCH-FIX-OPENSUSE
|
||||
preamble: |-
|
||||
Requires: perl(File::RandomAccess) >= 1.11
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
skip_doc: exiftool
|
||||
add_doc: html config_files
|
||||
misc: |-
|
||||
%exclude %{_bindir}/exiftool
|
||||
%exclude %{_mandir}/man?/exiftool.?%{?ext_man}
|
||||
%exclude %{perl_vendorlib}/File/
|
||||
%exclude %{_mandir}/man?/File::RandomAccess*
|
||||
|
||||
%package -n exiftool
|
||||
Summary: Customisable application to read and write meta information in files
|
||||
Group: Productivity/Graphics/Other
|
||||
Requires: perl(Image::ExifTool) = %{version}
|
||||
Recommends: perl(Archive::Zip)
|
||||
# Per https://perldoc.perl.org/index-modules-I.html, these are the part of perl-base.
|
||||
#Recommends: perl(Compress::Zlib)
|
||||
#Recommends: perl(Digest::MD5)
|
||||
#Recommends: perl(Digest::SHA)
|
||||
#Recommends: perl(IO::Compress::Bzip2)
|
||||
#Recommends: perl(Time::HiRes)
|
||||
|
||||
%description -n exiftool
|
||||
ExifTool is a a full-featured application for reading and writing
|
||||
meta information in a wide variety of files, including the maker
|
||||
note information of many digital cameras by various manufacturers
|
||||
such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
|
||||
Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
|
||||
Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
||||
|
||||
%files -n exiftool
|
||||
%doc fmt_files/
|
||||
%doc arg_files/
|
||||
%{_bindir}/exiftool
|
||||
%{_mandir}/man?/exiftool.?%{?ext_man}
|
||||
|
||||
%package -n perl-File-RandomAccess
|
||||
Summary: Random access reads of sequential file or scalar
|
||||
Group: Development/Languages/Perl
|
||||
|
||||
%description -n perl-File-RandomAccess
|
||||
Allows random access to sequential file by buffering the file if
|
||||
necessary. Also allows access to data in memory to be accessed as
|
||||
if it were a file.
|
||||
|
||||
%files -n perl-File-RandomAccess
|
||||
%{perl_vendorlib}/File/
|
||||
%{_mandir}/man?/File::RandomAccess*
|
2618
perl-Image-ExifTool.changes
Normal file
2618
perl-Image-ExifTool.changes
Normal file
File diff suppressed because it is too large
Load Diff
113
perl-Image-ExifTool.spec
Normal file
113
perl-Image-ExifTool.spec
Normal file
@ -0,0 +1,113 @@
|
||||
#
|
||||
# spec file for package perl-Image-ExifTool
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name Image-ExifTool
|
||||
Name: perl-Image-ExifTool
|
||||
Version: 13.00
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Read and write meta information
|
||||
URL: https://www.exiftool.org/index.html
|
||||
Source0: https://www.exiftool.org/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Recommends: perl(Archive::Zip)
|
||||
Recommends: perl(Compress::Zlib)
|
||||
Recommends: perl(Digest::SHA)
|
||||
Recommends: perl(IO::Compress::RawDeflate)
|
||||
Recommends: perl(IO::Uncompress::RawInflate)
|
||||
Recommends: perl(POSIX::strptime)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
Requires: perl(File::RandomAccess) >= 1.11
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
Reads and writes meta information in a wide variety of files, including the
|
||||
maker notes of many digital cameras by various manufacturers such as Canon,
|
||||
Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf,
|
||||
Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica,
|
||||
Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and
|
||||
Sony.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes config_files html README
|
||||
%exclude %{_bindir}/exiftool
|
||||
%exclude %{_mandir}/man?/exiftool.?%{?ext_man}
|
||||
%exclude %{perl_vendorlib}/File/
|
||||
%exclude %{_mandir}/man?/File::RandomAccess*
|
||||
|
||||
%package -n exiftool
|
||||
Summary: Customisable application to read and write meta information in files
|
||||
Group: Productivity/Graphics/Other
|
||||
Requires: perl(Image::ExifTool) = %{version}
|
||||
Recommends: perl(Archive::Zip)
|
||||
# Per https://perldoc.perl.org/index-modules-I.html, these are the part of perl-base.
|
||||
#Recommends: perl(Compress::Zlib)
|
||||
#Recommends: perl(Digest::MD5)
|
||||
#Recommends: perl(Digest::SHA)
|
||||
#Recommends: perl(IO::Compress::Bzip2)
|
||||
#Recommends: perl(Time::HiRes)
|
||||
|
||||
%description -n exiftool
|
||||
ExifTool is a a full-featured application for reading and writing
|
||||
meta information in a wide variety of files, including the maker
|
||||
note information of many digital cameras by various manufacturers
|
||||
such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
|
||||
Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
|
||||
Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
||||
|
||||
%files -n exiftool
|
||||
%doc fmt_files/
|
||||
%doc arg_files/
|
||||
%{_bindir}/exiftool
|
||||
%{_mandir}/man?/exiftool.?%{?ext_man}
|
||||
|
||||
%package -n perl-File-RandomAccess
|
||||
Summary: Random access reads of sequential file or scalar
|
||||
Group: Development/Languages/Perl
|
||||
|
||||
%description -n perl-File-RandomAccess
|
||||
Allows random access to sequential file by buffering the file if
|
||||
necessary. Also allows access to data in memory to be accessed as
|
||||
if it were a file.
|
||||
|
||||
%files -n perl-File-RandomAccess
|
||||
%{perl_vendorlib}/File/
|
||||
%{_mandir}/man?/File::RandomAccess*
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user