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.
This commit is contained in:
parent
81ae577535
commit
b27c5f3e1f
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.15 2008/09/29 14:28:45 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.16 2008/12/05 01:19:53 obache Exp $
|
||||
${GEM_HOME}/cache/rmagick-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/.require_paths
|
||||
${GEM_LIBDIR}/ChangeLog
|
||||
|
@ -239,6 +239,7 @@ ${GEM_LIBDIR}/doc/ex/skewx.rb
|
|||
${GEM_LIBDIR}/doc/ex/skewy.rb
|
||||
${GEM_LIBDIR}/doc/ex/smile.rb
|
||||
${GEM_LIBDIR}/doc/ex/solarize.rb
|
||||
${GEM_LIBDIR}/doc/ex/sparse_color.rb
|
||||
${GEM_LIBDIR}/doc/ex/splice.rb
|
||||
${GEM_LIBDIR}/doc/ex/spread.rb
|
||||
${GEM_LIBDIR}/doc/ex/stegano.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.39 2008/11/14 01:26:37 obache Exp $
|
||||
$NetBSD: distinfo,v 1.40 2008/12/05 01:19:53 obache Exp $
|
||||
|
||||
SHA1 (rmagick-2.7.2.gem) = 8f883ee09af6e7ae51676f562986e7d817774f1f
|
||||
RMD160 (rmagick-2.7.2.gem) = fb073d26c42393ad0a95f0c3ef668fa0029361f3
|
||||
Size (rmagick-2.7.2.gem) = 1254912 bytes
|
||||
SHA1 (rmagick-2.8.0.gem) = 73e1a71d7d6ed71227196587c908abb01bf37f38
|
||||
RMD160 (rmagick-2.8.0.gem) = f44f196b785cf749533fcd6c5ad6f869a6b52196
|
||||
Size (rmagick-2.8.0.gem) = 1257984 bytes
|
||||
|
|
Loading…
Reference in a new issue