diff options
author | obache <obache@pkgsrc.org> | 2009-10-12 03:09:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-12 03:09:30 +0000 |
commit | 650f8e4646e919356ff622a02af14eaa48674208 (patch) | |
tree | 19286de00b0cdb8b56ae17241fb3fa3881085b4c /multimedia | |
parent | 9ae0f7f2a87aeafc0296417fa83ff59b81a5ce9f (diff) | |
download | pkgsrc-650f8e4646e919356ff622a02af14eaa48674208.tar.gz |
Update ruby-gnome2 to 0.19.3.
== Ruby-GNOME2 0.19.3: 2009-09-24
NOTE: 0.19.x releases are development series.
This release is a bug fix release of 0.19.2.
=== Changes
===== Ruby/GLib2
* Bug fix:
* really fix
'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.'
[Simon Arnaud, Kouhei Sutou]
=== Thanks
* Simon Arnaud
== Ruby-GNOME2 0.19.2: 2009-09-23
NOTE: 0.19.x releases are development series.
This release is a bug fix release of 0.19.1.
=== Changes
==== Ruby/GLib2
* Bug fixes:
* empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.
[Toshiyuki Suzumura, Kouhei Sutou]
* [#2862022] fix multi thread blocking with Ruby
1.8.6-p368 or later and 1.8.7-p173 or later.
[Roy Wright, Andrea Dallera, Kouhei Sutou]
* [Debian #502262] work Ruby thread with GTK+.
[Johan Walles, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* [#2679744] fix a typo:
Gtk::Widget#set_scroll_adjustment ->
Gtk::Widget#set_scroll_adjustments.
[Kentaro Fukuchi, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Bug fixes:
* fix .pc detection.
[OBATA Akio, Kouhei Sutou]
=== Thanks
* OBATA Akio
* Toshiyuki Suzumura
* Roy Wright
* Andrea Dallera
* Johan Walles
* Kentaro Fukuchi
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ruby-gnome2-gstreamer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/ruby-gnome2-gstreamer/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/ruby-gnome2-gstreamer/Makefile b/multimedia/ruby-gnome2-gstreamer/Makefile index 6e0f0bd9441..e2745be8bdc 100644 --- a/multimedia/ruby-gnome2-gstreamer/Makefile +++ b/multimedia/ruby-gnome2-gstreamer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/10/28 13:43:58 obache Exp $ +# $NetBSD: Makefile,v 1.3 2009/10/12 03:09:32 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gstreamer-${VERSION} @@ -14,7 +14,7 @@ USE_TOOLS+= pkg-config do-test: ${RUN} cd ${WRKSRC}/gstreamer/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb -BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION} +BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}{,nb*} .include "../../devel/ruby-gnome2-glib/buildlink3.mk" .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" diff --git a/multimedia/ruby-gnome2-gstreamer/PLIST b/multimedia/ruby-gnome2-gstreamer/PLIST index 84fc61d084a..b2295f5fb14 100644 --- a/multimedia/ruby-gnome2-gstreamer/PLIST +++ b/multimedia/ruby-gnome2-gstreamer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/08/12 12:43:10 obache Exp $ -lib/pkgconfig/gstreamer-0.10-ruby.pc +@comment $NetBSD: PLIST,v 1.3 2009/10/12 03:09:32 obache Exp $ +lib/pkgconfig/ruby-gstreamer.pc ${RUBY_VENDORLIB}/gst.rb ${RUBY_VENDORARCHLIB}/gst.${RUBY_DLEXT} |