Advertisement
Lereinth

Desktop make.conf

Dec 2nd, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.46 KB | None | 0 0
  1. # default/linux/x86/10.0/desktop
  2.  
  3. ###
  4.  
  5. CFLAGS="-O2 -march=native -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -msse3 -mssse3"
  6. CXXFLAGS="${CFLAGS}"
  7. CHOST="i686-pc-linux-gnu"
  8.  
  9. MAKEOPTS="-j3"
  10. PKGDIR="/home/lereinth/.pkgtmp"
  11.  
  12.  
  13. ### USE FLAGS ###
  14.  
  15. # CPU Instruction Sets & Compilation
  16. USE="${USE} mmx sse sse2 sse3 ssse3 threads -3dnow -3dnowext -fortran -mudflap"
  17.  
  18. # Hardware
  19. USE="${USE} wifi lm_sensors threads joystick evdev -x264"
  20.  
  21. # System
  22. USE="${USE} vim-syntax -hal -acl -crypt -perl -pcre -ldap -git"
  23.  
  24. # Daemons
  25. USE="${USE} alsa ntp -cups -fam -xorg"
  26.  
  27. # Desktop Environment
  28. USE="${USE} kde qt4 qt3support phonon gstreamer thumbnails xcomposite libnotify kipi plasma firefox -branding -gtk -pango -cairo -semantic-desektop -session -startup-notification -xulrunner"
  29.  
  30. USE="${USE} private-headers declarative gtkstyle"
  31.  
  32. # Databses
  33. USE="${USE} -gdbm -berkdb"
  34.  
  35. # Networking
  36. USE="${USE} samba -zeroconf -networkmanager -ipv6 -pppd"
  37.  
  38. # Media
  39. USE="${USE} xine win32codecs matroska ffmpeg mtp -mad -dts -encode -lcms -mikmod -sdl -xv"
  40.  
  41. # File extensions
  42. USE="${USE} svg djvu tiff flac -mng -ppds"
  43.  
  44. # Random stuff
  45. USE="${USE} -emboss -reflection -modules -examples -abiword"
  46.  
  47. ###############
  48.  
  49. GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles"
  50. PORTAGE_BINHOST="http://tinderbox.dev.gentoo.org/default-linux/x86/"
  51.  
  52. LINGUAS="en ru"
  53. INPUT_DEVICES="evdev synaptics joystick"
  54. VIDEO_CARDS="fglrx"
  55. ALSA_CARDS="hda-intel"
  56.  
  57.  
  58. APACHE2_MODULES=""
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement