ImageMagick: update to 6.9.9.44.

This commit is contained in:
johannes 2018-05-15 14:56:06 +02:00 committed by Enno Boland
parent 11548b4b54
commit 824533e5ac
2 changed files with 7 additions and 7 deletions

View File

@ -339,8 +339,8 @@ liblcms.so.1 lcms-1.18_1
libgd.so.3 gd-2.1.0_1
libcroco-0.6.so.3 libcroco-0.6.2_1
libgsf-1.so.114 libgsf-1.14.11_1
libMagickCore-6.Q16.so.5 libmagick-6.9.9.0_1
libMagickWand-6.Q16.so.5 libmagick-6.9.9.0_1
libMagickCore-6.Q16.so.6 libmagick-6.9.9.44_1
libMagickWand-6.Q16.so.6 libmagick-6.9.9.44_1
libMagick++-6.Q16.so.8 libmagick-6.9.9.0_1
libltdl.so.7 libltdl-2.2.6_1
libpoppler.so.74 poppler-0.63.0_1

View File

@ -1,10 +1,10 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
_majorver=6.9.9
_patchver=40
version=${_majorver}.${_patchver}
_patchver=44
version="${_majorver}.${_patchver}"
revision=1
wrksrc=${pkgname}-${_majorver}-${_patchver}
wrksrc="${pkgname}-${_majorver}-${_patchver}"
build_style=gnu-configure
configure_args="--without-autotrace --with-wmf=yes
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
@ -13,10 +13,10 @@ configure_args="--without-autotrace --with-wmf=yes
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static"
short_desc="Package for display and interactive manipulation of images"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://www.imagemagick.org/"
license="ImageMagick"
homepage="https://www.imagemagick.org/"
distfiles="https://www.imagemagick.org/download/ImageMagick-${_majorver}-${_patchver}.tar.xz"
checksum=62f25d46bfbcffe00b84e167994d593868a9a47d4defc489a429cae1d6aab9f7
checksum=4de6340f22563d80b93ee22b799c023d3a816d59be0b2fea8dd6ebc7b8fd4c7f
subpackages="libmagick libmagick-devel"