diff options
author | obache <obache> | 2013-05-08 12:47:05 +0000 |
---|---|---|
committer | obache <obache> | 2013-05-08 12:47:05 +0000 |
commit | 58d0d1ba5dd03e1eda6d6c4cf64a8644add2efce (patch) | |
tree | d175cf6301a016a4d85aadad4603fbc2ba7f3b40 /print | |
parent | 618043dbf26aa33fa500ce2720934a9a55e0727f (diff) | |
download | pkgsrc-58d0d1ba5dd03e1eda6d6c4cf64a8644add2efce.tar.gz |
Update ruby-gnome2 to 2.0.0.
GObject Introspection based bindings on Windows support release!
=== Changes
==== NEWS
* Fixes
* Fixed a typo. [Reported by Masafumi Yokoyama]
* FIxed a typo. [Reported by Toyo Abe]
==== Ruby/GLib2
* Improvements
* Moved lib/gnome2-*.rb files to lib/gnome2/ directory.
* Supported GLib 2.34. [Reported by OBATA Akio]
==== Ruby/GdkPixbuf2
* Fixes
* [windows] Fixed PNG can't be handled problem.
[ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama]
==== Ruby/GDK3
* Improvements
* [windows] Removed needless Greybird theme.
[ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]
* Added Gdk::Window#create_cairo_context
[ruby-gnome2-devel-en] [Reported by Detlef Reichl]
==== Ruby/GTK3
* Improvements
* Updated samples.
[GitHub #140][GitHub #141][GitHub #144]
[Patch by Simon Arnaud]
[GitHub #142][GitHub #143][GitHub #145][GitHub #146][GitHub #148]
[Patch by Detlef Reichl]
==== Ruby/GObjectIntrospection
* Improvements
* [windows] Supported!
==== Ruby/GStreamer
* Improvements
* Supported GStreamer 1.0!
* Migrated to GObject Introspection bindings!
* Dropped GStreamer 0.10 support.
==== Ruby/Clutter
* Improvements
* [windows] Supported!
==== Ruby/ClutterGTK
* Improvements
* [windows] Supported!
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-gnome2-poppler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile index 5cf26dd36e7..e164b6750ab 100644 --- a/print/ruby-gnome2-poppler/Makefile +++ b/print/ruby-gnome2-poppler/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2013/05/04 07:19:08 obache Exp $ +# $NetBSD: Makefile,v 1.43 2013/05/08 12:47:05 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION} COMMENT= Ruby binding of poppler-glib -PKGREVISION= 1 CATEGORIES= print CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]* |