summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-29 19:03:23 +0000
committertron <tron@pkgsrc.org>2001-01-29 19:03:23 +0000
commitb57862af7b68591423854e6bcc7441b7afa55d9b (patch)
tree96f0d6fe3dc60556ecf067fbc0a13459fdeb438d /graphics
parent749afb39b41f43d2db875784e0308a0fb91a818c (diff)
downloadpkgsrc-b57862af7b68591423854e6bcc7441b7afa55d9b.tar.gz
Update "ImageMagick" package to version 5.2.8. Changes since version 5.2.2:
- URL's are now understood on Win32 (thanks to libXML and William Radcliffe). - ImageMagick defaults to 16-bit per pixel component now. - Support added for ART images (contributed by Jaroslav Fojtik). - Added -pause to the animate program. You can now specify a minimum/maximum delay for an image sequence. - Added %c to -format to get the image comment (patch provided by Frank Mattern). - Over compositing is now the Porter-Duff algorithm (inspired by William Radcliffe and Alvy Ray Smith). - You can write SVG output if the input is SVG, MVG, or WMF. - ImageMagick now can accept AFM, PFB, and PFM fonts. - The linewidth parameter is deprecated in PerlMagick. Use stroke_width instead. - Digital Applications contributed text stroking code. - You can now specify Truetype fonts directly. No @ prefix is required (e.g. convert -font Arial.ttf ...) - Digital Applications contributed line cap and dash pattern rendering code. - Added the Multiple composite operator for the creation of drop-shadows (patch provided by John Harper). - Support added for CUT images (contributed by Jaroslav Fojtik). - Bill Radcliffe contributed fast polygoni rendering code. Parts of the rendering algorithm were inspired by libart. - Support added for BMP images with a 'BA' chunk (contributed by Jaroslav Fojtik).
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/ImageMagick/files/md54
-rw-r--r--graphics/ImageMagick/files/patch-sum3
-rw-r--r--graphics/ImageMagick/patches/patch-ab17
-rw-r--r--graphics/ImageMagick/pkg/PLIST127
5 files changed, 130 insertions, 25 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 52d3f3aeede..630a33cf183 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2001/01/29 17:31:54 tron Exp $
+# $NetBSD: Makefile,v 1.62 2001/01/29 19:03:23 tron Exp $
-DISTNAME= ImageMagick-5.2.2
+DISTNAME= ImageMagick-5.2.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/ImageMagick/files/md5 b/graphics/ImageMagick/files/md5
index 655a27c5d09..3bf9c5af25c 100644
--- a/graphics/ImageMagick/files/md5
+++ b/graphics/ImageMagick/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.26 2000/08/10 08:57:23 tron Exp $
+$NetBSD: md5,v 1.27 2001/01/29 19:03:23 tron Exp $
-MD5 (ImageMagick-5.2.2.tar.bz2) = 75f847fce36b32ba4b41b654e508388c
+MD5 (ImageMagick-5.2.8.tar.bz2) = cd5260f4ef095ea79653f37e4df3c347
diff --git a/graphics/ImageMagick/files/patch-sum b/graphics/ImageMagick/files/patch-sum
index 895eb158b3c..1e7f6bd7bbc 100644
--- a/graphics/ImageMagick/files/patch-sum
+++ b/graphics/ImageMagick/files/patch-sum
@@ -1,5 +1,4 @@
-$NetBSD: patch-sum,v 1.5 2000/08/10 08:57:23 tron Exp $
+$NetBSD: patch-sum,v 1.6 2001/01/29 19:03:24 tron Exp $
MD5 (patch-aa) = e762a9b4538fe1e2382ab668ebd866c8
-MD5 (patch-ab) = 84374af1376ffb3abef510d31b40e83e
MD5 (patch-ac) = 4ab9f29433f4a2b4d711d107f72ba5d2
diff --git a/graphics/ImageMagick/patches/patch-ab b/graphics/ImageMagick/patches/patch-ab
deleted file mode 100644
index 05a2b4ff9ff..00000000000
--- a/graphics/ImageMagick/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2000/08/10 08:57:23 tron Exp $
-
---- magick/magick.h.orig Tue Aug 1 01:32:36 2000
-+++ magick/magick.h Mon Aug 7 16:48:20 2000
-@@ -7,10 +7,12 @@
- /*
- System include declarations.
- */
-+#ifndef __NetBSD__
- #define __EXTENSIONS__ 1
- #define _POSIX_C_SOURCE 199506L
- #define _XOPEN_SOURCE 500
- #define _XOPEN_SOURCE_EXTENDED 1
-+#endif
-
- #include <stdio.h>
- #include <stdlib.h>
diff --git a/graphics/ImageMagick/pkg/PLIST b/graphics/ImageMagick/pkg/PLIST
index 37ebad7eed4..ff115300699 100644
--- a/graphics/ImageMagick/pkg/PLIST
+++ b/graphics/ImageMagick/pkg/PLIST
@@ -1,15 +1,34 @@
-@comment $NetBSD: PLIST,v 1.26 2001/01/04 15:10:36 agc Exp $
+@comment $NetBSD: PLIST,v 1.27 2001/01/29 19:03:24 tron Exp $
+bin/Magick++-config
bin/Magick-config
bin/animate
bin/combine
bin/convert
+bin/cgimagick
bin/display
bin/identify
bin/import
+bin/iptcutil
bin/mogrify
bin/montage
+include/Magick++.h
+include/Magick++/Blob.h
+include/Magick++/Coder.h
+include/Magick++/Color.h
+include/Magick++/Drawable.h
+include/Magick++/Exception.h
+include/Magick++/Functions.h
+include/Magick++/Geometry.h
+include/Magick++/Image.h
+include/Magick++/Include.h
+include/Magick++/Montage.h
+include/Magick++/Options.h
+include/Magick++/Pixels.h
+include/Magick++/Thread.h
+include/Magick++/STL.h
include/magick/PreRvIcccm.h
include/magick/attributes.h
+include/magick/draw.h
include/magick/semaphore.h
include/magick/widget.h
include/magick/cache.h
@@ -34,9 +53,16 @@ lib/libMagick.a
lib/libMagick.la
lib/libMagick.so
lib/libMagick.so.5
-lib/libMagick.so.5.22
+lib/libMagick.so.5.28
+lib/libMagick++.a
+lib/libMagick++.la
+lib/libMagick++.so
+lib/libMagick++.so.5
+lib/libMagick++.so.5.28
@exec mkdir -p %D/lib/ImageMagick/modules/coders
man/man1/ImageMagick.1
+man/man1/Magick-config.1
+man/man1/Magick++-config.1
man/man1/animate.1
man/man1/combine.1
man/man1/convert.1
@@ -48,11 +74,108 @@ man/man1/montage.1
man/man4/miff.4
man/man5/quantize.5
share/ImageMagick/Copyright.txt
+share/ImageMagick/ImageMagick.html
share/ImageMagick/QuickStart.txt
share/ImageMagick/delegates.mgk
+share/ImageMagick/images/authentica.jpg
+share/ImageMagick/images/ball.png
+share/ImageMagick/images/corbis.png
+share/ImageMagick/images/digital-applications.png
+share/ImageMagick/images/examples.jpg
+share/ImageMagick/images/home.png
+share/ImageMagick/images/logo.png
+share/ImageMagick/images/magick.png
+share/ImageMagick/images/magick_small.png
+share/ImageMagick/images/mail.png
+share/ImageMagick/images/right_triangle.png
+share/ImageMagick/images/right_triangle_option.png
+share/ImageMagick/images/screen.png
share/ImageMagick/magic.mgk
+share/ImageMagick/www/Changelog.html
+share/ImageMagick/www/Magick.html
+share/ImageMagick/www/animate.html
+share/ImageMagick/www/api.html
+share/ImageMagick/www/api/animate.html
+share/ImageMagick/www/api/annotate.html
+share/ImageMagick/www/api/attributes.html
+share/ImageMagick/www/api/blob.html
+share/ImageMagick/www/api/cache.html
+share/ImageMagick/www/api/cache_view.html
+share/ImageMagick/www/api/colors.html
+share/ImageMagick/www/api/compress.html
+share/ImageMagick/www/api/constitute.html
+share/ImageMagick/www/api/decorate.html
+share/ImageMagick/www/api/delegates.html
+share/ImageMagick/www/api/display.html
+share/ImageMagick/www/api/draw.html
+share/ImageMagick/www/api/effects.html
+share/ImageMagick/www/api/enhance.html
+share/ImageMagick/www/api/error.html
+share/ImageMagick/www/api/gems.html
+share/ImageMagick/www/api/image.html
+share/ImageMagick/www/api/mac.html
+share/ImageMagick/www/api/magick.html
+share/ImageMagick/www/api/memory.html
+share/ImageMagick/www/api/monitor.html
+share/ImageMagick/www/api/montage.html
+share/ImageMagick/www/api/nt.html
+share/ImageMagick/www/api/pixel_cache.html
+share/ImageMagick/www/api/pixels.html
+share/ImageMagick/www/api/quantize.html
+share/ImageMagick/www/api/segment.html
+share/ImageMagick/www/api/shear.html
+share/ImageMagick/www/api/signature.html
+share/ImageMagick/www/api/stream.html
+share/ImageMagick/www/api/transform.html
+share/ImageMagick/www/api/types/AnnotateInfo.html
+share/ImageMagick/www/api/types/ChromaticityInfo.html
+share/ImageMagick/www/api/types/ColorPacket.html
+share/ImageMagick/www/api/types/DrawInfo.html
+share/ImageMagick/www/api/types/Enumerations.html
+share/ImageMagick/www/api/types/ExceptionInfo.html
+share/ImageMagick/www/api/types/Image.html
+share/ImageMagick/www/api/types/ImageAttribute.html
+share/ImageMagick/www/api/types/ImageInfo.html
+share/ImageMagick/www/api/types/MagickInfo.html
+share/ImageMagick/www/api/types/PixelPacket.html
+share/ImageMagick/www/api/types/PointInfo.html
+share/ImageMagick/www/api/types/ProfileInfo.html
+share/ImageMagick/www/api/types/RectangleInfo.html
+share/ImageMagick/www/api/utility.html
+share/ImageMagick/www/api/vms.html
+share/ImageMagick/www/api/widget.html
+share/ImageMagick/www/api/xwindows.html
+share/ImageMagick/www/api/zoom.html
+share/ImageMagick/www/archives.html
+share/ImageMagick/www/cd.html
+share/ImageMagick/www/color.html
+share/ImageMagick/www/combine.html
+share/ImageMagick/www/convert.html
+share/ImageMagick/www/cvs.html
+share/ImageMagick/www/display.html
+share/ImageMagick/www/formats.html
+share/ImageMagick/www/help.html
+share/ImageMagick/www/identify.html
+share/ImageMagick/www/import.html
+share/ImageMagick/www/install.html
+share/ImageMagick/www/magick-list.html
+share/ImageMagick/www/miff.html
+share/ImageMagick/www/mogrify.html
+share/ImageMagick/www/montage.html
+share/ImageMagick/www/new.html
+share/ImageMagick/www/perl.html
+share/ImageMagick/www/quantize.html
+share/ImageMagick/www/smile.c
+share/ImageMagick/www/sponsor.html
+share/ImageMagick/www/tools.html
+share/ImageMagick/www/xtp.html
+@dirrm share/ImageMagick/www/api/types
+@dirrm share/ImageMagick/www/api
+@dirrm share/ImageMagick/www
+@dirrm share/ImageMagick/images
@dirrm share/ImageMagick
@dirrm lib/ImageMagick/modules/coders
@dirrm lib/ImageMagick/modules
@dirrm lib/ImageMagick
@dirrm include/magick
+@dirrm include/Magick++