Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perlPackages.ImageMagick: use same version as main imagemagick package
A recent update to ImageMagick fixed handling of Macintosh PICT files, and updated the PerlMagick test files to match. The PerlMagick package here was still using an old version, however, so its checkPhase was failing. This change makes it use the `version` and `src` of imagemagick. The new `preConfigure` command runs ImageMagick's top-level `./configure` to create `Makefile.PL` from `Makefile.PL.in`, then does `make perl-quantum-sources` to generate the appropriate module for the ImageMagick configuration being used (Q16HDRI for now). The old `sed` command for include paths seems to no longer be necessary. Fixes #371857. Co-authored-by: Michal Sojka <michal.sojka@cvut.cz>
- Loading branch information