pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ruby-RMagick



Module Name:    pkgsrc
Committed By:   obache
Date:           Wed Apr  2 01:59:59 UTC 2008

Modified Files:
        pkgsrc/graphics/ruby-RMagick: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/graphics/ruby-RMagick/Makefile
cvs rdiff -r1.33 -r1.34 pkgsrc/graphics/ruby-RMagick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index