perl-Image-ExifTool/cpanspec.yml
Paolo Stivanin df711a7154 - Update to 13.11:
* Added warning for an unknown DJI protobuf schema
  * Decode timed GPS from the DJI Osmo Action 5
  * Decode yet another type of LIGOGPSINFO timed GPS from a dashcam video
  * Made Matroska Keywords and Instruments List-type tags
  * Fixed problem were EXIF couldn't be added to some AVIF files
  * API Changes:
    + Added GPSQuadrant option

- Update to 13.10:
  * Added warnings for out-of-order entries in 'iinf' and 'ipma' boxes of HEIC images
  * Added support for date/time formatting codes %f and %z in the inverse print conversion when writing tags
  * Updated Geolocation databases from current geonames.org files
  * Improved verbose output to show values stored with construction method 1 in MP4-based files
  * Enhanced the date/time timezone format specifier %z so that %:z returns
    the time zone with a colon separator (eg. "-05:00")
  * Fixed bug where the existing tag wasn't being removed when writing
    a new value for an Unknown QuickTime UserData or ItemList tag

- Update to 13.09:
  * Added a new QuickTime tag (thanks Matti)
  * Added a missing format check on a few tags when writing
  * Decode a couple of new ICC_Profile tags
  * Patched HEIC writer so newly added XMP or EXIF refers to the 'tmap'
    item as well as the primary item of an HDRGainMap image (since iPhone 15 and 16 do it this way)
  * Fixed compatibility issue where Apple Preview would no
    longer show the gain map image after adding new XMP to an HEIC with an HDR gain map

- Update to 13.08:
  * Decode ShutterCount for Canon EOS R6 Mark II (thanks Agoston Kapitany)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=178
2025-01-04 12:52:57 +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*