./graphics/ruby-cairo, Ruby bindings for cairo

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.17.14, Package name: ruby32-cairo-1.17.14, Maintainer: tsutsui

Cairo is a 2D graphics library with support for multiple output
devices. This package provides ruby bindings to cairo.


Required to run:
[graphics/cairo] [devel/ruby-pkg-config] [devel/ruby-native-package-installer] [lang/ruby26-base]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [devel/ruby-pkg-config] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 195 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-29 17:06:45 by Izumi Tsutsui | Files touched by this commit (2) | Package updated
Log message:
ruby-cairo: update to 1.17.14.

Upstream changes:
 https://github.com/rcairo/rcairo/releases/tag/v1.17.14

rcairo 1.17.14: 2024-12-21

Improvements

  * Improved conda support.
   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   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
   2023-08-12 10:37:22 by Izumi Tsutsui | Files touched by this commit (25) | Package updated
Log message:
ruby-gnome: update to 4.1.9.

Upstream changes:
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.8
 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.9

Ruby-GNOME 4.1.9: 2023-08-11

This is a vte4 added release.

Changes

Ruby/GObjectIntrospection

  * Improvements

      + Changed to use GLib memory allocation functions instead of
        Ruby's one when calling callbacks. Because callbacks may be
        called in out of the main Ruby thread.

Ruby/VTE3

  * Improvements

      + Ensured using GTK3.

Ruby/VTE4

  * Improvements

      + Added.

Ruby-GNOME 4.1.8: 2023-06-25

This is a conda support release.

Changes

All

  * Improvements

      + Added support for installing conda packages automatically.
   2023-07-15 05:33:20 by Izumi Tsutsui | Files touched by this commit (2) | Package updated
Log message:
ruby-cairo: update to 1.17.12.

Upstream changes (from NEWS):

Release 1.17.12 (2023-06-17) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added support for Gentoo Linux.

Fixes
-----

  * Fixed ALT Linux dependencies.

Release 1.17.11 (2023-06-16) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added support for ALT Linux.

Fixes
-----

  * Fixed conda dependencies.

Release 1.17.10 (2023-06-16) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added missing dependency packages for conda.

Release 1.17.9 (2023-06-14) Sutou Kouhei <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Dropped support for fat gem.
    [GH-78][https://github.com/rcairo/rcairo/issues/78]
    [Reported by Largo]

  * Added support for auto native package installation with conda.

  * Added support for cairo 1.17.8:

    * Added Cairo::SVGFontError.

    * Added Cairo::ColorMode.

    * Added Cairo::FontOptions#color_mode.

    * Added Cairo::FontOptions#color_mode=.

    * Added Cairo::ColorPalette.

    * Added Cairo::FontOptions#color_palette.

    * Added Cairo::FontOptions#color_palette=.

    * Added Cairo::FontOptions#set_custom_palette_color.

Fixes
-----

  * Fixed the number of arguments of Cairo::GLSurface#initialize and
    Cairo::GLTextureSurface#initialize.
    [GH-79][https://github.com/rcairo/rcairo/issues/79]
    [Patch by Dimitry Andric]

Thanks
------

  * Largo

  * Dimitry Andric
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-09-03 17:06:07 by Izumi Tsutsui | Files touched by this commit (2) | Package updated
Log message:
ruby-cairo: update to 1.17.8.

Upstream changes (from NEWS):

Release 1.17.8 (2022-09-01) Sutou Kouhei <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Added support for Pathname for Cairo::Surface#write_to_png.
    [GitHub#37][Reported by scivola]

Thanks
------

  * scivola