pkgsrc/meta-pkgs
tsutsui b0d2ca4e09 ruby-gnome: update to 3.4.9.
Upstream changes (from NEWS):

== Ruby-GNOME 3.4.9: 2021-08-10

This is a bug fix release of 3.4.8.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that (({gpointer})) to Ruby conversion breaks a
      value when pointer value is (({2 ** 32})) or larger.

== Ruby-GNOME 3.4.8: 2021-08-09

This is a bug fix release of 3.4.7.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that (({gpointer})) to Ruby conversion breaks a
      value when pointer value is (({2 ** 32})) or larger.

== Ruby-GNOME 3.4.7: 2021-07-30

This is a release that improves virtual function support.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({GLib::Error})): Added support for setting (({code})) and
      (({domain})) automatically.

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for returning object from callback.

  * Fixes

    * Fixed a bug that (({GError})) detection doesn't work.

== Ruby-GNOME 3.4.6: 2021-07-17

This is a bug fix release for macOS.

=== Changes

==== Ruby/Pango

  * Fixes

    * Fixed a bug that (({require "pango"})) is failed on environment
      that has multiple font types.
      [GitHub#1429][Reported by Cameron Gose]

=== Thanks

  * Cameron Gose

== Ruby-GNOME 3.4.5: 2021-07-07

This is a release that supports implementing virtual functions in
Ruby.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Added (({GError})) domain and code for Ruby.

==== Ruby/GObjectIntrospection

  * Improvements

    * (({GObjectIntrospection::BaseInfo#container})): Added.

    * (({GObjectIntrospection::ObjectInfo#class_struct})): Added.

    * (({GObjectIntrospection::StructInfo#find_field})): Added.

    * (({RVAL2GI_VFUNC_INFO()})): Added.

    * Added support for implementing virtual functions in Ruby.
      [GitHub#1386][Based on patch by Yuto Tokunaga]

      You need to define (({virtual_do_#{virtual_function_name}}))
      method in (({type_register}))-ed class.

    * Added support for implementing virtual functions of interface in
      Ruby.
      [GitHub#985][Reported by Matijs van Zuijlen]
      [GitHub#1938][Reported by Yuto Tokunaga]

    * Added support for "transfer everything" UTF-8 return/output
      value.

    * Changed to accepted one character for (({gunichar})).
      [GitHub#1426][Reported by rubyFeedback]

    * (({GObjectIntrospection::CallableInfo#can_throw_gerror?})): Added.

    * Added support for (({GError **})) in callback.

    * Added support for returning (({GList<GObject *>})) from callback.

    * Changed to return (({[]})) for (({NULL})) list.

  * Fixes

    * Fixed a bug that wrong type information is used for output
      arguments.

==== Ruby/Pango

  * Added support for (({PangoFT2})).

  * Added support for (({PangoFc})).

  * Added support for (({PangoOT})).

  * Added support for (({PangoCairoFontMaps})).

  * Updated gem metadata.
    [GitHub#1428][Patch by Gabriel Mazetto]

=== Thanks

  * Yuto Tokunaga

  * Matijs van Zuijlen

  * rubyFeedback

  * Gabriel Mazetto

== Ruby-GNOME 3.4.4: 2021-04-22

This is a bug fix release for Windows.

=== Changes

==== All

  * Dropped support for CentOS 6.

  * Dropped support for Ubuntu 16.04.

  * Dropped support for Ruby 2.4.

  * Dropped support for Ruby 2.5.

  * Added support for Ruby 3.0.

==== Document

  * Improvements

    * Improved how to use on Heroku.
      [GitHub#1414][Patch by Juan D Lopez]

    * Improved README.
      [Patch by kojix2]

==== Ruby/GLib

  * Improvements

    * Added (({RVAL2POINTER()})).

    * Added (({POINTER2RVAL()})).

    * Changed to use (({rb_cObject})) instead of (({rb_cData})) as a
      parent class of typed data.

    * Changed to use typed data instead of data for all data types.

    * Added support for Ractor partially.

    * Required GLib 2.48 or later.

    * (({GLib::UniChar.compose})): Added.

    * (({GLib::UniChar.decompose})): Added.

    * (({GLib::UniChar.canonical_decomposition})): Deprecated. Use
      (({GLib::UniChar.decompose})) instead.

    * (({GLib.format_size_for_display})): Deprecated. Use
      (({GLib.format_size})) instead.

  * Fixes

    * Fixed wrong conversions between (({VALUE})) and (({GType})).
      [GitHub#1386][Patch by Yuto Tokunaga]

==== Ruby/GObjectIntrospection

  * Improvements

    * Removed needless transfer check for struct.
      [GitHub#1396][Reported by Konrad Narewski]

    * Added support freeing (({GArray})) of raw struct out parameter.
      [GitHub#1356][Reported by aycabta]

==== Ruby/Pango

  * Improvements

    * Added (({Pango::Render::PART_*})) to keep backward compatibility.
      [GitHub#1311][Reported by rubyFeedback]

==== Ruby/GStreamer

  * Improvements

    * Removed needless workaround for
      (({Gst::ElementFactory#static_pad_templates})).
      [GitHub#1400][Reported by Justin Weiss]

==== Ruby/Gnumeric

  * Improvements

    * Added support for the latest Gnumeric.

==== Ruby/GTK3

  * Improvements

    * (({Gtk::Widget#set_size_request})): Added support for
      (({width:})) and (({height:})).
      [GitHub#1406][Reported by rubyFeedback]

    * (({Gtk::Dialog#set_default_response})): Added support for
      (({Symbol})).
      [GitHub#1418][Reported by rubyFeedback]

==== Ruby/GDK4

  * Added.

==== Ruby/GTK4

  * Added.

==== Ruby/VTE3

  * Improvements

    * Improved description.
      [GitHub#1406][Reported by rubyFeedback]

==== Ruby/GTK2

  * Removed.

==== Ruby/GtkSourceView2

  * Removed.

==== Ruby/WebKitGtk2

  * Removed.

==== Ruby/VTE

  * Removed.

=== Thanks

  * Konrad Narewski

  * aycabta

  * rubyFeedback

  * Justin Weiss

  * Yuto Tokunaga

  * Juan D Lopez

  * kojix2
2021-08-29 16:49:11 +00:00
..
boost boost: bump GCC requirement 2021-05-27 17:02:24 +00:00
bulk-large meta-pkgs/bulk-*: update for new pkgsrc defaults 2021-08-09 11:09:03 +00:00
bulk-medium meta-pkgs/bulk-*: update for new pkgsrc defaults 2021-08-09 11:09:03 +00:00
bulk-small bulk-small: python2->python3 2021-06-13 11:48:07 +00:00
bulk-test-boost bulk-test-boost: nail down version pattern 2021-05-30 11:48:28 +00:00
bulk-test-llvm bulk-test-llvm: add creduce 2021-07-15 16:55:00 +00:00
compiz-fusion
courier
deforaos-desktop *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
fxtv-capture
gimp-docs
gnome gnome: Fix typo in SUPERSEDES and correct PREV_PKGPATH 2021-04-19 10:59:01 +00:00
gnuradio meta-pkgs/gnuradio: update to 3.9.2.0 2021-06-27 08:14:45 +00:00
gnustep revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gstreamer0.10-plugins
gstreamer1-default-backend gstreamer1-default-backend: Find an OSS implementation through mk/ 2021-08-17 14:36:36 +00:00
kde kde applications release: update to 20.12.3 2021-04-07 12:28:14 +00:00
kde-telepathy
kde4 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
kf5 kf5: KDE Frameworks update to 5.80.0 2021-03-30 10:58:21 +00:00
libdbusmenu revbump for textproc/icu 2021-04-21 11:40:12 +00:00
lxde improve COMMENTs 2021-04-23 08:01:22 +00:00
lxqt lxqt: bump revision 2021-04-28 08:32:11 +00:00
matchbox
mate mate: bump to general release version 1.24.1 2021-08-06 02:12:09 +00:00
modular-xorg
modular-xorg-apps
modular-xorg-drivers modular-xorg-drivers: don't build intel driver on non-x86 2021-07-02 17:04:09 +00:00
modular-xorg-fonts
modular-xorg-libs *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
modular-xorg-protos
modular-xorg-utils
nagios nagios: set META_PACKAGE before including bsd.prefs.mk 2021-07-04 10:56:48 +00:00
netbsd-doc
netbsd-doc-print meta-pkgs/netbsd-doc-print: update to 1.6 2020-07-15 16:02:41 +00:00
netbsd-www *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
php56-extensions php*-extensions: quick hack to make the metapackage build on aarch64 2021-06-19 06:06:12 +00:00
php73-extensions php*-extensions: quick hack to make the metapackage build on aarch64 2021-06-19 06:06:12 +00:00
php74-extensions php*-extensions: quick hack to make the metapackage build on aarch64 2021-06-19 06:06:12 +00:00
php80-extensions php*-extensions: quick hack to make the metapackage build on aarch64 2021-06-19 06:06:12 +00:00
pkg_developer pkg_developer: 1.2.2: depend on pkgtools/import-package 2020-08-30 08:22:39 +00:00
pkgsrc-guide-tools
pulseaudio-tools
py-tryton-platform py-tryton-platform: Remove *-shipping-dpd depend. 2020-12-08 10:56:13 +00:00
qmail-server Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
rime-data rime-data: Add some used-by lines 2021-03-06 05:13:16 +00:00
ruby-gnome ruby-gnome: update to 3.4.9. 2021-08-29 16:49:11 +00:00
ruby-redmine-plugins meta-pkgs/ruby-redmine-plugins: allow build with ruby30 2021-06-03 15:45:08 +00:00
ruby-redmine-themes meta-pkgs/ruby-redmine-themes: allow build with ruby30 2021-06-03 15:45:56 +00:00
ruby-shoulda meta-pkgs/ruby-shoulda: update dependency 2021-08-22 14:49:05 +00:00
suse100
suse121
suse131 suse131: Add openal 2020-10-14 18:49:43 +00:00
texlive-collection-all
texlive-collection-basic texlive-collection-basic: update to 2021 2021-06-07 00:10:57 +00:00
texlive-collection-basic-doc texlive-collection-basic-doc: remove tex-texlive-docindex-doc 2021-06-07 00:06:14 +00:00
texlive-collection-bibtexextra texlive-collection-bibtexextra: update to revision 58437 2021-06-07 00:12:47 +00:00
texlive-collection-binextra texlive-collection-binextra: update for revision 56352 2021-02-15 02:46:59 +00:00
texlive-collection-context
texlive-collection-fontsextra texlive-collection-fontsextra: fix typo in last 2021-06-07 11:33:49 +00:00
texlive-collection-fontsrecommended
texlive-collection-fontsrecommended-doc
texlive-collection-fontutils texlive-collection-fontutils: update to 2020.57089 2021-02-14 02:16:59 +00:00
texlive-collection-formatsextra
texlive-collection-games texlive-collection-games: update to revision 58896 2021-06-07 00:18:09 +00:00
texlive-collection-humanities texlive-collection-humanities: update for revision 56575 2021-02-14 22:02:44 +00:00
texlive-collection-langarabic texlive-collection-langarabic: update to revision 59003 2021-06-07 00:19:37 +00:00
texlive-collection-langchinese texlive-collection-langchinese: update to revision 58965 2021-06-07 00:21:55 +00:00
texlive-collection-langcjk texlive-collection-langcjk: update to 2020 2021-02-12 02:30:56 +00:00
texlive-collection-langcyrillic texlive-collection-langcyrillic: +tex-babel-{belarusian,ukrainian} 2021-02-14 20:39:18 +00:00
texlive-collection-langczechslovak
texlive-collection-langenglish texlive-collection-langenglish: update to revision 58290 2021-06-07 00:23:57 +00:00
texlive-collection-langeuropean texlive-collection-langeuropean: update to revision 58626 2021-06-07 00:25:36 +00:00
texlive-collection-langfrench texlive-collection-langfrench: update for revision 57491 2021-02-14 22:20:17 +00:00
texlive-collection-langgerman texlive-collection-langgerman: update for revision 55706 2021-02-14 22:35:06 +00:00
texlive-collection-langgreek
texlive-collection-langitalian texlive-collection-langitalian: update for revision 55129 2021-02-14 22:44:23 +00:00
texlive-collection-langjapanese texlive-collection-langjapanese: update to revision 58754 2021-06-07 01:14:17 +00:00
texlive-collection-langkorean
texlive-collection-langother texlive-collection-langother: update to revision 57757 2021-06-07 00:29:14 +00:00
texlive-collection-langpolish
texlive-collection-langportuguese
texlive-collection-langspanish
texlive-collection-latex texlive-collection-latex: broaden a dependency pattern 2021-02-16 01:05:52 +00:00
texlive-collection-latex-doc
texlive-collection-latexextra texlive-collection-latexextra: update to revision 59271 2021-06-07 00:39:31 +00:00
texlive-collection-latexrecommended texlive-collection-latexrecommended: update to revision 57862 2021-06-07 01:04:08 +00:00
texlive-collection-luatex texlive-collection-luatex: update to revision 59184 2021-06-07 00:41:49 +00:00
texlive-collection-mathscience texlive-collection-mathscience: update to revision 59247 2021-06-07 00:43:36 +00:00
texlive-collection-metapost
texlive-collection-music texlive-collection-music: update to revision 57878 2021-06-07 00:45:21 +00:00
texlive-collection-pictures texlive-collection-pictures: update to revision 59115 2021-06-07 00:48:07 +00:00
texlive-collection-plaingeneric texlive-collection-plaingeneric: update to revision 58874 2021-06-07 00:49:24 +00:00
texlive-collection-pstricks *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
texlive-collection-publishers texlive-collection-publishers: update to revision 59310 2021-06-07 00:51:27 +00:00
texlive-collection-xetex texlive-collection-xetex: update to revision 58543 2021-06-07 00:53:15 +00:00
web-server
windowmaker-desktop
xfce4 Rename sysutils/xfce4-xarchiver to archivers/xarchiver 2021-06-13 08:15:50 +00:00
xfce4-extras xfce4-extras: remove xfce4-mixer - not supported since 2015 2021-05-06 20:39:17 +00:00
Makefile meta-pkgs/Makefile: + gstreamer1-default-backend 2021-08-17 11:13:15 +00:00