diff options
author | obache <obache@pkgsrc.org> | 2008-12-05 01:19:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-05 01:19:52 +0000 |
commit | eabe3fac496991aee8bc21ae38122d419c199e62 (patch) | |
tree | 2d418f64aa4ea4a27f0b4930210e008b95f17d0b /graphics/ruby-RMagick/Makefile | |
parent | e5bad5c606534d017e3056ae19947e48c8d2404b (diff) | |
download | pkgsrc-eabe3fac496991aee8bc21ae38122d419c199e62.tar.gz |
Update RMagick to 2.8.0.
Changes:
RMagick 2.8.0
o Add the endian, scene, and transparent_color attributes to Image::Info
o Deprecate Image#endian= attribute setter
o Add the transparent_chroma method to the Image class (available in
ImageMagick 6.4.5-6)
o Add the sparse_color method to the Image class (available in ImageMagick
6.4.3)
o Detect change to ParseSizeGeometry signature in ImageMagick 6.4.6-9 and
compile accordingly.
o Update Image#change_geometry to work with the new ParseSizeGeometry API
in ImageMagick 6.4.6-9.
Diffstat (limited to 'graphics/ruby-RMagick/Makefile')
-rw-r--r-- | graphics/ruby-RMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile index 4c8148cd018..1eaacfab674 100644 --- a/graphics/ruby-RMagick/Makefile +++ b/graphics/ruby-RMagick/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2008/11/14 01:26:37 obache Exp $ +# $NetBSD: Makefile,v 1.58 2008/12/05 01:19:52 obache Exp $ -DISTNAME= rmagick-2.7.2 +DISTNAME= rmagick-2.8.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/} CATEGORIES= graphics |