summaryrefslogtreecommitdiffstats
path: root/etc/portage/make.conf
blob: 91268235af11711e0f8cdf65098a38bb10884899 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
PORTAGE_SCHEDULING_POLICY="idle"

# -march=native NE SME BITI NA distcc iz očitnih razlogov
# uporabi resolve-march-native
COMMON_FLAGS="-ggdb3 -O2 -pipe $(resolve-march-native)"
# -pipe rabi RAM
CFLAGS="${COMMON_FLAGS} -DALLOW_RUN_AS_ROOT" # VLC
CXXFLAGS="${COMMON_FLAGS} -DOLAD_SKIP_ROOT_CHECK"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
MAKEOPTS="-j$(nproc) -l$(nproc)"

GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://packages.hs-regensburg.de/gentoo-distfiles/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.tu-ilmenau.de/mirror/gentoo/ http://ftp.fau.de/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://ftp.ntua.gr/pub/linux/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
# mirrorselect -i -o >> /etc/portage/make.conf

USE="vim-syntax ffmpeg pulseaudio native-headset dbus acpi mtp fuse system-bootstrap"
USE="$USE adblock websockets" # qutebrowser
USE="$USE vnc rdp ssh" # remmina
USE="$USE extra graphics science publishers music" # texlive
USE="$USE hid" # mixxx
USE="$USE ipv6" # net-ftp/ftp
USE="$USE calendar math latex -spell" # app-office/abiwold, spell ima conflict
USE="$USE curl exif fpm ftp gd gmp imap inifile intl mysqli pdo sockets sodium sqlite threads tidy webp xmlreader xmlwriter zip" # dev-lang/php
# USE="$USE system-libvpx system-openjpeg -proprietary-codecs -official" # ungoogled-chromium
USE="$USE server" # libssh
USE="$USE gtk2 -official-branding" # palemoon
USE="$USE xface" # claws-mail
USE="$USE gsl" # app-office/calligra
USE="$USE omemo" # gajim
USE="$USE idn" # whois
USE="$USE amr opus" # sox
USE="$USE mtp" # za slike iz telefonov
USE="$USE graphite" # darktable ga rabi. to applya na gcc
USE="$USE dos" # wine
USE="$USE internal" # flashrom
USE="$USE -bundled-qt" # zoom
USE="$USE slattach" # net-tools
USE="$USE ftdi http osc examples python" # ola
USE="$USE xinerama" # za x11vnc -clip
USE="$USE heif" # za imagemagick .heic
USE="$USE webchannel" # za pyside za falkon
USE="$USE tesseract" # za opencv
USE="$USE fontconfig" # za gd za graphviz
USE="$USE system-png" # za torbrowser
USE="$USE bluetooth"

CALLIGRA_FEATURES="stage words sheets"
PALEMOON_ENABLE_UNSUPPORTED_COMPILERS=1 # uradno gcc 11 ni podprt

ACCEPT_LICENSE="-* @BINARY-REDISTRIBUTABLE"
# default je @FREE

# L10N="sl"

# repozitorij
PORTAGE_GPG_KEY="F4C3E3A4DFB7254397A9F993E76135F49802CD14"
SIGNED_OFF_BY="Anton Luka Šijanec <anton@sijanec.eu>"

L10N="sl en de hr si"

# ne poženi strip(1)
FEATURES="nostrip"