Ruby-gdkpixbuf

Is there a copy of the distfile for gtk-pixbuf mirrorred anywhere?

Come to that, are there mirrors of distfiles for raa applications in general?

···


Rasputin :: Jack of All Trades - Master of Nuns

Is there a copy of the distfile for gtk-pixbuf mirrorred anywhere?

Have you looked at

  http://ruby-gnome2.sourceforge.jp/

Guy Decoux

Is there a copy of the distfile for gtk-pixbuf mirrorred anywhere?

Have you looked at

http://ruby-gnome2.sourceforge.jp/

Thanks, but I was hoping to avoid GNOME if I could.
Looks like thats where it moved to, though - thanks.

···


Confession is good for the soul only in the sense that a tweed coat is
good for dandruff.
– Peter de Vries
Rasputin :: Jack of All Trades - Master of Nuns

Hi,

Is there a copy of the distfile for gtk-pixbuf mirrorred anywhere?

Have you looked at

http://ruby-gnome2.sourceforge.jp/

Thanks, but I was hoping to avoid GNOME if I could.
Looks like thats where it moved to, though - thanks.

We produce ruby-gtk2 package which doesn’t include GNOME.

Get ruby-gtk2-0.8.1.tar.gz .
#GdkPixbuf is a part of GTK+ now.

But if you hate to install Ruby/GTK, you can create Ruby/GLib and
Ruby/GdkPixbuf only.

$ cd ruby-gtk2-0.8.1
$ ruby extconf.rb glib gdkpixbuf
$ make
$ su

make install

···

On Tue, 9 Dec 2003 02:06:58 +0900 Rasputin rasputin@idoru.mine.nu wrote:


.:% Masao Mutohmutoh@highway.ne.jp

···

Rasputin rasputin@idoru.mine.nu wrote:

Is there a copy of the distfile for gtk-pixbuf mirrorred anywhere?

http://ruby-gnome2.sourceforge.jp/

Thanks, but I was hoping to avoid GNOME if I could.
Looks like thats where it moved to, though - thanks.

We produce ruby-gtk2 package which doesn’t include GNOME.

Ruby-GNOME 2 - Browse Files at SourceForge.net

But if you hate to install Ruby/GTK, you can create Ruby/GLib and
Ruby/GdkPixbuf only.

$ cd ruby-gtk2-0.8.1
$ ruby extconf.rb glib gdkpixbuf
$ make
$ su

make install

Thanks a lot, thats ideal :slight_smile:


Pohl’s law:
Nothing is so good that somebody, somewhere, will not hate it.
Rasputin :: Jack of All Trades - Master of Nuns