pkgsrc/graphics/ruby-clutter/Makefile

24 lines
855 B
Makefile
Raw Normal View History

ruby-gnome: update to 4.0.3. pkgsrc changes: - update HOMEPAGE - refactor dependencies Upstream changes (from NEWS.md): Ruby-GNOME 4.0.3: 2022-09-13 This is a bug fix release of 4.0.2. Changes Ruby/GTK4 * Fixes + Fixed a bug that ext/**/*.* aren't included in .gem. [GitHub#1498] [Reported by Anatol Pomozov] Thanks * Anatol Pomozov Ruby-GNOME 4.0.2: 2022-09-05 This is a bug fix release of 4.0.1. Changes Ruby/GLib2 * Fixes + Fixed a bug that closure may be GC-ed. [GitHub#1495][Reported by Matijs van Zuijlen] Ruby/GObjectIntrospection * Fixes + Fixed a bug that callback doesn't work with GObject Introspection 1.72.0 or later. [GitHub#1496][Reported by Mamoru TASAKA] Thanks * Mamoru TASAKA * Matijs van Zuijlen Ruby-GNOME 4.0.1: 2022-09-02 This is a bug fix release of 4.0.0. Changes Ruby/GLib2 * Fixes + Fixed wrong false constant value. Ruby-GNOME 4.0.0: 2022-09-01 This is a release that supports GTK 4. Changes All * windows: Removed a needless workaround for old libintl-8.dll. * doc: Added support for generating API documents. [GitHub#1468][Patch by kojix2] * doc: Added Rake tasks to generate documents. [GitHub#1482][Patch by Sean Champ] * Use Bundler API to load (({Gemfile.local})). [GitHub#1483][Patch by Sean Champ] Ruby/GLib2 * Improvements + Changed to use g_warning() from rb_warn() for already destroyed closure warning. + Dropped support for GLib 2.48 or earlier. + Added GLib::DateTime#format_iso8601. + Added rbg_mGLib(). + Added rbg_mGLibObject(). + Deprecated mGLib. + Added support for auto native package installation on Gentoo Linux. + Added GLib.malloc. + Added GLib.malloc0. + Added GLib.free. + Added GLib::Variant#to_s. [GitHub#1491][Reported by Sean Champ] + Added GLib::Variant#inspect. + Added GLib::Variant.parse. [GitHub#1491][Reported by Sean Champ] * Fixes + closure: Fixed a reference count problem. Ruby/GObjectIntrospection * Improvements + Don't raise an exception for object == nil. [GitHub#1472][Reported by Hirokazu SUZUKI] + Added support for returning a fixed size C array of GObject. [GitHub# 1481][Reported by Sean Champ] + Added support for GObject Introspection 1.72.0 or later. + Added support for returning GClosure from virtual method. + Added support for transfer full boxed type returned by closure. * Fixes + Fixed a bug that gpointer to VALUE conversion is broken on 32bit environment. [GitHub#1462][Reported by Mamoru TASAKA] + Fixed a wrong GHashTable value conversion in Ruby -> GHashTable. [GitHub#1481][Reported by Sean Champ] + Fixed a memory leak of GObjectIntrospection::CallableInfo#return_type. + Fixed a memory leak for async callback. Ruby/GTK3 * Improvements + Required GTK+ 3.22 or later. + Added support for Gtk::AccelMap.each(filter: true). [GitHub#1487] [Reported by Sean Champ] * Fixes + Fixed wrong {Gtk::RadioToolButton.new usage in demo. [GitHub#1475] [Reported by Sami Sieranoja] + Fixed a GC related bug of Gtk::Widget#insert_action_group. [GitHub# 1490][Reported by Sean Champ] Ruby/GDK4 * Re-implemented based on the current Ruby/GDK3. Ruby/GTK4 * Re-implemented based on the current Ruby/GTK4. Ruby/Poppler * Improvements + Added support for Poppler::Document.new(GLib::Bytes). Ruby/RSVG2 * Fixes + doc: Fixed a link. [GitHub#1469][Patch by Blake Gearin] Ruby/GStreamer * Fixes + example: Updated to work with the latest GStreamer. [GitHub#1478][Patch by kojix2] Ruby/libsecret * Improvements + Added support for Secret::Schema#attributes. Ruby/VTE3 * Improvements + Removed needless Vte::Terminal#feed_child wrapper. [GitHub#1484][Patch by Sean Champ] Thanks * Mamoru TASAKA * kojix2 * Blake Gearin * Hirokazu SUZUKI * Sami Sieranoja * Sean Champ
2022-12-08 16:22:00 +01:00
# $NetBSD: Makefile,v 1.12 2022/12/08 15:22:01 tsutsui Exp $
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
2019-09-14 20:11:34 +02:00
#
DISTNAME= clutter-${VERSION}
COMMENT= Ruby binding of Clutter
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
CONFLICTS+= ruby-gnome2-clutter-[0-9]*
SUPERSEDES+= ruby-gnome2-clutter-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gobject-introspection>=${VERSION}:../../devel/ruby-gobject-introspection
DEPENDS+= ${RUBY_PKGPREFIX}-pango>=${VERSION}:../../devel/ruby-pango
DEPENDS+= ${RUBY_PKGPREFIX}-cairo-gobject>=${VERSION}:../../graphics/ruby-cairo-gobject
DEPENDS+= clutter>=1.0:../../graphics/clutter
ruby-gnome: update to 4.0.3. pkgsrc changes: - update HOMEPAGE - refactor dependencies Upstream changes (from NEWS.md): Ruby-GNOME 4.0.3: 2022-09-13 This is a bug fix release of 4.0.2. Changes Ruby/GTK4 * Fixes + Fixed a bug that ext/**/*.* aren't included in .gem. [GitHub#1498] [Reported by Anatol Pomozov] Thanks * Anatol Pomozov Ruby-GNOME 4.0.2: 2022-09-05 This is a bug fix release of 4.0.1. Changes Ruby/GLib2 * Fixes + Fixed a bug that closure may be GC-ed. [GitHub#1495][Reported by Matijs van Zuijlen] Ruby/GObjectIntrospection * Fixes + Fixed a bug that callback doesn't work with GObject Introspection 1.72.0 or later. [GitHub#1496][Reported by Mamoru TASAKA] Thanks * Mamoru TASAKA * Matijs van Zuijlen Ruby-GNOME 4.0.1: 2022-09-02 This is a bug fix release of 4.0.0. Changes Ruby/GLib2 * Fixes + Fixed wrong false constant value. Ruby-GNOME 4.0.0: 2022-09-01 This is a release that supports GTK 4. Changes All * windows: Removed a needless workaround for old libintl-8.dll. * doc: Added support for generating API documents. [GitHub#1468][Patch by kojix2] * doc: Added Rake tasks to generate documents. [GitHub#1482][Patch by Sean Champ] * Use Bundler API to load (({Gemfile.local})). [GitHub#1483][Patch by Sean Champ] Ruby/GLib2 * Improvements + Changed to use g_warning() from rb_warn() for already destroyed closure warning. + Dropped support for GLib 2.48 or earlier. + Added GLib::DateTime#format_iso8601. + Added rbg_mGLib(). + Added rbg_mGLibObject(). + Deprecated mGLib. + Added support for auto native package installation on Gentoo Linux. + Added GLib.malloc. + Added GLib.malloc0. + Added GLib.free. + Added GLib::Variant#to_s. [GitHub#1491][Reported by Sean Champ] + Added GLib::Variant#inspect. + Added GLib::Variant.parse. [GitHub#1491][Reported by Sean Champ] * Fixes + closure: Fixed a reference count problem. Ruby/GObjectIntrospection * Improvements + Don't raise an exception for object == nil. [GitHub#1472][Reported by Hirokazu SUZUKI] + Added support for returning a fixed size C array of GObject. [GitHub# 1481][Reported by Sean Champ] + Added support for GObject Introspection 1.72.0 or later. + Added support for returning GClosure from virtual method. + Added support for transfer full boxed type returned by closure. * Fixes + Fixed a bug that gpointer to VALUE conversion is broken on 32bit environment. [GitHub#1462][Reported by Mamoru TASAKA] + Fixed a wrong GHashTable value conversion in Ruby -> GHashTable. [GitHub#1481][Reported by Sean Champ] + Fixed a memory leak of GObjectIntrospection::CallableInfo#return_type. + Fixed a memory leak for async callback. Ruby/GTK3 * Improvements + Required GTK+ 3.22 or later. + Added support for Gtk::AccelMap.each(filter: true). [GitHub#1487] [Reported by Sean Champ] * Fixes + Fixed wrong {Gtk::RadioToolButton.new usage in demo. [GitHub#1475] [Reported by Sami Sieranoja] + Fixed a GC related bug of Gtk::Widget#insert_action_group. [GitHub# 1490][Reported by Sean Champ] Ruby/GDK4 * Re-implemented based on the current Ruby/GDK3. Ruby/GTK4 * Re-implemented based on the current Ruby/GTK4. Ruby/Poppler * Improvements + Added support for Poppler::Document.new(GLib::Bytes). Ruby/RSVG2 * Fixes + doc: Fixed a link. [GitHub#1469][Patch by Blake Gearin] Ruby/GStreamer * Fixes + example: Updated to work with the latest GStreamer. [GitHub#1478][Patch by kojix2] Ruby/libsecret * Improvements + Added support for Secret::Schema#attributes. Ruby/VTE3 * Improvements + Removed needless Vte::Terminal#feed_child wrapper. [GitHub#1484][Patch by Sean Champ] Thanks * Mamoru TASAKA * kojix2 * Blake Gearin * Hirokazu SUZUKI * Sami Sieranoja * Sean Champ
2022-12-08 16:22:00 +01:00
.include "../../devel/ruby-gobject-introspection/buildlink3.mk"
.include "../../devel/ruby-pango/buildlink3.mk"
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
2019-09-14 20:11:34 +02:00
.include "../../graphics/clutter/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome/Makefile.common"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"