diff options
author | obache <obache> | 2011-06-12 11:43:33 +0000 |
---|---|---|
committer | obache <obache> | 2011-06-12 11:43:33 +0000 |
commit | 6765bbfeb49f9d2f722d12d450052c2c0f2c9593 (patch) | |
tree | 1fcee7339e77d3f12a43659150ccbf649691b58a /multimedia/ruby-gnome2-gstreamer | |
parent | 49ce8a93ce12d81f329f224ff7eb3167fde8b6ed (diff) | |
download | pkgsrc-6765bbfeb49f9d2f722d12d450052c2c0f2c9593.tar.gz |
Update ruby-gnome2 to 0.90.9.
== Ruby-GNOME2 0.90.9: 2011-06-11
NOTE: 0.90.x releases are for 1.0.0 major release.
This is the last release of 0.90.x series. The next release
will be 1.0.0!
=== Changes
==== All
* Fixes
* Fix a bug in version numbers.
[Grant Schoep, Vincent Carmona]
* Support 'bundle install' .
==== Ruby/GLib2
* Improvements
* Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
* GLib::IOChannel#write returns written byte not self.
[backward incompatible]
==== Ruby/GTK2
* Fixes
* fix misc/bindings.rb sample (ruby 1.9).
[Vincent Carmona]
* [#3305589] fix Gtk::Window#add_accel_group misses
a reference to accel group.
[Piotr Korzuszek, Kouhei Sutou]
* Support cairo related samples in Ruby 1.9.
[Jon, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* add Gst::Registry.update method.
[Vincent Carmona]
==== Ruby/VTE
* Fixes
* [#3199587] fix pc install.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Fixes
* [#3292118] don't run needless tests.
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Improvements
* support Windows.
[S.Kitagawa]
Diffstat (limited to 'multimedia/ruby-gnome2-gstreamer')
-rw-r--r-- | multimedia/ruby-gnome2-gstreamer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ruby-gnome2-gstreamer/Makefile b/multimedia/ruby-gnome2-gstreamer/Makefile index 8e38f032cf4..210ee1b8faa 100644 --- a/multimedia/ruby-gnome2-gstreamer/Makefile +++ b/multimedia/ruby-gnome2-gstreamer/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2011/04/22 13:44:18 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/06/12 11:43:34 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gstreamer-${VERSION} COMMENT= Ruby binding of GStreamer 0.10.x or later -PKGREVISION= 1 CATEGORIES= multimedia CONFLICTS+= ruby[0-9][0-9]-gnome2-gstreamer-[0-9]* |