Path to this page:
./
graphics/ruby-RMagick,
Ruby binding to ImageMagick
Branch: CURRENT,
Version: 6.0.1nb6,
Package name: ruby32-RMagick-6.0.1nb6,
Maintainer: pkgsrc-usersRMagick is an interface between Ruby and ImageMagick.
Required to run:[
graphics/ImageMagick] [
lang/ruby26-base]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers]
Master sites:
Filesize: 263.5 KB
Version history: (Expand)
- (2024-11-01) Updated to version: ruby32-RMagick-6.0.1nb6
- (2024-11-01) Updated to version: ruby32-RMagick-6.0.1nb5
- (2024-10-19) Updated to version: ruby32-RMagick-6.0.1nb4
- (2024-09-16) Updated to version: ruby32-RMagick-6.0.1nb3
- (2024-07-11) Updated to version: ruby32-RMagick-6.0.1nb2
- (2024-05-29) Updated to version: ruby32-RMagick-6.0.1nb1
CVS history: (Expand)
2024-04-07 16:47:52 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
graphics/ruby-RMagick: update to 5.5.0
5.5.0 (2024-04-06)
Improvements
* Add RBS signatures (#1458)
* Remove unnecessary type check in KernelInfo#{unity_add, scale} (#1514)
* Remove unnecessary type check in Image#{morphology, morphology_channel}
(#1513)
* Improve HatchFill.new to accept Pixel object as color (#1512)
* Fix GraphicContext#font_weight to accept Numeric object (#1510)
* Improve GraphicContext#font_weight to accept Symbol object (#1509)
* Improve Stretchable#viewbox to use implicitly conversioned value (#1507)
* Improve RVG::Transformable#rotate to convert to Float implicitly (#1506)
* Fix Image#modulate in order to accept negative number (#1505)
* Improve Image#modulate to accept "NN%" form string (#1504)
* Implicit conversion to string with methods that expect a string (#1496)
* Coerce to string instead of using #to_s (#1495)
* Coerce to string where pass object into string interpolation (#1494)
* Fix Draw#{fill_opacity, opacity, stroke_opacity} to correctly handle
arguments (#1492)
* Fix Draw#{interline_spacing, interword_spacing, kerning} to correctly
handle arguments that can be converted to Float (#1491)
* Remove unnecessary type check in KernelInfo methods (#1489)
* Generate compile_flags.txt for clangd for development (#1488)
* Fix Draw#{stroke_dasharray, stroke_miterlimit} to accept object which has
#to_f method (#1486)
* Fix Image#composite_affine to accept ImageList object (#1484)
* Fix Image#add_compose_mask to accept ImageList object (#1483)
* Fix incorrect number of required arguments in ArgumentError (#1482)
* Fix ImageList#sort! that should return self (#1481)
* Fix ImageList#eql? that should not raise exception if can't compare
(#1479)
* Fix ImageList#<=> that should return nil if can't compare (#1478)
* Add DrawAttribute module to simplify Draw, DrawOptions and PolaroidOptions
(#1477)
* Add missing attribute writer methods in Image::{DrawOptions,
PolaroidOptions} (#1476)
* Add Image::PolaroidOptions#affine= (#1475)
* Add Image::PolaroidOptions#tile= (#1474)
* Attribute writer methods should return passed value (#1473)
* Return self with ImageList if Image's method return self (#1472)
* Fix Image#clut_channel to accept ImageList object (#1471)
* Fix Magick::GradientFill#fill and Magick::TextureFill#fill to accept
ImageList object (#1467)
Bug Fixes
* Fix typo in order to fix NoMethodError (#1515)
* Sync compression value in order fix the problem of compression being
ignored by ImageMagick 7 (#1503)
* Add PKG_CONFIG_PATH for ImageMagick 7 in order to fix installation error
on macOS (#1501)
|
2024-04-06 11:33:01 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: bump for x265 API change
Reported by Marc Baudoin
|
2024-02-19 16:09:18 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
graphics/ruby-RMagick: update to 5.4.4
5.4.3 (2024-02-14)
Bug Fixes
* Fix installation error in some environment by using x flag to use C++
compiler in order to create Makefile (#1460)
5.4.4 (2024-02-15)
Bug Fixes
* Fix installation error again in some environment at creatint Makefile
(#1465)
* Fix Pixel#<=> which should accept other class instance (#1463)
|
2024-02-12 16:01:29 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
graphics/ruby-RMagick: update to 5.4.2
5.4.2 (2024-02-11)
Improvements
* Check C++ compiler exists (#1453)
|
2024-02-06 15:57:20 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
graphics/ruby-RMagick:
5.4.1 (2024-02-05)
Bug Fixes
* Fix invalid cast between different size variables (#1448)
|
2024-02-05 16:50:19 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
graphics/ruby-RMagick: update to 5.4.0
5.4.0 (2024-02-04)
Improvements
* Use rb_io_path() if exist because pathv attr was marked as deprecated at
Ruby 3.3 (#1409)
* Add observer gem as dependency (#1411)
* Add aliases of filter type (#1439)
* Release GVL in Image#contrast (#1440)
Bug Fixes
* Use C++ compiler in order to fix installation error with latest
ImageMagick 7 on Windows (#1433)
|
2023-11-15 21:00:42 by Thomas Klausner | Files touched by this commit (68) |
Log message:
*: bump for openexr 3.2.1
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|