imagemagick: updated to version 7.1.1-30

This commit is contained in:
Juergen Daubert 2024-04-10 13:35:39 +02:00
parent 5b0ae3c9ae
commit 5f4544bc5e
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/drjxkUNSjS6neM/wf8KqeBiQqVxcsFNlIoPy/g59nKjvn8fTHYloYzBIVKG9D/UqUGM8Ans+IqItjAW9rvn6AE=
SHA256 (Pkgfile) = 887a0a6526a783644e298b9b9b20d13d09958d2e20b34d40591f47474418947b
RWSE3ohX2g5d/YpCwcZdCrsm74VqMLIpP5b1Ydrn5eRIk3aEBSxu9fPT9Zhqu/12hGD4VVG9dg9/hqKILwzNxziUYCW84D9QXw8=
SHA256 (Pkgfile) = 8f87be5d13d326b5fa5f1e60f8b353be89c6e917097cb3c6dcef2a0a090435a7
SHA256 (.footprint) = b2f6dc5bf2cc26b450c1935792397202be82fcc885a6bb20162e01739eae353c
SHA256 (ImageMagick-7.1.1-29.tar.xz) = f140465fbeb0b4724cba4394bc6f6fb32715731c1c62572d586f4f1c8b9b0685
SHA256 (ImageMagick-7.1.1-30.tar.xz) = ec192780d09da7d7b1e7a374a19f97d69cceb4e5e83057515cd595eda233a891

View File

@ -5,18 +5,21 @@
# Optional: fontconfig lcms2 libpng libtiff libxml2 openjpeg2 pango xorg-libxt
name=imagemagick
version=7.1.1-29
version=7.1.1-30
release=1
source=(https://imagemagick.org/archive/releases/ImageMagick-$version.tar.xz)
build () {
cd ImageMagick-$version
sed '/INSTALL_BASE/d' -i PerlMagick/Makefile.PL.in
./configure \
--prefix=/usr \
--enable-shared \
--with-modules \
--with-perl=yes
--with-perl=yes \
--with-perl-options=''
make
make DESTDIR=$PKG install