Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-24.11] perlPackages.ImageMagick: use same version as main imagemagick package #372903

Open
wants to merge 1 commit into
base: release-24.11
Choose a base branch
from

Conversation

nix-backports[bot]
Copy link

@nix-backports nix-backports bot commented Jan 11, 2025

Bot-based backport to release-24.11, triggered by a label in #372231.

  • Before merging, ensure that this backport is acceptable for the release.
    • Even as a non-commiter, if you find that it is not acceptable, leave a comment.

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>
(cherry picked from commit f397301)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant