diff options
author | obache <obache@pkgsrc.org> | 2010-09-23 15:35:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-23 15:35:58 +0000 |
commit | 6f5724d8a904d1eb81d0cecca81039588bd7bb7b (patch) | |
tree | d2b71a6727118fa18b2d826514e652202bec433a /multimedia | |
parent | 172d67feba3a96137cc41493d326f888f462b5f4 (diff) | |
download | pkgsrc-6f5724d8a904d1eb81d0cecca81039588bd7bb7b.tar.gz |
Update ruby-gnome2 to 0.90.1.
= NEWS
== Ruby-GNOME2 0.90.1: 2010-09-23
NOTE: 0.90.x releases are for 1.0.0 major release.
A install bug fix release of 0.90.0.
=== Changes
==== Ruby/ATK
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Pango
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/RSVG
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
=== Thanks
* OBATA Akio
== Ruby-GNOME2 0.90.0: 2010-09-23
NOTE: 0.90.x releases are for 1.0.0 major release.
RubyGems support!
=== Changes
==== Ruby/GTK2
* Bug fixes:
* [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'
add Gtk::Buildable#builder_name/set_builder_name.
[Simon Arnaud, Kouhei Sutou]
=== Thanks
* Simon Arnaud
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ruby-gnome2-gstreamer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/ruby-gnome2-gstreamer/Makefile b/multimedia/ruby-gnome2-gstreamer/Makefile index 515bb7087dc..8e1d32366f9 100644 --- a/multimedia/ruby-gnome2-gstreamer/Makefile +++ b/multimedia/ruby-gnome2-gstreamer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/04/17 06:40:44 obache Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/23 15:36:01 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gstreamer-${VERSION} @@ -9,8 +9,6 @@ PKG_DESTDIR_SUPPORT= user-destdir RUBY_EXTCONF_SUBDIRS= gstreamer -USE_TOOLS+= pkg-config - do-test: ${RUN} cd ${WRKSRC}/gstreamer/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb @@ -18,4 +16,5 @@ BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSIO .include "../../devel/ruby-gnome2-glib/buildlink3.mk" .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" +.include "../../devel/ruby-pkg-config/tool.mk" .include "../../meta-pkgs/ruby-gnome2/Makefile.common" |