pkgsrc/meta-pkgs
tsutsui f0dce97b39 Update ruby-gnome2 packages to 3.1.0.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.0/NEWS)

== Ruby-GNOME2 3.10.0: 2016-11-12

=== Changes

  * Improvements
    * update README.
      [Patch by cedlemo]
    * fix format in README.
    * use pthread version of MinGW in build-windows.sh.
    * improve main Rakefile.
    * windows : update bundled versions.
  * Fixes
    * fix path in gem:windows:push in main Rakefile.
    * fix markup in NEWS file.
    * use Win32 thread again in build-windows.sh.
    * libmount is required for GLib on Linux.
    * install libgtk-3-dev explicitly.

==== All

==== Ruby/GIO2

  * Improvements
    * make (({Gio::SettingsSchemaSource#list_schemas})) Rubyish.
    * make (({Gio::Settings#set_value})) Rubyish.
    * support array like API for (({Gio::Settings})).
    * (({Gio::ActionMap#add_action})) accepts :state
    * simplify, load (({Gio::File})) with GObject-Introspection loader.
    * simplify (({Gio::ContentType})) implementation.
  * Fixes
    * add missing required argument in test-settings-schema-source.rb.
    * add version check in Gio tests.
    * increase required version.
    * fix typo in action-map.rb.
      [Path by cedlemo]

==== Ruby/GLIB2

  * Improvements
    * New implementation of GRClosure with new APIS:
      * RGClosureCallData
      * RGClosureCallFunc
      * rbgobj_set_signal_call_func()
      * rbgobj_get_signal_call_func()
      * g_rclosure_new_call()
    * support exit_application error message when no backtrace.
    * improve rbg_scan_options() performance
    * show all backtrace on GLib log.
      [GitHub#935][Suggested by Matijs van Zuijlen]

  * Fixes
    * windows:
      * Fix indent in windows-binary-build-task.rb.
      * Export glib2_binary_base_dir.
      * Remove needless "windows_" in methods name in windows-binary-build-task.rb.
      * add a debug argument for make command.
      * add GNOME2::Rake::WindowsBinaryBuildTask#binary_base_dir
    * fix a bug that SIGUSR1 breaks main loop.
      [GitHub#933][Reported by Vegard Sandengen]
    * fix error messages typo
      [Patch by dai-vr]
    * fix typo in rbgutil.c.
      [Patch by Kazuhiro NISHIYAMA]
    * fix style in rbglib_messages.c
    * remove needless check in rbglib_messages.c and extconf.rb

==== Ruby/GStreamer

  * Improvements
  * Fixes
    * fix text_color_example.rb demo.
      [Patch by cedlemo]

==== Ruby/GObjectIntrospection

  * Improvements
    * support GVariant string array to Ruby
      [Patch by Konstantinos Natsakis]
    * use g_variant_iter_init () to reduce dynamic memory allocation
    * support omitting allow-null arguments in middle of arguments
    * improve performance in callable-info.rb.
    * reduce needless method calls.
    * simplify invoke arguments in rb-gi-method-info.c, it improves performance.
    * support "can_be_" as predicate prefix.
    * improve performance calling a method. It catches data from info.
    * add GI.load shortcut for fast load.
  * Fixes
    * use short for 16bit Integer.
    * accept Array of numbers for gint8/guint8 array
    * wrong condition in function info arguments management.
    * use suitable type macros in ruby to C code from rb-gi-argument.c.
    * assign temporary Ruby object to local variable to guard from GC.
    * fix name conflict in rb-gi-argument.c.
      [Reported by kitone]
    * touch unrefed object in rb-gi-argument.c.
    * support array of UTF-8.
    * fill from last omitted arguments in function arguments loader.
    * add a missing all required case check in function arguments loader.
    * use rbg_variant_to_ruby in rb-gi-argument.c.
    * define unlock_gvl as info method.
    * fix typo in rb-gi-function-info.c.
    * don't fill missing arguments when given N arguments is less.
    * sink created GObject based object by default.
    * fix wrong default argument fill condition.
    * fix limit when loading arguments infos.
      [GitHub#895][Reported by cedlemo]
    * fix libffi return value handling.
      [GitHub#758][Reported by Mamoru TASAKA]
    * do not try to run a gtk demo when the user provide a bad demo name.
      [Patch by cedlemo]
    * focus on the related line in the TreeView when running demo from command line.
      [Patch by cedlemo]
    * do nothing for void type return type.
      [GitHub#952][Reported by cedlemo]
    * return value is return type is void but pointer.
    * windows : update patch support-external-g-ir-scanner.diff.

==== Ruby/GDK

  * Improvements
    * make (({Gdk::EventFocus#in})) rubyish.
    * add init hook as Gdk.on_init
  * Fixes
    * backport a patch to fix build error.

==== Ruby/GdkPixbuf2

  * Improvements
    * support loading from file.
  * Fixes
    * fix dependency in Rakefile.
      [GitHub#862][Reported by Mamoru TASAKA]
    * add missing gio2 dependency in tests.
    * add missing variable in tests.
    * omit a test that failed by float error on i386
      [GitHub#898][Reported by Mamoru TASAKA]

==== Ruby/GTK3

  * Improvements
    * support for (({Gtk::SpinButton::input})) signal.
      [GitHub#855][Reported cedlemo]
    * new gtk demo spinbutton.
      [Patch by cedlemo]
    * add demo search_entry.rb
      [Patch by cedlemo]
    * update gtk demos to use class form instead of module form.
      [Patches by cedlemo]
    * add listbox gtk demo.
      [Patch by cedlemo]
    * update editable_cells demo.
      [Patch by cedlemo]
    * add glarea demo.
      [Patch by cedlemo]
    * update transparent demo.
      [Patch by Arjun Menon]
    * update theming_style_classes demo.
      [Patch by Arjun Menon]
    * update textscroll demo.
      [Patch by Arjun Menon]
    * update stack demo.
      [Patch by Arjun Menon]
    * update spinbutton demo.
      [Patch by Arjun Menon]
    * create (({Gtk::TreeModel#create_filter})) as an alias of #filter_new.
  * Fixes
    * load demos as classes instead of modules in main.rb.
      [Patch by cedlemo]
    * enable Gtk::Rc deprecation.
    * fix treemodelfilter sample issue.
    * force LC_NUMERIC to C when gtk3 is initialized.
      [Patch by cedlemo]

==== Ruby/WebKitGTK

  * Improvements
  * Fixes
    * windows :
      * update dependencies in Rakefile and patches.
      * use Ubuntu 16.04 as build environment.
      * install jsmin

==== Ruby/WebKit2GTK

  * Improvements
  * Fixes
    * windows :
      * update Rakefile and patches.
      * support auto latest version detection.

==== Ruby/ClutterGdk

  * Improvements
  * Fixes
    * add init hook as Clutter.on_init.
    * add Clutter and Gdk integration API.

==== Ruby/ClutterGtk

  * Improvements
    * add clutter-gdk dependency.
  * Fixes
    * window-test.rb sample : use icons only included in the default theme.
    * remove needless pack method usage in test.rb sample.
    * follow improved API in event.rb sample.

==== Ruby/ClutterGdk
  * Improvements
    * create a GObject-Introspection loader.
      [Patch by cedlemo]
  * Fixes
    * update description in README and in Rakefile.
    * remove needless code in Rakefile.
    * remove needless code in GObject-Introspection loader. ClutterGdk is part of Clutter.

==== Ruby/GStreamer
  * Improvements
    * add (({Gst::Bin#each})).
      [GitHub#927][Reported by cedlemo]
    * add only_gstreamer_version method.
  * Fixes
    * use post_load in order to use require_libraries.

==== Ruby/Pango

  * Fixes
    * pango windows: remove needless patch.

==== Thanks

  * Arjun Menon
  * cedlemo
  * dai-vr
  * Kazuhiro NISHIYAMA
  * kitone
  * Konstantinos Natsakis
  * Mamoru TASAKA
  * Matijs van Zuijlen
  * Vegard Sandengen
2016-11-18 12:41:34 +00:00
..
boost add note about syncing GCC versions with devel/boost-libs bl3 file 2016-11-04 18:41:09 +00:00
bulk-large Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
bulk-medium Update bulk-medium to 20160911. 2016-09-11 17:12:02 +00:00
bulk-small Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
c++-gnome-bindings
compiz-fusion
courier
deforaos-desktop Also depend on net/deforaos-vncviewer 2016-02-23 00:15:14 +00:00
desktop-gnome
fxtv-capture
gimp-docs Bump PKGVERSION to 2.8.2 2016-01-09 08:25:07 +00:00
gnome Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
gnome-devtools
gnome-mobile
gnome-platform
gnuradio Include gnuradio-doxygen (now fixed) 2016-07-20 23:59:56 +00:00
gnustep Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gstreamer0.10-plugins
kde-telepathy Fake a DESCR until jaapb makes a real one. 2016-04-05 12:18:38 +00:00
kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
kde4 Allow newer oxygen-icons 2016-08-21 21:31:39 +00:00
kf5 Update KDE Frameworks to 5.25.0 2016-08-21 21:11:57 +00:00
libdbusmenu Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
lxde Import lxde-1.0 as meta-pkgs/lxde. 2016-05-23 22:48:30 +00:00
matchbox
mate Import mate-1.14.0 as meta-pkgs/mate. 2016-05-21 19:23:25 +00:00
modular-xorg modular-xorg-server & drivers are not for Darwin 2015-10-06 11:29:55 +00:00
modular-xorg-apps Mark xephyr as not for Darwin for now. 2015-10-23 10:58:28 +00:00
modular-xorg-drivers Add xf86-video-amdgpu, bump PKGREVISION. 2015-11-23 12:48:15 +00:00
modular-xorg-fonts
modular-xorg-libs Pull in libXfont2. Bump version. 2015-12-11 15:59:56 +00:00
modular-xorg-protos
modular-xorg-utils
mono-gnome-bindings
nagios Import nagios-4.0.8 as meta-pkgs/nagios. 2015-04-04 16:04:14 +00:00
netbsd-doc Revert previous - apparently I want netbsd-www 2015-10-07 19:08:06 +00:00
netbsd-doc-print Update package to version 1.4: 2015-05-17 12:32:33 +00:00
netbsd-www Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-gnome-bindings Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
php56-extensions Reset PKGREVISION along with php 5.6.16 update. 2015-11-29 08:53:26 +00:00
php70-extensions Add php70-extensions package. 2015-12-06 15:21:49 +00:00
pkg_developer Fix the build by marking this as a meta package before we include 2016-01-13 18:14:14 +00:00
pkgsrc-guide-tools
pulseaudio-tools
py-gnome-bindings Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-tryton-platform Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
ruby-gnome2 Update ruby-gnome2 packages to 3.1.0. 2016-11-18 12:41:34 +00:00
ruby-redmine-plugins Add devel/ruby-redmine_startpage. Bump PKGVERSION. 2015-07-07 22:23:25 +00:00
ruby-redmine-themes Add devel/ruby-redmine-flatly-light-theme. Bump PKGVERSION. 2015-07-07 12:16:44 +00:00
ruby-shoulda Allow build on Ruby 2.2. 2015-06-11 17:23:37 +00:00
suse100
suse121 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
suse131 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
texlive-collection-basic Update to 2016.41616 2016-08-07 10:51:20 +00:00
texlive-collection-basic-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-bibtexextra Update to texlive rev 41634 2016-08-07 10:54:52 +00:00
texlive-collection-binextra Update to texlive rev 41779 2016-08-07 10:57:56 +00:00
texlive-collection-context All packages added, update DEPENDS. Bump version to 2016. 2016-07-17 22:13:04 +00:00
texlive-collection-fontsextra Update to texlive rev 41736 2016-08-07 11:02:11 +00:00
texlive-collection-fontsrecommended Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-fontsrecommended-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-fontutils Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-formatsextra Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-games Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-genericextra Add tex-eijkhout 2016-09-20 13:40:12 +00:00
texlive-collection-genericrecommended Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-genericrecommended-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-htmlxml Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langafrican Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langarabic Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langchinese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langcjk Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langcyrillic Add tex-cyrplain 2016-09-20 13:34:59 +00:00
texlive-collection-langczechslovak Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langenglish Update to texlive rev 41445 2016-08-07 11:09:32 +00:00
texlive-collection-langeuropean Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langfrench Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langgerman Update to texlive rev 41610 2016-08-07 11:11:45 +00:00
texlive-collection-langgreek Add tex-greek-inputenc 2016-09-20 13:44:20 +00:00
texlive-collection-langindic Update to texlive rev 41661 2016-08-07 11:13:18 +00:00
texlive-collection-langitalian Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langjapanese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langkorean Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langother Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langpolish Add newly added packages 2016-09-20 13:32:19 +00:00
texlive-collection-langportuguese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langspanish Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-latex Update to texlive rev 41614 2016-08-07 11:15:46 +00:00
texlive-collection-latex-doc Fix tex-fix2col pattern for changed version. 2016-06-16 22:04:06 +00:00
texlive-collection-latexextra Bump version for last. 2016-09-20 13:49:20 +00:00
texlive-collection-latexrecommended Update to texlive rev 41452 2016-08-07 11:22:03 +00:00
texlive-collection-luatex Update to texlive rev 41654 2016-08-07 11:24:24 +00:00
texlive-collection-mathextra Update to texlive rev 41676 2016-08-07 11:26:52 +00:00
texlive-collection-metapost Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-music Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-omega Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-pictures Add tex-texdraw 2016-09-20 13:42:15 +00:00
texlive-collection-plainextra Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-pstricks Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
texlive-collection-publishers Update to texlive rev 41769 2016-08-07 11:31:58 +00:00
texlive-collection-science Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-xetex Update to texlive rev 41611 2016-08-07 11:33:39 +00:00
web-server Since Apache 2.4 is normally picked up anyway, just use it in first 2015-09-12 16:52:09 +00:00
windowmaker-desktop
xfce4 Removed missing 'used by' 2016-08-03 10:59:00 +00:00
xfce4-extras Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
Makefile Remove php55-extensions. 2016-09-11 16:56:27 +00:00