Re: [blfs-support] cairo / gtk / librsvg circular dependency

2012-06-23 Thread Tobias Gasser
Am 18.06.2012 16:07, schrieb Andrew Benton: >> >> i first just rebuild gdk-pixbuf only, but the loader for svg was not >> build. rebuilding cairo first and then gdk-pixbuf solved the problem. > > You shouldn't need to rebuild anything. If libpixbufloader-svg.so is > installed it should be enough t

Re: [blfs-support] cairo / gtk / librsvg circular dependency

2012-06-18 Thread Tobias Gasser
Andrew Benton schrieb: > > You shouldn't need to rebuild anything. If libpixbufloader-svg.so is > installed it should be enough to simply: > > gdk-pixbuf-query-loaders --update-cache i know. but THERE WAS NO libpixbufloader-svg.so AFTER BUILDING librsvg thanks tobias -- http://linuxfromscra

Re: [blfs-support] cairo / gtk / librsvg circular dependency

2012-06-18 Thread Andrew Benton
On Mon, 18 Jun 2012 10:56:15 +0100 Tobias Gasser wrote: > Andrew Benton schrieb: > > I think Cairo needs Librsvg installed to run the testsuite, but the > > Cairo testsuite is really broken so I wouldn't bother running it. > > as i've done thunar (xfce), ristretto and glshw neither thunar nor >

Re: [blfs-support] cairo / gtk / librsvg circular dependency

2012-06-18 Thread Tobias Gasser
Armin K. schrieb: > If you had gdk-pixbuf when you built librsvg, then pixbuf svg loader > should have been built. libpixbufloader-svg.so is built from librsvg > package, not from cairo nor gdk-pixbuf. As Andy said, librsvg is only > required to be present if you want to run cairo test suite. I

Re: [blfs-support] cairo / gtk / librsvg circular dependency

2012-06-18 Thread Armin K.
On 06/18/2012 11:56 AM, Tobias Gasser wrote: > Andrew Benton schrieb: >> I think Cairo needs Librsvg installed to run the testsuite, but the >> Cairo testsuite is really broken so I wouldn't bother running it. > > as i've done thunar (xfce), ristretto and glshw neither thunar nor > ristretto could

[blfs-support] cairo / gtk / librsvg circular dependency

2012-06-18 Thread Tobias Gasser
Andrew Benton schrieb: > I think Cairo needs Librsvg installed to run the testsuite, but the > Cairo testsuite is really broken so I wouldn't bother running it. as i've done thunar (xfce), ristretto and glshw neither thunar nor ristretto could display .svg files. and glshw didn't show the hardware

Re: [blfs-support] cairo / gtk / librsvg circular dependency

2012-06-15 Thread Tobias Gasser
Andrew Benton schrieb: > On Fri, 15 Jun 2012 08:41:54 +0100 > Tobias Gasser wrote: > >> to build cairo with svg support, librsvg must be installed. > > Yes, librsvg must be installed, but it doesn't have to be installed > when Cairo is compiled. I compile Cairo then Gtk then Librsvg and svg > im

Re: [blfs-support] cairo / gtk / librsvg circular dependency

2012-06-15 Thread Andrew Benton
On Fri, 15 Jun 2012 08:41:54 +0100 Tobias Gasser wrote: > to build cairo with svg support, librsvg must be installed. Yes, librsvg must be installed, but it doesn't have to be installed when Cairo is compiled. I compile Cairo then Gtk then Librsvg and svg images work fine. There is no need to re

[blfs-support] cairo / gtk / librsvg circular dependency

2012-06-15 Thread Tobias Gasser
to build cairo with svg support, librsvg must be installed. to build librsvg, gtk must be installed to build gtk, cairo must be installed i guess, i'll have to rebuild cairo again after gtk and probably gtk again after cairo... which packages rely on svg-support in cairo? as far as i know, fi