Commit: 34d89846f0d2e9b937a86063a4afad6ba4d47ac9
Parent: 44220fea31ed462b05ec90af927548fdb4e425a1
Author: 0x766F6964
Date: Sat, 27 Jun 2020 19:55:46 -0600
update portage config
Diffstat:
6 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/etc/portage/package.accept_keywords b/etc/portage/package.accept_keywords
@@ -22,9 +22,8 @@ media-sound/ncmpcpp ~amd64
media-video/mpv ~amd64
net-misc/youtube-dl ~amd64
-~www-client/firefox-75.0 ~amd64
-~media-libs/libvpx-1.8.2 ~amd64
-~media-libs/libwebp-1.1.0 ~amd64
+~www-client/firefox-76.0.1 ~amd64
+~dev-libs/nss-3.52.1 ~amd64
dev-lang/lua:5.2 ~amd64
~app-eselect/eselect-lua-1 ~amd64
diff --git a/etc/portage/package.unmask b/etc/portage/package.unmask
@@ -1,4 +1,4 @@
-~www-client/firefox-75.0
+~www-client/firefox-76.0.1
=dev-util/android-tools-5.1.1_p13
diff --git a/etc/portage/package.use/media b/etc/portage/package.use/media
@@ -7,6 +7,7 @@ media-libs/jbig2dec -png
media-libs/libbluray aacs
media-libs/libjpeg-turbo static-libs
media-libs/libpng apng
+media-libs/libsdl2 gles2
media-libs/libvpx postproc
media-libs/mesa -llvm libglvnd gles1 gles2 osmesa -vaapi
media-libs/tiff -jpeg
diff --git a/etc/portage/package.use/net b/etc/portage/package.use/net
@@ -1,3 +1,3 @@
-net-libs/nodejs -npm -ssl -system-ssl
+net-libs/nodejs -icu -npm -ssl -system-ssl
net-misc/curl CURL_SSL: libressl -openssl
net-p2p/transmission gtk
diff --git a/etc/portage/package.use/sys b/etc/portage/package.use/sys
@@ -5,7 +5,7 @@ sys-apps/man-db berkdb -manpager
sys-apps/portage -rsync-verify
sys-apps/shadow -cracklib
sys-apps/sysvinit static
-sys-apps/util-linux -suid -cramfs static-libs
+sys-apps/util-linux cryptsetup static-libs -suid -cramfs
sys-devel/binutils cxx static-libs
sys-devel/gcc cxx lto
sys-devel/gdb -server -python
diff --git a/etc/portage/savedconfig/x11-terms/st-9999 b/etc/portage/savedconfig/x11-terms/st-9999
@@ -43,9 +43,18 @@ static unsigned int tripleclicktimeout = 600;
/* alt screens */
int allowaltscreen = 1;
-/* frames per second st should at maximum draw to the screen */
-static unsigned int xfps = 360;
-static unsigned int actionfps = 30;
+/* allow certain non-interactive (insecure) window operations such as:
+ setting the clipboard text */
+int allowwindowops = 0;
+
+/*
+ * draw latency range in ms - from new content/keypress/etc until drawing.
+ * within this range, st draws when content stops arriving (idle). mostly it's
+ * near minlatency, but it waits longer for slow updates to avoid partial draw.
+ * low minlatency will tear/flicker more, as it can "detect" idle too early.
+ */
+static double minlatency = 8;
+static double maxlatency = 33;
/*
* blinking timeout (set to 0 to disable blinking) for the terminal blinking