diff options
author | obache <obache@pkgsrc.org> | 2008-04-02 01:59:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-02 01:59:59 +0000 |
commit | 9e8d6eb7bb9cb63ffea661a5378aebc127e8b178 (patch) | |
tree | 27d226f866361a035a7d267b2ebc6906a451c16d /graphics/ruby-RMagick/Makefile | |
parent | db1bae269dece44fb40570b856ed6c6f4bb3ff89 (diff) | |
download | pkgsrc-9e8d6eb7bb9cb63ffea661a5378aebc127e8b178.tar.gz |
update RMagick to 2.3.0.
Changes:
o Added Image#encipher, Image#decipher (available with ImageMagick 6.3.8-6)
o Added DTX1Compression, DTX1Compression, and DTX1Compression
CompressionType enums (available in ImageMagick 6.3.9-4)
o Added optional "use hex format" argument to Pixel#to_color
o Support :area resource type in Magick.limit_resource
o Pixel.from_HSL and Pixel#to_HSL are deprecated. Use Pixel.from_hsla
and Pixel#to_hsla instead. The new methods rely on the ImageMagick 6.3.5
and later API.
o The Image#alpha and alpha= attributes are deprecated. Use alpha() and
alpha? instead.
o The Image#mask= attribute is deprecated. Use mask() instead.
o The use of Ruby older than version 1.8.4 with RMagick is deprecated and
will not be supported in a future release.
o Fix bug #18271, rvg width and height attributes wrong after a call to
viewbox (reported by Greg Jarman)
Diffstat (limited to 'graphics/ruby-RMagick/Makefile')
-rw-r--r-- | graphics/ruby-RMagick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile index 296d06d70a3..07a24608d3e 100644 --- a/graphics/ruby-RMagick/Makefile +++ b/graphics/ruby-RMagick/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2008/02/14 08:44:57 obache Exp $ +# $NetBSD: Makefile,v 1.49 2008/04/02 01:59:59 obache Exp $ -DISTNAME= RMagick-2.2.2 +DISTNAME= RMagick-2.3.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= graphics ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/32266/ +MASTER_SITES= http://rubyforge.org/frs/download.php/34654/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://rmagick.rubyforge.org/ |