LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: wolfshark

平时桌面应用的USE如何设置

[复制链接]
发表于 2008-12-4 15:41:15 | 显示全部楼层
Post by wolfshark;1918940
大哥,你说到了我的心声,对于一些什么什么支持,什么媒体,什么格式,既不明白,也不知道是不是需要用到的,!!!!!

不过还是谢谢各位提供方法的兄弟了!


经常来论坛总会有收获~~
回复 支持 反对

使用道具 举报

发表于 2008-12-4 23:45:43 | 显示全部楼层
顶,明天试试,今天遇到循环依赖的问题,就是因为USE flag的问题引起的,不过后来解决了,但是一直找不到合适的USE flag设置,谢谢了!
回复 支持 反对

使用道具 举报

发表于 2008-12-5 22:08:17 | 显示全部楼层
关注一下,以后看看
回复 支持 反对

使用道具 举报

发表于 2008-12-5 22:15:15 | 显示全部楼层
我的,家用多媒体类kde型,个别package.use有设置

kdeprefix geoip xulrunner aalib fbcondecor qt4 chardet usb dts dvdnav amrnb amrwb -gtk -spell -sdl -quicktime -ldap wavpack a52 X audiofile xml samba encode x264 musepack aac cdparanoia -gnome jpeg2k xv 3dnowext tiff zeroconf cdparanoia kde immqt qt3 jpeg png gif amr cdparanoia opengl ffmpeg glitz cairo xcomposite unicode sqlite 3dnow flac sox portaudio -apache2 vorbis esd asf mikmod alsa arts browserplugin mozilla mp3 hal wma -gstreamer xine nsplugin dv dvb dvd dvdread nvidia oss real xvid cjk nls nptl dbus nptlonly -ipv6 mad bzip2 ogg mpeg daap truetype
回复 支持 反对

使用道具 举报

发表于 2008-12-5 22:15:28 | 显示全部楼层
  1. $ cat /etc/make.conf
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /etc/make.conf.example for a more detailed example.
  5. # CFLAGS="-O2 -march=k8 -pipe"
  6. # CXXFLAGS="${CFLAGS}"
  7. # Athlon 64 X2 64bit
  8. CHOST="x86_64-pc-linux-gnu"
  9. CFLAGS="-march=k8 -O2 -pipe"
  10. CXXFLAGS="${CFLAGS}"
  11. # Athlon 64 X2 32bit
  12. # CHOST="i686-pc-linux-gnu"
  13. # CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
  14. # CXXFLAGS="${CFLAGS}"
  15. # WARNING: Changing your CHOST is not something that should be done lightly.
  16. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  17. # CHOST="x86_64-pc-linux-gnu"
  18. # These are the USE flags that were used in addition to what is provided by the
  19. # profile used for building.
  20. ####################################
  21. # GENTOO_MIRRORS="http://ftp.twaren.net/Linux/Gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/ "
  22. # SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
  23. # GENTOO_MIRRORS="http://140.110.123.9/Linux/Gentoo/ "
  24. # SYNC="rsync://140.110.123.9/gentoo-portage"
  25. GENTOO_MIRRORS="http://ftp.iij.ad.jp/pub/linux/gentoo/ http://ftp.twaren.net/Linux/Gentoo/ "
  26. SYNC="rsync://203.127.221.98/gentoo-portage"
  27. source /usr/local/portage/layman/make.conf
  28. INPUT_DEVICES="keyboard mouse"
  29. VIDEO_CARDS="nvidia"
  30. ALSA_CARDS="hda-intel"
  31. CONFIG_PROTECT="-*"
  32. AUTOCLEAN="yes"
  33. ACCEPT_KEYWORDS="amd64 ~amd64"
  34. MAKEOPTS="-j3"
  35. FEATURES="-ccache parallel-fetch sandbox"
  36. CCACHE_DIR="/var/tmp/ccache"
  37. CCACHE_SIZE="2G"
  38. LINGUAS="en en_US zh zh_CN zh_TW"
  39. USE="3dnow \
  40. aac aalib acpi alsa amd64codecs avahi \
  41. bash-completion bzip2 \
  42. cairo cdr chardet cjk cups curl custom-optimization \
  43. dbus dri dvd dvdr \
  44. encode esd esound exif \
  45. fbcon ffmpeg firefox flac flash fontconfig freetype ftp \
  46. gd geoip gif gimp gphoto2 gtk gtk2 gnome gstreamer \
  47. hal hddtemp \
  48. ibus iconv immqt-bc \
  49. jabber java java6 javascript jpeg jpeg2k \
  50. lame libcaca libnotify libsamplerate lm_sensors libwww  \
  51. m17n-lib mdnsresponder-compat mmap mmx mng mozilla mp3 mpeg mplayer msn multilib \
  52. nautilus ncurses network nls nsplugin ntp nvidia \
  53. odbc ogg openal opengl oss \
  54. pango pch pdf perl php png profile python \
  55. raw real rss ruby \
  56. samba scim scim-bridge smp sqlite sqlite3 sound srt startup-notification sse sse2 sse3 svg syslog \
  57. tiff truetype tta \
  58. unicode upnp usb userlocales \
  59. v4l v4l2 vcd vesa vga vim-syntax \
  60. win32codecs wav wavpack wma wmf wxwindows \
  61. X x264 xattr xcb xcomposite xft xine xml xprint xscreensaver xulrunner xv xvid xvmc \
  62. -3dfx -arts -games -ipod -ipv6 -matrox -pcmcia -smartcard"
复制代码

全面体验型桌面。
回复 支持 反对

使用道具 举报

发表于 2008-12-6 13:26:27 | 显示全部楼层
http://www.gentoo.org/dyn/use-index.xml

想了解 uses的具体含义  可以看看这个
回复 支持 反对

使用道具 举报

发表于 2008-12-6 13:40:02 | 显示全部楼层
Post by yourfriend;1919726
  1. $ cat /etc/make.conf
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /etc/make.conf.example for a more detailed example.
  5. # CFLAGS="-O2 -march=k8 -pipe"
  6. # CXXFLAGS="${CFLAGS}"
  7. # Athlon 64 X2 64bit
  8. CHOST="x86_64-pc-linux-gnu"
  9. CFLAGS="-march=k8 -O2 -pipe"
  10. CXXFLAGS="${CFLAGS}"
  11. # Athlon 64 X2 32bit
  12. # CHOST="i686-pc-linux-gnu"
  13. # CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
  14. # CXXFLAGS="${CFLAGS}"
  15. # WARNING: Changing your CHOST is not something that should be done lightly.
  16. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  17. # CHOST="x86_64-pc-linux-gnu"
  18. # These are the USE flags that were used in addition to what is provided by the
  19. # profile used for building.
  20. ####################################
  21. # GENTOO_MIRRORS="http://ftp.twaren.net/Linux/Gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/ "
  22. # SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
  23. # GENTOO_MIRRORS="http://140.110.123.9/Linux/Gentoo/ "
  24. # SYNC="rsync://140.110.123.9/gentoo-portage"
  25. GENTOO_MIRRORS="http://ftp.iij.ad.jp/pub/linux/gentoo/ http://ftp.twaren.net/Linux/Gentoo/ "
  26. SYNC="rsync://203.127.221.98/gentoo-portage"
  27. source /usr/local/portage/layman/make.conf
  28. INPUT_DEVICES="keyboard mouse"
  29. VIDEO_CARDS="nvidia"
  30. ALSA_CARDS="hda-intel"
  31. CONFIG_PROTECT="-*"
  32. AUTOCLEAN="yes"
  33. ACCEPT_KEYWORDS="amd64 ~amd64"
  34. MAKEOPTS="-j3"
  35. FEATURES="-ccache parallel-fetch sandbox"
  36. CCACHE_DIR="/var/tmp/ccache"
  37. CCACHE_SIZE="2G"
  38. LINGUAS="en en_US zh zh_CN zh_TW"
  39. USE="3dnow \
  40. aac aalib acpi alsa amd64codecs avahi \
  41. bash-completion bzip2 \
  42. cairo cdr chardet cjk cups curl custom-optimization \
  43. dbus dri dvd dvdr \
  44. encode esd esound exif \
  45. fbcon ffmpeg firefox flac flash fontconfig freetype ftp \
  46. gd geoip gif gimp gphoto2 gtk gtk2 gnome gstreamer \
  47. hal hddtemp \
  48. ibus iconv immqt-bc \
  49. jabber java java6 javascript jpeg jpeg2k \
  50. lame libcaca libnotify libsamplerate lm_sensors libwww  \
  51. m17n-lib mdnsresponder-compat mmap mmx mng mozilla mp3 mpeg mplayer msn multilib \
  52. nautilus ncurses network nls nsplugin ntp nvidia \
  53. odbc ogg openal opengl oss \
  54. pango pch pdf perl php png profile python \
  55. raw real rss ruby \
  56. samba scim scim-bridge smp sqlite sqlite3 sound srt startup-notification sse sse2 sse3 svg syslog \
  57. tiff truetype tta \
  58. unicode upnp usb userlocales \
  59. v4l v4l2 vcd vesa vga vim-syntax \
  60. win32codecs wav wavpack wma wmf wxwindows \
  61. X x264 xattr xcb xcomposite xft xine xml xprint xscreensaver xulrunner xv xvid xvmc \
  62. -3dfx -arts -games -ipod -ipv6 -matrox -pcmcia -smartcard"
复制代码
全面体验型桌面。

太变态了,你真的在用吗
回复 支持 反对

使用道具 举报

发表于 2008-12-6 15:09:58 | 显示全部楼层
确实是我正在用的,已经精简后 -_-#
回复 支持 反对

使用道具 举报

发表于 2008-12-7 16:44:48 | 显示全部楼层
啥也不说了,贴文件:

00:39:55 ~ $ cat /etc/make.conf
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
CHOST="i686-pc-linux-gnu"
PORTDIR_OVERLAY="/usr/local/portage"
DISTDIR="/mnt/share/gentoo-dist"
FEATURES=""
USE="alsa jpeg mmx opengl png svg sse sse2 unicode X\
     -gnome -kde -dbus -hal -gtk -qt3 -qt4\
     -acl -cups -nls -perl\
     "
ACCEPT_KEYWORDS="~x86"
VIDEO_CARDS="nvidia"
ALSA_CARDS="hda-intel"
INPUT_DEVICES="keyboard mouse"

GENTOO_MIRRORS="http://gentoo.osuosl.org/"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"

source /usr/local/portage/layman/make.conf

00:40:33 ~ $ eselect profile list
Available profile symlink targets:
  [1]   default-linux/x86/2006.1
  [2]   default-linux/x86/2006.1/desktop
  [3]   default-linux/x86/2007.0
  [4]   default-linux/x86/2007.0/desktop
  [5]   hardened/x86/2.6
  [6]   selinux/2007.0/x86
  [7]   selinux/2007.0/x86/hardened
  [8]   default/linux/x86/2008.0 *
  [9]   default/linux/x86/2008.0/desktop
  [10]  default/linux/x86/2008.0/developer
  [11]  default/linux/x86/2008.0/server
  [12]  hardened/linux/x86

00:40:42 ~ $ cat /etc/portage/package.use/setspkg
## System
net-misc/openssh -X
## Driver
x11-drivers/nvidia-drivers gtk
net-wireless/wpa_supplicant qt4

x11-libs/cairo glitz
## Softwares
app-editors/gvim gtk
dev-java/sun-jdk alsa nsplugin
media-gfx/gimp -alsa -python mng sse tiff
media-video/mplayer -gtk win32codecs a52 aac dts live mp3 quicktime theora vorbis mmx mmxext sse sse2 ssse3 dv enca encode srt xv xvid
media-sound/moc alsa flac mad wavpack
net-im/pidgin gtk -ncurses gnutls
www-client/links -X -jpeg -png

00:41:03 ~ $ cat /etc/portage/package.use/misc   
app-office/openoffice-bin gnome
dev-lang/ghc binary
gnome-extra/libgsf -python
media-libs/libsdl alsa xv
media-video/smplayer linguas_en_US
net-im/skype qt-static
x11-apps/xinit minimal
x11-libs/qt:4  qt3support
回复 支持 反对

使用道具 举报

发表于 2008-12-10 01:45:01 | 显示全部楼层
Post by yourfriend;1919726
  1. $ cat /etc/make.conf
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /etc/make.conf.example for a more detailed example.
  5. # CFLAGS="-O2 -march=k8 -pipe"
  6. # CXXFLAGS="${CFLAGS}"

  7. # Athlon 64 X2 64bit
  8. CHOST="x86_64-pc-linux-gnu"
  9. CFLAGS="-march=k8 -O2 -pipe"
  10. CXXFLAGS="${CFLAGS}"

  11. # Athlon 64 X2 32bit
  12. # CHOST="i686-pc-linux-gnu"
  13. # CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
  14. # CXXFLAGS="${CFLAGS}"

  15. # WARNING: Changing your CHOST is not something that should be done lightly.
  16. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  17. # CHOST="x86_64-pc-linux-gnu"
  18. # These are the USE flags that were used in addition to what is provided by the
  19. # profile used for building.

  20. ####################################

  21. # GENTOO_MIRRORS="http://ftp.twaren.net/Linux/Gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/ "
  22. # SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
  23. # GENTOO_MIRRORS="http://140.110.123.9/Linux/Gentoo/ "
  24. # SYNC="rsync://140.110.123.9/gentoo-portage"
  25. GENTOO_MIRRORS="http://ftp.iij.ad.jp/pub/linux/gentoo/ http://ftp.twaren.net/Linux/Gentoo/ "
  26. SYNC="rsync://203.127.221.98/gentoo-portage"

  27. source /usr/local/portage/layman/make.conf

  28. INPUT_DEVICES="keyboard mouse"
  29. VIDEO_CARDS="nvidia"
  30. ALSA_CARDS="hda-intel"

  31. CONFIG_PROTECT="-*"
  32. AUTOCLEAN="yes"
  33. ACCEPT_KEYWORDS="amd64 ~amd64"
  34. MAKEOPTS="-j3"

  35. FEATURES="-ccache parallel-fetch sandbox"
  36. CCACHE_DIR="/var/tmp/ccache"
  37. CCACHE_SIZE="2G"

  38. LINGUAS="en en_US zh zh_CN zh_TW"

  39. USE="3dnow \
  40. aac aalib acpi alsa amd64codecs avahi \
  41. bash-completion bzip2 \
  42. cairo cdr chardet cjk cups curl custom-optimization \
  43. dbus dri dvd dvdr \
  44. encode esd esound exif \
  45. fbcon ffmpeg firefox flac flash fontconfig freetype ftp \
  46. gd geoip gif gimp gphoto2 gtk gtk2 gnome gstreamer \
  47. hal hddtemp \
  48. ibus iconv immqt-bc \
  49. jabber java java6 javascript jpeg jpeg2k \
  50. lame libcaca libnotify libsamplerate lm_sensors libwww  \
  51. m17n-lib mdnsresponder-compat mmap mmx mng mozilla mp3 mpeg mplayer msn multilib \
  52. nautilus ncurses network nls nsplugin ntp nvidia \
  53. odbc ogg openal opengl oss \
  54. pango pch pdf perl php png profile python \
  55. raw real rss ruby \
  56. samba scim scim-bridge smp sqlite sqlite3 sound srt startup-notification sse sse2 sse3 svg syslog \
  57. tiff truetype tta \
  58. unicode upnp usb userlocales \
  59. v4l v4l2 vcd vesa vga vim-syntax \
  60. win32codecs wav wavpack wma wmf wxwindows \
  61. X x264 xattr xcb xcomposite xft xine xml xprint xscreensaver xulrunner xv xvid xvmc \
  62. -3dfx -arts -games -ipod -ipv6 -matrox -pcmcia -smartcard"
复制代码


全面体验型桌面。


这个也太多了点吧。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表