Advertisement
Guest User

Untitled

a guest
May 14th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /etc/make.conf.example for a more detailed example.
  4. CFLAGS="-march=native -msse3 -O2 -pipe"
  5. CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include/uapi"
  6. CXXFLAGS="${CFLAGS}"
  7.  
  8. # WARNING: Changing your CHOST is not something that should be done lightly.
  9. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  10. CHOST="x86_64-pc-linux-gnu"
  11.  
  12. # These are the USE flags that were used in addition to what is provided by the
  13. # profile used for building.
  14.  
  15. MAKEOPTS="-j2"
  16.  
  17. LINGUAS="fr"
  18.  
  19. VIDEO_CARDS="fglrx"
  20. ALSA_CARDS=""
  21. INPUT_DEVICE="evdev"
  22.  
  23. #DVB_CARDS="cx23885"
  24. LIRC_DEVICES="hauppauge hauppauge_dvb"
  25. VDR_SC_PARALLEL="PARALLEL_128_SSE"
  26.  
  27. ACCEPT_LICENSE="AdobeFlash-10.3 dlj-1.1 ralink-firmware AdobeFlash-11.x"
  28.  
  29. CAMERA="kodak"
  30. SANE_BACKENDS="hp4200"
  31.  
  32. XFCE_PLUGINS="clock menu logout trash"
  33.  
  34. USE="xfce gtk -gtk3 -gnome -kde -qt -qt3 -qt4 \
  35. -acessibility -qt3support -qt-static \
  36. dbus consolekit glade gvfs -gdu -hal pam policykit udev xcomposite startup-notification samba -ldap usb zvbi \
  37. acpi lm_sensors \
  38. 3dnow 3dnowext g3dvl mmx mmxext sse sse2 ssse3 smp threads \
  39. X dga opengl xv v4l v4l2 xvmc \
  40. a52 alsa dts jack sdl openal midi mtp -timidity ladspa -esd -arts \
  41. cd cdda cdinstall cdparanoia cdr cddb css dvb dvd dvdr -bluetooth \
  42. cups gnutls pdf nsplugin \
  43. nls xft \
  44. truetype \
  45. gif gphoto2 jpeg jpeg2k png openexr raw svg tiff wmf \
  46. aac flac mad mp3 mms musepack ogg videos vorbis wavpack wma \
  47. amr faac faad ffmpeg dirac dri mpeg quicktime postproc pvr theora vdr win32codecs x264 xvid"
  48.  
  49. #PORTDIR="/usr/portage"
  50. PORTDIR_OVERLAY="/usr/local/portage/"
  51.  
  52. GENTOO_MIRRORS="http://mirrors.linuxant.fr/distfiles.gentoo.org/ "
  53. SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
  54. source /var/lib/layman/make.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement