Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gimp requirements
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
huru
n00b
n00b


Joined: 05 Feb 2003
Posts: 59
Location: lappeen Ranta, Finland

PostPosted: Fri Feb 07, 2003 9:06 pm    Post subject: Gimp requirements Reply with quote

Hiya all,

I was going to install gimp when I realised all the requirements it's got, gnome-libs etc which then require esound and so on. I didn't really care earlier when using debian but now that I installed gentoo I'm obsessed to keep my system as clean as possible ;-) Can someone point me the USE flags or other means to install gimp with as few other packages as possible? I noticed gimp 1.3 doesn't require gnome-libs but on the other hand it uses gtk2.0 and I'd like to keep only one gtk/glib versions.. yeah call me perfectionist or whatever :-)
_________________
There's someone watching me. I can tell.
Back to top
View user's profile Send private message
fifo
Guru
Guru


Joined: 14 Jan 2003
Posts: 437

PostPosted: Fri Feb 07, 2003 9:23 pm    Post subject: Reply with quote

In general, if you want to see how USE flags will effect the dependencies of a package, then have a look at the DEPEND and RDEPEND variables near the top of the package's ebuild file. In the case of the gimp, you have (in /usr/portage/media-gfx/gimp/gimp-1.2.3-r3.ebuild) an entry that looks like:
Code:

  gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )

which means that if you have USE="gnome" it will depend on gnome-libs. Solution:
Code:

# env USE="-gnome" emerge gimp


Edit: Since gtk-perl depends on gdk-pixbuf, which is hard set to require gnome-libs, you actually need USE="-gnome -perl" if you don't want gnome-libs.
Back to top
View user's profile Send private message
huru
n00b
n00b


Joined: 05 Feb 2003
Posts: 59
Location: lappeen Ranta, Finland

PostPosted: Fri Feb 07, 2003 10:16 pm    Post subject: Reply with quote

Thanks a lot, -perl did the trick.

Interesting to see how it's gonna look like, hope I won't miss too much features now ;-)

(edit: I should learn to read)
_________________
There's someone watching me. I can tell.
Back to top
View user's profile Send private message
dj_choco
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2002
Posts: 144
Location: North America

PostPosted: Wed Mar 26, 2003 8:02 pm    Post subject: Installing gimp: USE variables and dependencies Reply with quote

@fifo
Thanks!

The USE="-gnome -perl" got me thinking about my USE variables.

I used ufed to set my USE variables, and now gimp installs without any gui stuff (as much as that is possible)!

Thank you again! :D

I know I *should* have tweaked the USE varialbles a *long* time ago!
Back to top
View user's profile Send private message
Ian Goldby
Guru
Guru


Joined: 18 May 2002
Posts: 539
Location: (Inactive member)

PostPosted: Thu Mar 27, 2003 11:01 pm    Post subject: Reply with quote

huru wrote:
Thanks a lot, -perl did the trick.

Interesting to see how it's gonna look like, hope I won't miss too much features now ;-)
I think -perl will make it omit the Perl-based script-fu functions. I personally think some of these are worth having, and it's always worth having Perl installed anyway.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum