summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2016-11-18 12:41:34 +0000
committertsutsui <tsutsui@pkgsrc.org>2016-11-18 12:41:34 +0000
commit5b3bb118168edfcc479551b2a1443d46925ed715 (patch)
treef4f61a9938400e31b2402c8c5448eab31242cf6f /graphics
parent86790aea549263c3270cb88295c91667e172a531 (diff)
downloadpkgsrc-5b3bb118168edfcc479551b2a1443d46925ed715.tar.gz
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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-gnome2-cairo-gobject/distinfo10
-rw-r--r--graphics/ruby-gnome2-clutter-gtk/distinfo10
-rw-r--r--graphics/ruby-gnome2-clutter/distinfo10
-rw-r--r--graphics/ruby-gnome2-gdk3/distinfo10
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile3
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/distinfo10
-rw-r--r--graphics/ruby-gnome2-rsvg/distinfo10
7 files changed, 31 insertions, 32 deletions
diff --git a/graphics/ruby-gnome2-cairo-gobject/distinfo b/graphics/ruby-gnome2-cairo-gobject/distinfo
index 8bc8ccd7d43..d5a2f0d88b7 100644
--- a/graphics/ruby-gnome2-cairo-gobject/distinfo
+++ b/graphics/ruby-gnome2-cairo-gobject/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2016/11/18 12:41:35 tsutsui Exp $
-SHA1 (cairo-gobject-3.0.9.gem) = a744491e5b0fd4717fa4e7696ef8f8427ae3e9fd
-RMD160 (cairo-gobject-3.0.9.gem) = b2368360059aefccde1adc10d03bd78fc9674930
-SHA512 (cairo-gobject-3.0.9.gem) = 78257df99a7de79db3c0b124fc72a472003bea39484457f4f6d8a0121410460e12e002afda52ca0794927cfba6000945fa49588d69c4e0490c0c1c5dcfa24922
-Size (cairo-gobject-3.0.9.gem) = 10240 bytes
+SHA1 (cairo-gobject-3.1.0.gem) = 0baf933aefecb8c4ffaa1eea8b0250cf5b86297c
+RMD160 (cairo-gobject-3.1.0.gem) = d0208b4b9e919a2cc5b68cd7b46b190de0f339c2
+SHA512 (cairo-gobject-3.1.0.gem) = 73d9f407f6230a6d5296e0fe2fb1abbe0324b36deba02c7a32cceb26f38e31c6a55718e12d9ec4b928ab04fcdee669b30376bad3986d7772a04bc03d97552c63
+Size (cairo-gobject-3.1.0.gem) = 10240 bytes
diff --git a/graphics/ruby-gnome2-clutter-gtk/distinfo b/graphics/ruby-gnome2-clutter-gtk/distinfo
index cb379518d57..41733f896f6 100644
--- a/graphics/ruby-gnome2-clutter-gtk/distinfo
+++ b/graphics/ruby-gnome2-clutter-gtk/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2016/11/18 12:41:35 tsutsui Exp $
-SHA1 (clutter-gtk-3.0.9.gem) = 213b0f0fb3ad0824b89814ce5339048c3a46359e
-RMD160 (clutter-gtk-3.0.9.gem) = 0863e98971c7c89123438386cfc6daf0ee8d7a68
-SHA512 (clutter-gtk-3.0.9.gem) = fe45d8016e7585ff0e1aaf89c206e1e21756f9271685a52baeb1d843ea8b40162856dd2ce5b6a3e1051df1f9d629816aeadaa86bac2b3e1f297a6aa001a97032
-Size (clutter-gtk-3.0.9.gem) = 21504 bytes
+SHA1 (clutter-gtk-3.1.0.gem) = 4f490140c93762ced873d756e279498fd2276862
+RMD160 (clutter-gtk-3.1.0.gem) = 22c30db2e53c391ca6e1f4a3250b836bd35eba1f
+SHA512 (clutter-gtk-3.1.0.gem) = 94b326879b639ece8ba0e056acd968458682ec958d0b7eed93e7fe0e2b8b388d2cec6b26f5ab1853adb090544615c1c9603e2f941e731fef748a9d849f4de169
+Size (clutter-gtk-3.1.0.gem) = 21504 bytes
diff --git a/graphics/ruby-gnome2-clutter/distinfo b/graphics/ruby-gnome2-clutter/distinfo
index ea6a27a9128..f55feca7732 100644
--- a/graphics/ruby-gnome2-clutter/distinfo
+++ b/graphics/ruby-gnome2-clutter/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2016/11/18 12:41:35 tsutsui Exp $
-SHA1 (clutter-3.0.9.gem) = 84802103de5d6407f3c2b216235c479559926b6c
-RMD160 (clutter-3.0.9.gem) = e7a8e38b46c7d2f20b54cafb19991d5516733c4d
-SHA512 (clutter-3.0.9.gem) = d96d2204412f8a984994a86fd96e70fd860a47a380c2d72eda2d60397c01d99ca08b0a9820228d484cef7fde71751d6996b2e7aa58f3f77801cdcffe46e66d0a
-Size (clutter-3.0.9.gem) = 33792 bytes
+SHA1 (clutter-3.1.0.gem) = 7715f0742de6e3bfb66c245c3ad2669987f603a5
+RMD160 (clutter-3.1.0.gem) = 8f27d2921f83c66195a4c1e84859cdece828b8ab
+SHA512 (clutter-3.1.0.gem) = 5b95c0b0d632de3d32e05ec5b6cb7e2ba18024bf6a158eb5dc2da8050428709b88f2f4f1b5670c6455ba7109153873d6a1f57209a6ea8140f7aef052d51799d8
+Size (clutter-3.1.0.gem) = 33792 bytes
diff --git a/graphics/ruby-gnome2-gdk3/distinfo b/graphics/ruby-gnome2-gdk3/distinfo
index 70af3f34069..2182e56115f 100644
--- a/graphics/ruby-gnome2-gdk3/distinfo
+++ b/graphics/ruby-gnome2-gdk3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2016/11/18 12:41:35 tsutsui Exp $
-SHA1 (gdk3-3.0.9.gem) = 0f9c7ba0084729649092dd885e71b64d881d2853
-RMD160 (gdk3-3.0.9.gem) = 4411c2dbe48cdb78c59a23955fd0ae41a1a6c28e
-SHA512 (gdk3-3.0.9.gem) = 969a605dd73294edc672665d7c23984869379c50384ea96e3b9b68474c373fe4118f0fdfec4c109679e9423a516e9a15cea8bdfb7f1d59878e328043ea09cd0d
-Size (gdk3-3.0.9.gem) = 24576 bytes
+SHA1 (gdk3-3.1.0.gem) = 4e9da5fcbe460d23cd8f4c6c0b11798bf336f67c
+RMD160 (gdk3-3.1.0.gem) = 4f6dd0ee2abf1ed8bc5e57235cb249a1cbc3525f
+SHA512 (gdk3-3.1.0.gem) = 6bd893660c5274f7bff0c2db2656f859bc36d334ee75bb43e22c47f07101065b9da43715fb899e7657a7e02f625d4dcdc8275ddc6ea5e6d9b874ca646b78eaad
+Size (gdk3-3.1.0.gem) = 24576 bytes
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index 5e78e908284..61d95d3c928 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2016/10/10 14:58:45 tsutsui Exp $
+# $NetBSD: Makefile,v 1.41 2016/11/18 12:41:35 tsutsui Exp $
#
DISTNAME= gdk_pixbuf2-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
-PKGREVISION= 1
COMMENT= Ruby binding of GdkPixbuf-2.x
CATEGORIES= graphics devel
diff --git a/graphics/ruby-gnome2-gdkpixbuf/distinfo b/graphics/ruby-gnome2-gdkpixbuf/distinfo
index edf2623eb27..d8184a90918 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/distinfo
+++ b/graphics/ruby-gnome2-gdkpixbuf/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2016/10/10 14:58:45 tsutsui Exp $
+$NetBSD: distinfo,v 1.5 2016/11/18 12:41:35 tsutsui Exp $
-SHA1 (gdk_pixbuf2-3.0.9.gem) = 95dcc28306f735dbf762251f198642bacc8cad11
-RMD160 (gdk_pixbuf2-3.0.9.gem) = a8d497a954786693a05b450967067fcedf9f5231
-SHA512 (gdk_pixbuf2-3.0.9.gem) = 25cdb41bf1449f303d179fb231137911fbb997477c63c89c48ceab6e4c13f644dfdde8d14fb9d39758de9ccc1eb082a33082b23db1d8a3b58d5a540558e9833e
-Size (gdk_pixbuf2-3.0.9.gem) = 23552 bytes
+SHA1 (gdk_pixbuf2-3.1.0.gem) = 36d29873387daf0d7910b21fec61e4ede2738ece
+RMD160 (gdk_pixbuf2-3.1.0.gem) = 20123bc049d146f219a06ff7524941c4459536a7
+SHA512 (gdk_pixbuf2-3.1.0.gem) = 12dbb9b66a025a3ab22740c1185505020153d5e22dee07b0eb3756794f5bd69f6c8a8f4178be376aa384eb0b19537374f8a7981b9b76ecd20b3166c55feee6b6
+Size (gdk_pixbuf2-3.1.0.gem) = 23552 bytes
SHA1 (patch-Rakefile) = 962e030dfa3424bb552a0fc3b4dd7745dfbcc100
diff --git a/graphics/ruby-gnome2-rsvg/distinfo b/graphics/ruby-gnome2-rsvg/distinfo
index cb7f27e873d..3959c00f50c 100644
--- a/graphics/ruby-gnome2-rsvg/distinfo
+++ b/graphics/ruby-gnome2-rsvg/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2016/11/18 12:41:35 tsutsui Exp $
-SHA1 (rsvg2-3.0.9.gem) = d97abc64d2cf01dd6e1d04aa2accfde6d0bd21ef
-RMD160 (rsvg2-3.0.9.gem) = 0bd5c549e7e2ae62543a4ec3f10f2c6324b1f7aa
-SHA512 (rsvg2-3.0.9.gem) = 0cc9288aa47c3d27332d2182d2c33b40e81811f8c10933bfc9fc6bfc212cd399f7675f45da610c0c61de9a8f11b2cbeb1aa3765a78d6b1bf25446cf48bab9162
-Size (rsvg2-3.0.9.gem) = 13824 bytes
+SHA1 (rsvg2-3.1.0.gem) = a50510867cf085267bc4c3769b6fbd3caa9688e1
+RMD160 (rsvg2-3.1.0.gem) = 83c1f1756165ae94cfbc8c33c6f3b5a787512ed8
+SHA512 (rsvg2-3.1.0.gem) = e91f7bd677ac579c01dbd8995fee223bb20133def2038f89fc02d2dbebe307f161a18b4083c270d0953223573b098da96fd6187fd0790ff06c5b378d8fc9347b
+Size (rsvg2-3.1.0.gem) = 13824 bytes