From 22683d69767bcceec7d9cbfd6d0d77c81625d81c Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 11 Jan 2012 14:10:11 +0000 Subject: Update ruby-gnome2 to 1.1.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit == Ruby-GNOME2 1.1.0: 2012-01-05 This is a source cleanup release. === Changes ==== Ruby/GLib2 * Improvements * [GitHub#65] Supported GLib 2.31. [Reported by mtasaka] * Supported comparing between GLib::Enum/GLib::Flags and Symbol. * Fixes * [GitHub#1] Fix GLib::Spawn regression. [Patch by Geoff Youngs] * Plugged memory leaks. * Fixed a crash by GC on Ruby 1.9. * Changes * Remove optional Ruby-GetText-Package dependency. ==== Ruby/GTK2 * Improvements * [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows: Added hicolor-icon-theme into gem on Windows. [Suggested by wNikolai Weibull] * Fixes * Fixed a crash by GC. * Plugged memory leaks. * Fixed Gdk::GC#colormap= uses wrong value. * Fixed Gtk::TextBuffer#serialize uses wrong value. ==== Ruby/Pango * Fixes * Plugged memory leaks. ==== Ruby/GdkPixbuf * Improvements * Gdk::Pixbuf.new supports hash argument. * Fixes * Plugged memory leaks. ==== Ruby/GStreamer * Improvements * Supported Windows gem. * Improved memory management. * Fixes * [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_create_clock test fails. [Reported by mtasaka] * [GitHub#89] GStreamer: test_fraction_range_new test fails. [Reported by mtasaka] * [GitHub#91] GStreamer: test_state "sometimes" fails. [Reported by mtasaka] ==== Ruby/Poppler * Fixes * Fixed a wrong conversion in Poppler::Document#find_dest. [Reported by ChloƩ Desoutter] --- .../ruby-gnome2/patches/patch-glib2_lib_mkmf-gnome2.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-pkgs/ruby-gnome2/patches/patch-glib2_lib_mkmf-gnome2.rb (limited to 'meta-pkgs') diff --git a/meta-pkgs/ruby-gnome2/patches/patch-glib2_lib_mkmf-gnome2.rb b/meta-pkgs/ruby-gnome2/patches/patch-glib2_lib_mkmf-gnome2.rb new file mode 100644 index 00000000000..c35c7b415fe --- /dev/null +++ b/meta-pkgs/ruby-gnome2/patches/patch-glib2_lib_mkmf-gnome2.rb @@ -0,0 +1,15 @@ +$NetBSD: patch-glib2_lib_mkmf-gnome2.rb,v 1.3 2012/01/11 14:10:11 obache Exp $ + +* Segmentation fault with gcc-4.1.3 on NetBSD-5.1. + +--- glib2/lib/mkmf-gnome2.rb.orig 2012-01-05 11:23:51.000000000 +0000 ++++ glib2/lib/mkmf-gnome2.rb +@@ -41,7 +41,7 @@ try_compiler_option '-Winit-self' + try_compiler_option '-Wlarger-than-65500' + try_compiler_option '-Wmissing-declarations' + try_compiler_option '-Wmissing-format-attribute' +-try_compiler_option '-Wmissing-include-dirs' ++#try_compiler_option '-Wmissing-include-dirs' + try_compiler_option '-Wmissing-noreturn' + try_compiler_option '-Wmissing-prototypes' + try_compiler_option '-Wnested-externs' -- cgit v1.2.3