diff options
author | obache <obache@pkgsrc.org> | 2011-03-04 13:14:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-04 13:14:04 +0000 |
commit | 3a2d15ff309cfea86704355df7daef4ba0500f5a (patch) | |
tree | 37dc3870a58d3e80cc33adc679bc06683ce2af1d /multimedia/ruby-gnome2-gstreamer | |
parent | 7dd8178db60fe6513de6d329d9d8a238edb0345a (diff) | |
download | pkgsrc-3a2d15ff309cfea86704355df7daef4ba0500f5a.tar.gz |
Update ruby-gnome2 to 0.90.8.
== Ruby-GNOME2 0.90.8: 2011-03-04
NOTE: 0.90.x releases are for 1.0.0 major release.
A bug fix release of 0.90.7.
=== Changes
==== All
* Fixes
* 'make distclean' does not removed pkg-config files.
==== Ruby/GLib2
* Fixes
* fix non-gem rcairo detection. [#3178228]
[OBATA Akio, Kouhei Sutou]
==== Ruby/Atk
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/Pango
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/GTK2
* Fixes
* fix require order.
[id:kenhys]
* [#3046538] fix crash by GC at exit.
[Vincent Carmona, Kouhei Sutou]
* gtk-demo samples with ruby 1.9 (excepted cairo ones).
[Vincent Carmona]
==== Ruby/GooCanvas
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* improve missing message.
[Vincent Carmona]
* add Gst::InstallPlugins.
[Vincent Carmona, Kouhei Sutou]
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
* don't use rbgprivate.h. [#3188442]
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
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 c5c9872c758..4e327a5aca6 100644 --- a/multimedia/ruby-gnome2-gstreamer/Makefile +++ b/multimedia/ruby-gnome2-gstreamer/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2011/02/21 16:01:18 taca Exp $ +# $NetBSD: Makefile,v 1.8 2011/03/04 13:14:06 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]* |