Up to [cvs.NetBSD.org] / pkgsrc / x11 / ruby-gtk3
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 2 16:43:30 2023 UTC (8 days, 3 hours ago) by tsutsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
ruby-gnome: update to 4.1.7. Upstream changes: https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.7 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.6 Ruby-GNOME 4.1.7: 2023-05-31 This is a minor improvement release for 4.1.6. Changes Ruby/GLib2 * Improvements + Added support for writer barrier. Ruby/CairoGObject * Improvements + Added support for specifying rcairo's source directory by RCAIRO_SOURCE_DIR. Ruby-GNOME 4.1.6: 2023-05-21 This is a minor improvement release for 4.1.5. Changes Ruby/GLib2 * Improvements + Avoided closure related TypeError in GC at exit. [Reported by Matijs van Zuijlen] Thanks * Matijs van Zuijlen
Revision 1.11 / (download) - annotate - [select for diffs], Sat May 13 02:44:05 2023 UTC (4 weeks ago) by tsutsui
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
ruby-gnome: update to 4.1.5. Upstream changes: https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.5 Ruby-GNOME 4.1.5: 2023-05-11 This is a bug fix release for 4.1.4. Changes Ruby/GLib2 * Improvements + Ignored gmodule.h explicitly for MacPorts. [Reported by Akira Ouchi] Thanks * Akira Ouchi
Revision 1.10 / (download) - annotate - [select for diffs], Thu May 4 21:55:47 2023 UTC (5 weeks, 1 day ago) by tsutsui
Branch: MAIN
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
ruby-gnome: update to 4.1.4. Upstream changes: https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.4 https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.3 Ruby-GNOME 4.1.4: 2023-05-04 This is a bug fix release for 4.1.3. Changes Ruby/GObjectIntrospection * Improvements + Hid internal INVOKERS constant to improve backward compatibility. GH-1551 [Reported by Mamoru TASAKA] Thanks * Mamoru TASAKA Ruby-GNOME 4.1.3: 2023-04-28 This is a bug fix release for 4.1.2. Changes Ruby/GObjectIntrospection * Improvements + Added support for methods and functions for enum and flags. + Improved internal GObjectIntrospection::Loader APIs but some libraries may use these APIs. So this may be a backward incompatible change. * Fixes + Fixed a bug for nullable argument support. Ruby/GTK4 * Improvements + Added examples: o GH-1551 o GH-1552 o GH-1553 o GH-1554 o GH-1555 o GH-1556 o GH-1557 o GH-1558 [Patch by Toshio Sekiya] Thanks * Toshio Sekiya
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:19 2023 UTC (4 months, 1 week ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:39 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 8 15:22:02 2022 UTC (6 months ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
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
Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 11 05:09:33 2022 UTC (9 months, 4 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:02 2021 UTC (18 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
revbump for icu and libffi
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 17 20:18:01 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 10 22:09:16 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 8 16:48:34 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
*: recursive bump for libffi
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 14 18:11:40 2019 UTC (3 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
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