Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: Riyad Kalla <rsk@×××××××××.edu>
Cc: "'M. Zuelsdorff'" <micha@×××××××.de>, Gentoo-Dev <gentoo-dev@g.o>
Subject: RE: [gentoo-dev] mplayer with dvdread -- use flag comment
Date: Thu, 10 Apr 2003 21:18:51
Message-Id: 1050009350.20070.22.camel@nosferatu.lan
In Reply to: RE: [gentoo-dev] mplayer with dvdread -- use flag comment by Riyad Kalla
1 On Thu, 2003-04-10 at 22:43, Riyad Kalla wrote:
2 > I'm starting to feel more like this, WGT the use flags... when I
3 > installed gentoo on a server here at work, I left the use flags alone,
4 > figuring "hey it's a server" but then I noticed that certain packages
5 > WANTED to install some rediculous amounts of optional requirements, so I
6 > started using "-" use flags, and that seemed to work. Then I noticed
7 > other packages building without supports for things I needed (like
8 > CUPS). Anywya, after compiling and recompiling KDE about 3 times, mysql
9 > twice, qt 3 times and a few utilities I started to think that before
10 > installing a program, I'd rather just see the "configure --help" options
11 > and decide what I wanted and what I didn't... this use flag business is
12 > kinda trickie... I couldn't imagine trying to code to take it all into
13 > account. Has there ever been talk to get rid of use flags and tackle
14 > optional package params in a different way?
15 >
16
17 The logical would have been:
18
19 - I want a server, so no X, sound, KDE, Gnome, etc, so add
20 to USE: -X -gnome -kde -xv -alsa -oss -esd -avi -mikmod -mpeg
21 -oggvorbis -opengl -qt -quicktime -sdl -spell -svga
22 -truetype -xmms
23 - It will be samba print server, so we need cups, so add: cups
24 - etc
25
26 So USE will be:
27
28 USE="-X -gnome -kde -xv -alsa -oss -esd -avi -mikmod -mpeg -oggvorbis
29 -opengl -qt -quicktime -sdl -spell -svga -truetype -xmms"
30
31 No cups is needed, as its already in the default USE flags. What
32 those are, look at:
33
34 /etc/make.profile/make.defaults
35
36 Note that you should not edit this file by hand.
37
38
39 Regards,
40
41 --
42
43 Martin Schlemmer
44 Gentoo Linux Developer, Desktop/System Team Developer
45 Cape Town, South Africa

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
RE: [gentoo-dev] mplayer with dvdread -- use flag comment Riyad Kalla <rsk@×××××××××.edu>