diff options
author | obache <obache@pkgsrc.org> | 2012-07-22 09:29:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-07-22 09:29:16 +0000 |
commit | e1b4d699f49526dfd4f3d7752531449a83bb3d36 (patch) | |
tree | 8f54a8c7b2ecc7c79a2e57f104441478a65da99c /graphics | |
parent | 55def62e8614270ace60080af6e6b3db5cd9d085 (diff) | |
download | pkgsrc-e1b4d699f49526dfd4f3d7752531449a83bb3d36.tar.gz |
Update ruby-gnome2 to 1.1.4.
== Ruby-GNOME2 1.1.4: 2012-07-21
This is a easy to install release!
=== Changes
==== All
* Improvements
* Supported automatic required native packages install.
==== Ruby/GLib2
* Improvements
* mkenums: Supported "/* < flags > */" tag.
* mkenums: Supported two or more upper case characters such as "IO".
* Before: GIOStatus -> g_iostatus
* After: GIOStatus -> g_io_status
* GIOCondition: Changed to GLib::Boxed object from integer.
* GLib::Source#attach doesn't require context.
* Fixes
* Fixed wrong type conversion for GIOCondition.
==== Ruby/GIO2
* Improvements
* Gio::Socket#create_source: Supported callback.
* Fixes
* Fixed return values.
* Fixed wrong type conversions.
==== Ruby/GTK2
* Improvements
* Re-supported GTK+ 2.10.0. [GitHub:115] [Patch by Grant Schoep]
* Fixes
* Fixed a typo in test script.
[GitHub:109] [Reported by kimura wataru]
==== Ruby/GStreamer
* Fixes
* Fixed a test failure with GStreamer 0.10.36.
[GitHub:111] [Reported by mtasaka]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gnome2-rsvg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile index 78877c98c5d..28e13d652e6 100644 --- a/graphics/ruby-gnome2-rsvg/Makefile +++ b/graphics/ruby-gnome2-rsvg/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2012/06/14 07:44:36 sbd Exp $ +# $NetBSD: Makefile,v 1.31 2012/07/22 09:29:16 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION} COMMENT= Ruby binding of librsvg -PKGREVISION= 1 CATEGORIES= graphics CONFLICTS+= ruby[0-9][0-9]-gnome2-rsvg-[0-9]* |