2009-10-12 04:23:06 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update rmagick to 2.12.2.
RMagick 2.12.2
o Add feature tests for SinusoidFunction and PolynomialFunction enum
values to allow compiling with ImageMagick 6.4.8-7 (bug report by Mark
Richman)
RMagick 2.12.1
o Fix bug #27239, allow 2.12.0 to compile with older releases of ImageMagick
(bug report by Sam Lown)
RMagick 2.12.0
o Added Image#function_channel (available in ImageMagick 6.4.8-8)
o Added Image#auto_level_channel, Image#auto_gamma_channel (available in
ImageMagick 6.5.5-1)
o Added Draw#interline_spacing, #interline_spacing= (available in
ImageMagick 6.5.5-8)
|
2009-09-06 05:14:03 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update RMagick to 2.11.1.
Changes:
RMagick 2.11.1
o Applied Alexey Borzenkov's mingw patches to extconf.rb.
o Fixed a bug in Magick.trace_proc that could cause a segv at program exit
with Ruby 1.9.1 (bug report by Larry Young)
o Added new CompressionType enum values ZipSCompression, PixCompression,
Pxr24Compression, B44Compression, B44ACompression (available in
ImageMagick 6.5.5-4)
|
2009-08-26 23:20:14 by Jens Rehsack | Files touched by this commit (16) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
bumping revision due graphics/ImageMagick update
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
bump revision because of graphics/jpeg update
|
2009-08-11 17:41:01 by Matthias Drochner | Files touched by this commit (1) |
Log message:
bump PKGREVISION for ImageMagick shlib name change
|
2009-07-30 15:08:21 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update ruby-RMagick to 2.11.0.
Changes:
RMagick 2.11.0
o Fix bug #26475, dissolve and watermark don't work with new versions of
ImageMagick (reported by Jim Crate)
o Add Image#composite_mathematics (available in ImageMagick 6.5.4-3)
o Add new LinearDodgeCompositeOp, LinearBurnCompositeOp,
PegtopCompositeOp, PinLightCompositeOp, VividLightCompositeOp enum values
(available in ImageMagick 6.5.4-3)
|
2009-07-08 06:00:57 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update RMagick to 2.10.0.
Changes:
RMagick 2.10.0
o ImageMagick releases earlier than 6.3.5-10 and Ruby releases earlier
than 1.8.5 no longer supported.
o (Experimental) Support the use of Ruby managed memory for all memory
allocations (available in ImageMagick 6.5.3-10)
o Add Image#selective_blur_channel (available in ImageMagick 6.5.0-3)
o Add new AlphaBackgroundChannel enum value (available in ImageMagick
6.5.2-5)
o Add new DistortCompositeOp enum value (available in ImageMagick 6.5.3-7)
|
2009-06-14 22:05:44 by Joerg Sonnenberger | Files touched by this commit (38) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-15 01:31:37 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update RMagick to 2.9.2
Changes:
RMagick 2.9.2
o Add new HorizontalTileEdgeVirtualPixelMethod,
VerticalTileEdgeVirtualPixelMethod, CheckerTileVirtualPixelMethod
VirtualPixelMethod enum values (available in ImageMagick 6.5.0-1)
o Added BilinearForwardDistortion, BilinearReverseDistortion enums
(available in ImageMagick 6.5.1-2)
o Add missing composite operators to Magick::Draw#composite method
o Add warning about dropping support for ImageMagick < 6.3.5 and
Ruby < 1.8.5
o Fix bug #25892, stack buffer overflow in Magick::TypeMetric.to_s
(reported by Roman Simecek)
|