Commit graph

4 commits

Author SHA1 Message Date
obache
1cfcb22925 Update ruby-rcairo to 1.5.0.
Release 1.5.0 (2007-05-27) Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Many API improvement.

Features
--------
  * Support Cairo::Surface.new with block.
  * Support RubyGems.
  * Add experimental API Cairo::Context#pseudo_blur. (API
    may be changed.)
  * Fix strange Cairo::Context#push_group and
    Cairo::Context#pop_group behaviour.
  * Fix Cairo::Context::Path#map_path_onto.
  * Add high-level color interface. (Cairo::Color)
    * Improve color related API. For example:
        From:
          context.set_source_rgb(1, 0, 0)
        To:
          context.set_source_color(:red)

    * Support RGB/CMYK/HSV conversion.
    * Many default color definitions.
  * Support path creation using Cairo::Path without
    Cairo::Context.
  * Improve constant value specify API. For example:
      From:
        Cairo::ImageSurface.new(Cairo::FORMAT_ARGB32, 100, 100)
      To:
        Cairo::ImageSurface.new(:argb32, 100, 100)
  * Support win32 surface. (Yoshinao Muramatsu)
2007-05-27 04:10:52 +00:00
obache
816616f38f Let to install 'rb_cairo.h'.
Bump PKGREVISION.

And change HOMEPAGE to rcaio's one.
2007-05-26 16:52:24 +00:00
obache
1d97f88c62 Update ruby-rcairo to 1.4.1.
Release 1.4.1 (2007-03-10 Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Features
--------
  * Add missing pkg-config.rb.

Release 1.4.0 (2007-03-06 Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Features
--------
  * All cairo 1.4.0 API are implemented.
2007-05-26 14:13:42 +00:00
minskim
4144027202 Import ruby-rcairo from pkgsrc-wip. Packaged by Dieter Roelants.
Cairo is a 2D graphics library with support for multiple output
devices.  rcairo provides ruby bindings to cairo.
2006-07-23 16:57:25 +00:00