View previous topic :: View next topic |
Author |
Message |
BakaO n00b


Joined: 27 Sep 2003 Posts: 74
|
Posted: Mon May 17, 2010 9:27 am Post subject: Cairo 1.8.8 need X ? |
|
|
Hello,
here is my package.use :
Quote: | x11-libs/cairo svg -X
media-gfx/imagemagick -X fftw fontconfig jpeg jpeg2k lcms png svg tiff wmf |
The current version of cairo installed on my system is 1.8.8-r1, but a emerge -puvD world is reporting this :
Quote: | ks ~ # emerge -puvD world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds built with USE flags to satisfy ">=x11-libs/cairo-1.6[X,svg]".
!!! One of the following packages is required to complete your request:
- x11-libs/cairo-1.8.8-r1 (Change USE: +X)
(dependency required by "x11-libs/gtk+-2.18.9" [ebuild])
(dependency required by "gnome-base/librsvg-2.26.3" [ebuild])
(dependency required by "media-gfx/imagemagick-6.6.1.7" [ebuild])
(dependency required by "world" [argument]) |
But I don't want to emerge X.
What should I do ? |
|
Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1141 Location: Romania
|
Posted: Mon May 17, 2010 1:54 pm Post subject: |
|
|
Some of your world packages pulls gtk+ which depends on cairo with X flag on. |
|
Back to top |
|
 |
BakaO n00b


Joined: 27 Sep 2003 Posts: 74
|
Posted: Mon May 17, 2010 2:01 pm Post subject: |
|
|
Ok, I tryied to add the "--tree" option, but emerge don't want to show me the emerge dependence tree. |
|
Back to top |
|
 |
BakaO n00b


Joined: 27 Sep 2003 Posts: 74
|
Posted: Mon May 17, 2010 2:07 pm Post subject: |
|
|
Here is the problem :
imagemagick have a dependency on librsvg if the svg use flag is on.
But, the librsvg have a hard dependency on gtk+
Do I have to forget the svg use flag for imagemagick ? or it is necessary to install X ? |
|
Back to top |
|
 |
BakaO n00b


Joined: 27 Sep 2003 Posts: 74
|
Posted: Mon May 17, 2010 2:12 pm Post subject: |
|
|
Deeper :
gtk+ is needed for librsvg, but gtk+ pulls cairo (therefore X) because of the aqua use flag. |
|
Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1141 Location: Romania
|
Posted: Tue May 18, 2010 5:17 am Post subject: |
|
|
On X (not aqua) gtk pulls x11-libs/cairo[X,svg]. Anyway, if you want svg support in IM you have to emerge X. |
|
Back to top |
|
 |
|