ImageMagick: upddate to 7.0.9.1.

This commit is contained in:
Johannes 2019-10-29 21:23:10 +01:00 committed by Johannes
parent 967eaff0be
commit 9aa7a08ea9
2 changed files with 7 additions and 7 deletions

View file

@ -347,9 +347,9 @@ 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-7.Q16HDRI.so.6 libmagick-7.0.8.11_1
libMagickWand-7.Q16HDRI.so.6 libmagick-7.0.8.11_1
libMagick++-7.Q16HDRI.so.4 libmagick-7.0.8.11_1
libMagickCore-7.Q16HDRI.so.7 libmagick-7.0.9.1_1
libMagickWand-7.Q16HDRI.so.7 libmagick-7.0.9.1_1
libMagick++-7.Q16HDRI.so.4 libmagick-7.0.9.1_1
libMagickCore-6.Q16.so.6 libmagick6-6.9.10.11_1
libMagickWand-6.Q16.so.6 libmagick6-6.9.10.11_1
libMagick++-6.Q16.so.8 libmagick6-6.9.10.11_1

View file

@ -1,7 +1,7 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
_majorver=7.0.8
_patchver=68
_majorver=7.0.9
_patchver=1
version="${_majorver}.${_patchver}"
revision=1
wrksrc="${pkgname}-${_majorver}-${_patchver}"
@ -11,7 +11,7 @@ configure_args="--without-autotrace --with-wmf=yes
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
--with-magick-plus-plus --with-modules --enable-shared --with-rsvg
--with-dejavu-font-dir=/usr/share/fonts/TTF --enable-opencl --disable-static"
hostmakedepends="automake libtool pkg-config"
hostmakedepends="automake libtool pkg-config autoconf automake"
makedepends="djvulibre-devel fftw-devel ghostscript-devel glib-devel lcms2-devel
libXt-devel libgomp-devel libltdl-devel librsvg-devel libwebp-devel libwmf-devel
ocl-icd-devel pango-devel"
@ -21,7 +21,7 @@ license="ImageMagick"
homepage="https://www.imagemagick.org/"
changelog="https://imagemagick.org/script/changelog.php"
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
checksum=c3aa886789b36d3fe1f6f99fc1a32bbbf26d4ce51f485b32c3a4b85e176a53c9
checksum=9803fc58bddefd8b902338395481627c8c19ad67246a37d57b23e60932034de8
subpackages="libmagick libmagick-devel"