2021-03-07 15:47:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
graphics/ruby-cairo: update to 1.17.5
1.17.5 (2021-02-04)
No release information but it looks like a few problem fixes.
1.17.4 (2021-01-17)
Improvements
------------
* Added support for Red Colors.
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-08-11 17:29:11 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-cairo: update to 1.16.6.
Upstream changes (from NEWS)
Release 1.16.6 (2020-07-23) Sutou Kouhei <kou@cozmixng.org>
============================================================
Improvements
------------
* Specified GPL 2.0 or later explicitly in gemspec.
[GitHub#62][Reported by Gabriel Mazetto]
* Added more metadata to gem.
[GitHub#63][Patch by Gabriel Mazetto]
Fixes
-----
* Windows: Fixed a link error.
[GitHub#ruby-gnome/ruby-gnome#1402][Reported by dsisnero]
Thanks
------
* Gabriel Mazetto
* dsisnero
|
2020-02-16 05:45:37 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-cairo: update to 1.16.5.
Upstream changes (from NEWS):
Release 1.16.5 (2020-02-03) Sutou Kouhei <kou@cozmixng.org>
============================================================
Improvements
------------
* Added Cairo::Context#raw_address for integration with other
libraries.
[GitHub#59][Reported by kojix2]
Fixes
-----
* Changed to use only ASCII for color name.
[GitHub#57][Reported by spoolkitamura]
* Fixed the number of arguments of the following methods:
* Cairo::Surface#copy_page
* Cairo::Surface#show_page
Thanks
------
* spoolkitamura
* kojix2
|
2019-03-09 14:50:22 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
ruby-cairo: update to 1.16.4.
Upstream changes (from NEWS):
Release 1.16.4 (2019-03-09) Kouhei Sutou <kou@cozmixng.org>
============================================================
Fixes
-----
* Removed Skia related code entirely.
Release 1.16.3 (2019-03-09) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Improved Cairo::Poinst#distance performance.
[GitHub#53][Patch by scivola]
* Added support for building with cairo and GLib 2.60 installed by
Homebrew.
* Updated colors. There are some backward incompatibility. Sorry.
Fixes
-----
* Fixed Cairo::Color::RGB#to_s.
[GitHub#55][Patch by spoolkitamura]
Thanks
------
* scivola
* spoolkitamura.
|
2018-11-22 18:23:08 by Jonathan Perkin | Files touched by this commit (5) |
Log message:
ruby-{cairo,gnome}: Unbreak bad recursive revision bumps.
Some part of the revbump script obviously did the wrong thing here and
replaced ${RUBY_PKGPREFIX} with whatever it expands to on the developer's
local machine.
|
2018-11-14 23:22:54 by Klaus Klein | Files touched by this commit (1332) | |
Log message:
Revbump after cairo 1.16.0 update.
|
2018-11-01 15:10:37 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
ruby-cairo: update to 1.16.2.
pkgsrc changes:
* Take maintainership.
Upstream changelog:
(from https://github.com/rcairo/rcairo/blob/v1.16.2/NEWS)
Release 1.16.2 (2018-10-31) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Stopped to provide fat gem for Windows. Windows users should use
MSYS2 packages.
Release 1.16.1 (2018-10-31) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Added Cairo::Context#destroyed?.
Release 1.16.0 (2018-10-28) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Added support for cairo 1.16.0.
* Removed Cairo::SkiaSurface.
|
2018-09-08 17:56:25 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
ruby-cairo: update to 1.15.14.
Upstream changelog:
(from https://github.com/rcairo/rcairo/blob/v1.15.14/NEWS)
Release 1.15.14 (2018-08-20) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Added Cairo::Surface.create {}. Cairo::Surface.new {} is deprecated.
* Added Cairo::Context.create {}. Cairo::Context.new {} is deprecated.
* Windows: Added support for installing a normal gem (not fat gem)
by "gem install --platform ruby". If you use Bundler, use "bundle
config --local force_ruby_platform true" and "bundle exec ruby \
-rdevkit".
* Changed to use SPDX license ID in gemspec.
Fixes
-----
* Fixed a bug that CRFONTOPTIOSN2RVAL() doesn't copy the target
options.
* Other CR*2RVAL() copy or refer the target objects. So
CRFONTOPTIONS2RVAL() must copy for consistency.
|
2018-05-06 04:09:24 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
graphics/ruby-cairo: update to 1.15.13
Release 1.15.13 (2018-05-01) Kouhei Sutou <kou@cozmixng.org>
============================================================
Improvements
------------
* Added cairo 1.15.12 support.
* Added Cairo::FontOptions#variations
* Added Cairo::FontOptions#variations=
|