2024-07-11 21:53:41 by Thomas Klausner | Files touched by this commit (70) |
Log message:
*: bump for raqm option in gd & ImageMagick
to be on the safe side
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
revbump after icu and protobuf updates
|
2024-05-26 17:31:32 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
graphics/ruby-RMagick: update to 6.0.1
6.0.1 (2024-05-15)
Bug Fixes
* Fix build error on FreeBSD (#1618)
* Fix build error with GCC 14 on Windows (#1616)
|
2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|
2024-05-05 19:02:30 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
graphics/ruby-RMagick: update to 6.0.0
RMagick 6.0.0 (2024-05-02)
Improvements
* Improve compatibility of Image#pixel_color value for ImageMagick 6 and 7
(#1591)
* Add missing constants (#1580)
* Loosen ImageMagick version check between compiled and runtime (#1526)
Bug Fixes
* Transform image according to Info#colorspace (#1594)
* Sync Image::Info attributes to image object (#1593)
* Fix install error on Windows MINGW environment (#1588)
* Fix header checks in order to use aligned_malloc expectedly (#1579)
Breaking Changes
* Change method that returns a color name to return a hex string (#1592)
o The following methods return RGBA hex string as color name. The hex
string length is according to color depth.
Image#background_color
Image#border_color
Image#colormap
Image#matte_color
Image#transparent_color
Info#background_color
Info#border_color
Info#matte_color
Info#transparent_color
o Change default value of argument
- The hex argument of Pixel#to_color has true by default.
* Drop ruby-mswin environment support on Windows (#1587)
* Drop Ruby 2.x support (#1540)
* Drop ImageMagick 6.7 support (#1539)
|
2024-04-07 16:47:52 by Takahiro Kambe | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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)
|