public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Cleaner USE variable in /etc/make.conf
@ 2006-07-11 11:04 Walter Dnes
  2006-07-11 19:13 ` [gentoo-user] " James
  2006-07-13 19:29 ` [gentoo-user] " Peter Kelly
  0 siblings, 2 replies; 8+ messages in thread
From: Walter Dnes @ 2006-07-11 11:04 UTC (permalink / raw
  To: Gentoo Users List

  I have a long USE variable (starts with "-*", so I enter stuff
manually.  At one point it got to be something like...

USE="-* 3dnow X a52 aac alsa bitmap-fonts bzip2 cdr dga dio divx4linux dri dvd dvdr dvdread encode exif ffmpeg flac fortran gb gif gtk2 imlib jpeg maildir mikmod mime mmap mmx mng mp3 mpeg ncurses nptl nptlonly nsplugin offensive ogg opengl plotutils png posix quicktime readline sdl sharedmem slang sockets sse sse2 theora threads tiff truetype truetype-fonts type1-fonts vcd vorbis win32codecs wmf xpm xv zlib"

  BLEAGH!  I've now broken it up into logical groupings...

USE_cpu="3dnow mmx sse sse2"
USE_font="bitmap-fonts truetype-fonts type1-fonts"
USE_gui="X dga dri gtk2 opengl sdl xv"
USE_multimedia="a52 aac alsa divx4linux encode exif ffmpeg flac gif jpeg mikmod
mng mp3 mpeg ogg png quicktime theora tiff vcd vorbis win32codecs wmf xpm"
USE_misc="bzip2 cdr dio dvd dvdr dvdread fortran gb imlib maildir mime mmap ncurses nptl nptlonly nsplugin offensive plotutils posix readline sharedmem slang sockets threads zlib"

  which is followed by...

USE="-* ${USE_cpu} ${USE_font} ${USE_gui} ${USE_multimedia} ${USE_misc}"

  My USE variable still ends up with the same information, but I have an
easier time editing it.  The only question I have is whether there are
any groups of reserved variable names /etc/make.conf, so that I don't
screw up system variables.

  This won't be the final config.  I'm trying to figure out a logical
way to break up "USE_multimedia", but I run into programs like mplayer
that work with audio, video, and still images.  "USE_misc" will always
be a candidate for taking stuff out.

-- 
Walter Dnes <waltdnes@waltdnes.org> In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-07-13 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11 11:04 [gentoo-user] Cleaner USE variable in /etc/make.conf Walter Dnes
2006-07-11 19:13 ` [gentoo-user] " James
2006-07-11 19:51   ` Michael Crute
2006-07-11 20:59     ` Dale
2006-07-12 12:52       ` Cláudio Henrique
2006-07-12 23:56   ` Walter Dnes
2006-07-13  8:44     ` Neil Bothwick
2006-07-13 19:29 ` [gentoo-user] " Peter Kelly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox