diff options
author | obache <obache@pkgsrc.org> | 2012-01-11 14:10:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-11 14:10:11 +0000 |
commit | 22683d69767bcceec7d9cbfd6d0d77c81625d81c (patch) | |
tree | e13b9eb43677b27788f9283652ed8d06395ea23f /meta-pkgs | |
parent | 59b553d82e9ae1244ec890bbafde87a9d70dbdea (diff) | |
download | pkgsrc-22683d69767bcceec7d9cbfd6d0d77c81625d81c.tar.gz |
Update ruby-gnome2 to 1.1.0.
== 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]
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/ruby-gnome2/patches/patch-glib2_lib_mkmf-gnome2.rb | 15 |
1 files changed, 15 insertions, 0 deletions
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' |