perlPackages.ImageExifTool: 11.48 -> 11.50
This commit is contained in:
parent
11d1932f11
commit
842693b9ae
@ -8059,11 +8059,11 @@ let
|
|||||||
|
|
||||||
ImageExifTool = buildPerlPackage rec {
|
ImageExifTool = buildPerlPackage rec {
|
||||||
name = "Image-ExifTool-${version}";
|
name = "Image-ExifTool-${version}";
|
||||||
version = "11.48";
|
version = "11.50";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
|
url = "https://www.sno.phy.queensu.ca/~phil/exiftool/${name}.tar.gz";
|
||||||
sha256 = "0whbwrrmwvj311fxksf47i47cyfgzd2d5cnh6ixg74rb1n6k9986";
|
sha256 = "0d8v48y94z8maxkmw1rv7v9m0jg2dc8xbp581njb6yhr7abwqdv3";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -8072,11 +8072,11 @@ let
|
|||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
ExifTool is a platform-independent Perl library plus a command-line
|
ExifTool is a platform-independent Perl library plus a command-line
|
||||||
application for reading, writing and editing meta information in
|
application for reading, writing and editing meta information in a wide
|
||||||
image, audio and video files. ExifTool supports many different types
|
variety of files. ExifTool supports many different metadata formats
|
||||||
of metadata including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC
|
including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop
|
||||||
Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the maker
|
IRB, FlashPix, AFCP and ID3, as well as the maker notes of many digital
|
||||||
notes of many digital cameras by Canon, Casio, DJI, FLIR, FujiFilm, HP,
|
cameras by Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP,
|
||||||
JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon,
|
JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon,
|
||||||
Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One,
|
Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One,
|
||||||
Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
|
||||||
|
Loading…
Reference in New Issue
Block a user