ImageMagick: update to 6.9.4.1.

This commit is contained in:
Michael Gehring 2016-05-11 05:38:34 +02:00
parent a709120d97
commit 95c300de89
2 changed files with 2 additions and 12 deletions

View file

@ -1,15 +1,5 @@
https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588
--- config/delegates.xml.in.orig 2016-05-03 23:36:18.581813000 +0200
+++ config/delegates.xml.in 2016-05-03 23:36:26.858835000 +0200
@@ -88,7 +88,6 @@
<delegate decode="hpgl" command="&quot;@HPGLDecodeDelegate@&quot; -q -m eps -f `basename &quot;%o&quot;` &quot;%i&quot;; mv -f `basename &quot;%o&quot;` &quot;%o&quot;"/>
<delegate decode="htm" command="&quot;@HTMLDecodeDelegate@&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/>
<delegate decode="html" command="&quot;@HTMLDecodeDelegate@&quot; -U -o &quot;%o&quot; &quot;%i&quot;"/>
- <delegate decode="https" command="&quot;@WWWDecodeDelegate@&quot; -s -k -L -o &quot;%o&quot; &quot;https:%F&quot;"/>
<delegate decode="ilbm" command="&quot;@ILBMDecodeDelegate@&quot; &quot;%i&quot; &gt; &quot;%o&quot;"/>
<delegate decode="jxr" command="mv &quot;%i&quot; &quot;%i.jxr&quot;; &quot;@JXRDecodeDelegate@&quot; -i &quot;%i.jxr&quot; -o &quot;%o.bmp&quot; -c 0; mv &quot;%i.jxr&quot; &quot;%i&quot;; mv &quot;%o.bmp&quot; &quot;%o&quot;"/>
<delegate decode="man" command="&quot;@MANDelegate@&quot; -man -Tps &quot;%i&quot; &gt; &quot;%o&quot;"/>
--- config/policy.xml.orig 2016-05-03 23:18:45.652543000 +0200
+++ config/policy.xml 2016-05-03 23:19:23.818471000 +0200
@@ -58,4 +58,9 @@

View file

@ -1,7 +1,7 @@
# Template file for 'ImageMagick'
pkgname=ImageMagick
_majorver=6.9.4
_patchver=0
_patchver=1
version=${_majorver}.${_patchver}
revision=1
wrksrc=${pkgname}-${_majorver}-${_patchver}
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.imagemagick.org/"
license="ImageMagick"
distfiles="ftp://sunsite.icm.edu.pl/packages/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
checksum=7d2a20ac185f9ac9b6f5a7fbb6320bd04ce04ffd63e06ae608625592aa444306
checksum=2ea0fef839cd5d6f134502b7cf7ee0e57a3f230b19771515d4aa44354f4c6b3b
subpackages="libmagick libmagick-devel"