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

Removes the jasper option from Imagemagick and bumps to latest patch release #30

Commits on Oct 23, 2017

  1. Removes the jasper option from Imagemagick

    Remove the optional jasper option to link against graphics/jasper. With
    the default options this causes ImageMagick to pull in graphics/jasper
    at install. However ImageMagick does not actuall link against against
    graphics/jasper and has not done since < 6.8 versions.
    
    jasper was linked in to support the jp2 format, which it now supports
    via linking against openjpeg.
    
    So we add the option 'jp2' which links against openjpeg. We also remove
    it from the suggested options as it's not a common format and hasn't
    actually been supported in pkgsrc ImageMagick for some time.
    
    We also bump the latest minor patch release while in here.
    stevenwilliamson committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    65f6502 View commit details
    Browse the repository at this point in the history