|
|
分享一下!
我把 USE 分类放好,方便加減东西。 :-)
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -mtune=i686 -pipe"
CXXFLAGS="-O2 -mtune=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i486-pc-linux-gnu"
# Hardware support
USE="$USE sse sse2 sse3"
# GUI
USE="$USE avahi gtk gnome gnome-keyring qt3 qt4 -kde slang wxwindows xcb xulrunner"
# Language binding
USE="$USE java java6 mono nsplugin"
# Archive formats
USE="$USE lzo rar sqlite"
# Graphics formats
USE="$USE gif jpeg jpeg2k mng png"
# Sound system
USE="$USE pulseaudio arts openal ao"
# Multimedia support
USE="$USE a52 aac aalib amrnb audiofile cdparanoia daap dts ffmpeg flac live matroska modplug musepack real rtsp speex stream theora vidix x264 xvmc xvid"
# Hardware support
USE="$USE bluetooth cdda cdio dri dvd vcd ipod"
VIDEO_CARDS="intel"
INPUT_DEVICES="keyboard mouse"
# Languages
LINGUAS="zh_TW zh_CN" |
|