From: Masao Mutoh Date: 2003-12-09T15:24:50+09:00 Subject: Re: ruby-gdkpixbuf Hi, On Tue, 9 Dec 2003 02:06:58 +0900 Rasputin wrote: > * ts [1250 16:50]: > > >>>>> "R" == Rasputin writes: > > > > R> 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. http://sourceforge.net/project/showfiles.php?group_id=53614 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 -- .:% Masao Mutoh