Merge pull request #195084 from anthonyroussel/exiftool_12_47

Sandro 816fd1fa b236d5f4

Changed files
+9 -3
pkgs
development
python-modules
top-level
+6
pkgs/development/python-modules/mat2/default.nix
···
, unittestCheckHook
, pythonOlder
, fetchFromGitLab
+
, fetchpatch
, substituteAll
, bubblewrap
, exiftool
···
(substituteAll {
src = ./fix_poppler.patch;
poppler_path = "${poppler_gi}/lib/girepository-1.0";
+
})
+
# https://0xacab.org/jvoisin/mat2/-/issues/178
+
(fetchpatch {
+
url = "https://0xacab.org/jvoisin/mat2/-/commit/618e0a8e3984fd534b95ef3dbdcb8a76502c90b5.patch";
+
hash = "sha256-l9UFim3hGj+d2uKITiDG1OnqGeo2McBIiRSmK0Vidg8=";
})
] ++ lib.optionals (stdenv.hostPlatform.isLinux) [
(substituteAll {
+3 -3
pkgs/top-level/perl-packages.nix
···
ImageExifTool = buildPerlPackage rec {
pname = "Image-ExifTool";
-
version = "12.39";
+
version = "12.49";
src = fetchurl {
url = "https://exiftool.org/Image-ExifTool-${version}.tar.gz";
-
hash = "sha256-QDq1KTpEcl8EWj9a/bxF0TwghUulH30O5yDV0wsxy6I=";
+
hash = "sha256-l21p2ak+pe9GSWOatsGQ9YvyZfAFfKV3xB38rzexcVs=";
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
···
homepage = "https://exiftool.org/";
license = with lib.licenses; [ gpl1Plus /* or */ artistic2 ];
-
maintainers = [ maintainers.kiloreux ];
+
maintainers = with maintainers; [ kiloreux anthonyroussel ];
mainProgram = "exiftool";