diff options
author | obache <obache@pkgsrc.org> | 2010-10-23 12:45:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-23 12:45:08 +0000 |
commit | d1c8a0b7d095d9961dce1c763119effc7120275f (patch) | |
tree | d420be142aa6cd3d28ba6761b50c83f51f406f6a /graphics/ruby-gnome2-gdkpixbuf | |
parent | 2a4e07cde1a4ca64b9d25b0f7e82e300e291e68b (diff) | |
download | pkgsrc-d1c8a0b7d095d9961dce1c763119effc7120275f.tar.gz |
Update ruby-gnome2 to 0.90.3.
= NEWS
== Ruby-GNOME2 0.90.3: 2010-10-23
NOTE: 0.90.x releases are for 1.0.0 major release.
* Support String encoding in Ruby 1.9.
* RVAL2CSTR2 and CSTR2RVAL2 are deprecated.
* Ruby/GIO2 is imported as an experimental library.
=== Changes
==== All
* Support String encoding.
[Guillaume Cottenceau, Neil Roberts, Kouhei Sutou]
* Don't install *.pc by default. Set pkgconfigdir make
varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'.
==== Ruby/GLib2
* Improvements:
* declare argument types.
[Nobuyoshi Nakada, Kouhei Sutou]
==== Ruby/GIO2
* Imported as an experimental library.
[Nikolai Weibull]
==== Ruby/GTK2
* Improvements:
* keep backward compatibility around GDK key
symbols introduced at GTK+ 2.20.
"[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal"
[Vincent Carmona]
* move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2.
"[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
[Andrea Dallera, Kouhei Sutou]
* Bug fixes:
* fix GType conversion in Gtk::ItemFactory.new on 64bit
platform.
[Grant McLean, Steve Wills, Kouhei Sutou]
==== Ruby/GdkPixbuf2
* Improvements:
* move gdk-pixbuf and cairo related methods to Ruby/GTK2.
"[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
[Andrea Dallera, Kouhei Sutou]
* change .pc filename from ruby-gdkpixbuf2 to
ruby-gdk-pixbuf2.
==== Ruby/RSVG2
* Bug fixes:
* add missing libcroco dependency on Windows.
[U.Nakamura, Kouhei Sutou]
==== Ruby/Poppler
* Improvements:
* support Popper 0.15.0. [#3079667]
[Mamoru Tasaka, Kouhei Sutou]
* Bug fixes:
* add missing libjpeg dependency on Windows.
[U.Nakamura, Kouhei Sutou]
* fix installed Ruby/GLib2 gem can't be detected.
[kdmsnr, Kouhei Sutou]
=== Thanks
* U.Nakamura
* kdmsnr
* Mamoru Tasaka
* Guillaume Cottenceau
* Vincent Carmona
* Grant McLean
* Steve Wills
* Andrea Dallera
* Nobuyoshi Nakada
* Neil Roberts
== Ruby-GNOME2 0.90.2: 2010-09-26
NOTE: 0.90.x releases are for 1.0.0 major release.
A RubyGems package fix release.
=== Changes
==== All
* fix path.
[kimura wataru, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* fix gtk2/base.rb is missing in gem.
[S.Kitagawa, Kouhei Sutou]
==== Ruby/GIO2
* Bug fixes:
* fix a typo in .pc name. [#3075619]
[O01eg, Kouhei Sutou]
==== Ruby/RSVG2
* Bug fixes:
* also check rb_cairo.h availability. [#3075617]
[O01eg, Kouhei Sutou]
=== Thanks
* S.Kitagawa
* O01eg
* kimura wataru
Diffstat (limited to 'graphics/ruby-gnome2-gdkpixbuf')
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/Makefile | 5 | ||||
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile index 73966fff6a2..b1a4cff0392 100644 --- a/graphics/ruby-gnome2-gdkpixbuf/Makefile +++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/09/23 15:36:01 obache Exp $ +# $NetBSD: Makefile,v 1.15 2010/10/23 12:45:10 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION} @@ -6,10 +6,11 @@ COMMENT= Ruby binding of GdkPixbuf-2.x CATEGORIES= graphics devel CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]* +CONFLICTS+= ruby[0-9][0-9]-gnome2-gdkpixbuf-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir -RUBY_EXTCONF_SUBDIRS= gdkpixbuf +RUBY_EXTCONF_SUBDIRS= gdk_pixbuf2 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib diff --git a/graphics/ruby-gnome2-gdkpixbuf/PLIST b/graphics/ruby-gnome2-gdkpixbuf/PLIST index 244de303fa6..529dd512aa9 100644 --- a/graphics/ruby-gnome2-gdkpixbuf/PLIST +++ b/graphics/ruby-gnome2-gdkpixbuf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/10/12 03:09:31 obache Exp $ -lib/pkgconfig/ruby-gdkpixbuf2.pc +@comment $NetBSD: PLIST,v 1.6 2010/10/23 12:45:10 obache Exp $ +lib/pkgconfig/ruby-gdk-pixbuf2.pc ${RUBY_VENDORLIB}/gdk_pixbuf2.rb ${RUBY_VENDORARCHLIB}/gdk_pixbuf2.${RUBY_DLEXT} |