2019-09-14 20:11:41 by Izumi Tsutsui | Files touched by this commit (108) |
Log message:
ruby-gnome: Update to 3.3.8, and rename package names to match gems.
Also reorganize several dependencies in Makefile and buildlink3.mk.
See the following post for details:
https://mail-index.netbsd.org/pkgsrc-users/2019/09/07/msg029327.html
https://mail-index.netbsd.org/pkgsrc-users/2019/09/13/msg029356.html
Upstream changes (from NEWS):
== Ruby-GNOME 3.3.8: 2019-09-10
This is a partially GLib 2.62.0 support release.
=== Changes
==== All
* Improvements
* Changed our project name to Ruby-GNOME from Ruby-GNOME2.
[GitHub#1277][Suggested by kojix2]
[GitHub#1291][Patch by kojix2]
* Stopped to release (({.tar.gz})) because they are no longer
used.
==== Ruby/GLib2
* Improvements
* (({GLib.convert})): Changed to set correct encoding.
* (({GLib::FILENAME_ENCODING})): Added.
* Changed to use the same enum object for the same enum value.
* (({GLib::Enum.find})): Added.
* (({GLib::Bytes#initialize})): Changed to reuse (({String})) data
even if the given (({String})) isn't frozen.
* (({GLib::Bytes.try_convert})): Added.
* (({GLib::Enum.try_convert})): Added.
* (({GLib::Flags.try_convert})): Added.
* (({GLib::Type.try_convert})): Added.
* (({GLib::MkEnums.create})): Added support for flags to enum
definition.
[GitHub#1295][Patch by Mamoru TASAKA]
==== Ruby/GIO2
* Fixes
* Renamed to (({Gio::Icon#hash})) from (({Gio::Icon.hash})).
[GitHub#1293][Reported by Erik Czumadewski]
==== Ruby/GObjectIntrospection
* Improvements
* Introduced (({try_convert})) protocol.
==== Ruby/CairoGObject
* Improvements
* (({Cairo::Context.try_convert})): Added.
* (({Cairo::Device.try_convert})): Added.
* (({Cairo::Pattern.try_convert})): Added.
* (({Cairo::Surface.try_convert})): Added.
* (({Cairo::ScaledFont.try_convert})): Added.
* (({Cairo::FontFace.try_convert})): Added.
* (({Cairo::FontOptions.try_convert})): Added.
* (({Cairo::Region.try_convert})): Added.
=== Thanks
* kojix2
* Erik Czumadewski
* Mamoru TASAKA
|
2013-06-13 15:47:26 by OBATA Akio | Files touched by this commit (11) | |
Log message:
Drop ruby-clutter packages.
Only support old ruby-1.8 and clutter-0.8, and dead upstream.
|
2012-05-06 19:36:33 by David A. Holland | Files touched by this commit (3) |
Log message:
Build fixes for glib2 inclusion.
|
2011-09-21 17:26:47 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Move RUBY_VERSION_SUPPORTED=18 restriction to each Makefile from
graphics/ruby-clutter/Makefile.common, making it really work.
A short discussion with joerg@. Thanks Joerg.
|
2010-09-23 21:26:12 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Move RUBY_VERSION_SUPPORTED into Makefile.common, the other packages
depend on ruby-clutter-core and can't support 1.9 due to lack of
dependency.
|
2010-09-10 08:44:03 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
* Update RUBY_HAS_ARCHLIB.
* Remove RUBY_HAS_ARCHLIB.
|
2010-05-16 01:52:40 by OBATA Akio | Files touched by this commit (1) |
Log message:
LICENSE=gnu-lgpl-v2.1
|
2009-12-17 12:17:14 by OBATA Akio | Files touched by this commit (3) |
Log message:
Use Ruby/GStreamer in Ruby/Gnome2 instead of deprecated ruby gstreamer0.10.
Bump PKGREVISION of ruby-clutter-gst.
|
2008-12-16 13:22:38 by OBATA Akio | Files touched by this commit (5) | |
Log message:
Import ruby-clutter-0.8.0 as graphics/ruby-clutter.
This is a set of bindings for the Clutter libraries for use from Ruby.
|