spacepaste

  1.  
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /usr/share/portage/config/make.conf.example for a more
  5. # detailed example.
  6. CFLAGS="-O2 -march=amdfam10 -mcx16 -mpopcnt -pipe"
  7. CXXFLAGS="${CFLAGS}"
  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. # These are the USE flags that were used in addition to what is provided by the
  12. # profile used for building.
  13. PORTDIR="/usr/portage"
  14. DISTDIR="${PORTDIR}/distfiles"
  15. PKGDIR="${PORTDIR}/packages"
  16. # My stuff
  17. MAKEOPTS="-j5 -s"
  18. FEATURES="parallel-fetch protect-owned splitdebug"
  19. PORTAGE_NICENESS="19"
  20. PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
  21. ACCEPT_LICENSE="*"
  22. # I/O
  23. VIDEO_CARDS="radeon radeonsi r600"
  24. INPUT_DEVICES="synaptics evdev"
  25. ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol"
  26. CAMERAS = "canon"
  27. # CPU FLAGS
  28. CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop"
  29. ## USE ARRAYS ##
  30. SAB_ABI="abi_x86_32 abi_x86_64"
  31. SAB_CPU="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop glamor"
  32. SAB_BAD="-kdeprefix -arts -qt3 -beagle -gnome -evo -mono -eds -apm -oss -branding -esd -static -static-libs -gps -hal -gtk -mysql -gles -gles1 -gles2"
  33. SAB_MEDIA="ffmpeg musicbrainz sdl pulseaudio jack wmf fame cdr dvi mp3rtp xine cddb alsa dvb dvd network dvdread ipod audiofile artswrappersuid dvdr dri cdda mjpeg mmx joystick xvmc cpudetection v4l v4l2 vdpau gbm egl llvm"
  34. SAB_CODECS="x264 gsm lame dv mp3 stream live openal theora ogg a52 win32codecs matroska xvid flac ffmpeg aac speex real dts musepack video lv2"
  35. SAB_SYSTEM="cjk unicode gnutls nptl gcj udev kerberos acl dbus bash-completion lzo rar policykit xcb bzip2 bidi wifi lm_sensors acpi usb pcmcia bluetooth irda ieee1394 json ipv6"
  36. SAB_FILESYS="fat hfs jfs xfs ntfs reiserfs sysfs inotify sambafs"
  37. SAB_PRINT="cups ppds foomatic-db gimpprint freetype xprint scanner"
  38. SAB_XSYS="g3dvl cairo X opengl png gif legacy-systray qt4 qt3support xpm tiff xinerama aiglx svg gphoto2 dga lcd openexr"
  39. SAB_DESKTOP="postgres kde kdehiddenvisibility semantic-desktop gmp libnotify rdesktop pda zeroconf kdeenablefinal visualization avahi startup-notification accessibility evdev plasma"
  40. SAB_BROWSER="nsplugin firefox mozdevelop xulrunner"
  41. SAB_COMMS="jabber yahoo icq irc rss mail imap"
  42. SAB_PREF="-doc -examples -debug samba qemu icu gd lm_sensors -steamruntime"
  43. USE="${SAB_ABI} ${SAB_CPU} ${SAB_BAD} ${SAB_MEDIA} ${SAB_CODECS} ${SAB_SYSTEM} ${SAB_FILESYS} ${SAB_PRINT} ${SAB_XSYS} ${SAB_DESKTOP} ${SAB_BROWSER} ${SAB_COMMS} ${SAB_PREF}"
  44. # Localization
  45. LINGUAS="en_GB"
  46. # Overlay for cross-compiler etc
  47. source /var/lib/layman/make.conf
  48. PORTDIR_OVERLAY="/var/lib/layman $PORTDIR_OVERLAY"
  49.