From c4a47d91e8fec6202c416682f01570dff33c1c4c Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 29 Nov 2010 22:05:28 +0000
Subject: [PATCH] version up : imagemagick-6.6.6-1.

2010-11-27 6.6.6-1 Cristy <quetzlzacatenango@image...>
* Add support for -evaluate-sequence median.

2010-11-26 6.6.6-0 Glenn Randers-Pehrson <glennrp@image...>
* Fixed two more cases where the PNG encoder lost transparency (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516).

2010-11-23 6.6.6-0 Cristy <quetzlzacatenango@image...>
* The policy.xml sets not-to-exceed resource values (e.g. policy memory limit 1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
* Support NCC (normalized cross correlation) compare metric.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40894 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/imagemagick.cfg | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/buildout/software-profiles/imagemagick.cfg b/buildout/software-profiles/imagemagick.cfg
index 7036633fa5..7b75d0ef9a 100644
--- a/buildout/software-profiles/imagemagick.cfg
+++ b/buildout/software-profiles/imagemagick.cfg
@@ -1,3 +1,6 @@
+# ImageMagick - a software suite to create, edit, and compose bitmap images
+# http://www.imagemagick.org/
+
 [buildout]
 parts = imagemagick
 extends =
@@ -14,8 +17,8 @@ extends =
 
 [imagemagick]
 recipe = hexagonit.recipe.cmmi
-url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.5-10.tar.bz2
-md5sum = 305bc145200ef5c1f7bba08a12c5f4f2
+url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.6-1.tar.bz2
+md5sum = e1471a0153761af2c375e6b2627c5f9f
 configure-options =
   --without-x
   --without-magick-plus-plus
-- 
2.30.9