perl-Image-ExifTool/cpanspec.yml
Paolo Stivanin 366c7f9eb4 - Update to 13.14:
* Fixed bug where ItemList tags weren't created when creating new
    AudioKeys or VideoKeys tags in the same command and neither tag
    group pre-existed in the file

- Update to 13.13:
  * Added ability to write tags to the audio/video tracks of MOV/MP4
    videos using the new AudioKeys and VideoKeys group names
  * Added support for another DJI protobuf format (Mavic 3)
  * Decode yet another type of LIGOGPSINFO timed GPS from a dashcam video
  * Extract some proprietary information from JPEG images of Vivo phones
  * Enhanced Geolocation feature to allow the nearest cities to a specified city to be returned
  * Updated xmp2exif.args and exif2xmp.args to properly handle time zones in XMP-exif date/time tags
  * Changed family 1 group names for Keys, ItemList and UserData tags in a track
  * Patched github #306 issue where a torrent file would return a
    format error when reading if it didn't contain an "announce" or "created by" entry
  * Fixed "uninitialized value" runtime warning when reading some EXE files
  * Fixed -diff output to add colon missing from some lines when used with -g

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=182
2025-01-23 13:24:30 +00:00

76 lines
2.4 KiB
YAML

---
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*