games-util / gamemode

Optimise Linux system performance on demand

Official package sites : https://github.com/FeralInteractive/gamemode ·

v9999 :: 0 :: gentoo

Modified
License
BSD
USE flags
elogind systemd

v1.7 :: 0 :: gentoo

Modified
License
BSD
Keywords
~amd64 ~x86
USE flags
elogind systemd

General

elogind
Enable session tracking via sys-auth/elogind
systemd
Enable use of systemd-specific libraries and features like socket activation or session tracking

abi_x86

32
32-bit (x86) libraries
64
64-bit (amd64) libraries

acct-group / gamemode : Group for the system-wide games-util/gamemode resource group

dev-libs / inih : inih (INI not invented here) simple .INI file parser

sys-apps / dbus : A message bus system, a simple way for applications to talk to each other

sys-auth / polkit : Policy framework for controlling privileges for system-wide services

sys-libs / libcap : POSIX 1003.1e capabilities

acct-group / gamemode : Group for the system-wide games-util/gamemode resource group

dev-libs / inih : inih (INI not invented here) simple .INI file parser

sys-apps / dbus : A message bus system, a simple way for applications to talk to each other

sys-auth / polkit : Policy framework for controlling privileges for system-wide services

sys-libs / libcap : POSIX 1003.1e capabilities

Repository mirror & CI · gentoo
Merge updates from master
James Le Cuirot · gentoo
games-util/gamemode: Drop old 1.6.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
James Le Cuirot · gentoo
games-util/gamemode: Don't build utils for the non-native ABI
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
games-util/gamemode: fix build w/ glibc 2.36
Closes: https://bugs.gentoo.org/863995 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
James Le Cuirot · gentoo
games-util/gamemode: Bump to 1.7, don't install static lib, EAPI 8
Closes: https://bugs.gentoo.org/745096 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfred Persson Forsberg · gentoo
games-util/gamemode: Fix build on musl
This simple patch includes signal.h in daemon/gamemode-context.c to fix building gamemode on musl libc. This has been tested Gentoo musl and Alpine (also Gentoo glibc to ensure no multiple defined symbols/other errors for glibc). > ../daemon/gamemode-context.c: In function 'game_mode_context_auto_expire': > ../daemon/gamemode-context.c:421:29: error: implicit declaration of function 'kill' [-Werror=implicit-function-declaration] > 421 | if (kill(client->pid, 0) != 0) { > | ^~~~ > ../daemon/gamemode-context.c:421:29: warning: nested extern declaration of 'kill' [-Wnested-externs] https://github.com/FeralInteractive/gamemode/pull/368 Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Closes: https://github.com/gentoo/gentoo/pull/26234 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
games-util/gamemode: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kai Krakow · gentoo
games-util/gamemode: Drop old
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kai Krakow <kai@kaishome.de> Closes: https://github.com/gentoo/gentoo/pull/19527 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Kai Krakow · gentoo
games-util/gamemode: Bump to 1.6.1
Closes: https://bugs.gentoo.org/771351 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Kai Krakow · gentoo
games-util/gamemode: Update version requirements on -9999
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
games-util/gamemode: drop note about ck-sources
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
games-util/gamemode: fix typo with ck-sources
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Kai Krakow · gentoo
games-util/gamemode: Drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kai Krakow <kai@kaishome.de> Closes: https://github.com/gentoo/gentoo/pull/13158 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Kai Krakow · gentoo
games-util/gamemode: Bump to 1.6
Closes: https://bugs.gentoo.org/696460 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Kai Krakow · gentoo
games-util/gamemode: Update 9999 ebuild
This updates the 9999 version to reflect the changes from upstream. This also hacks around a header problem in multilib and removes the hard dependency on systemd. Closes: https://bugs.gentoo.org/722884 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Kai Krakow · gentoo
games-util/gamemode: Depend on polkit for pkexec
GameMode runs pkexec to start elevated processes. Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10040
Repository mirror & CI · gentoo
Merge updates from master
Kai Krakow · gentoo
games-util/gamemode: New ebuild suggestion
GameMode from Feral Interactive is a systemd daemon allowing games to adjust the system to performance mode. It is supported by newer Feral titles and also supports other games by preloading a lib. Closes: https://bugs.gentoo.org/652906 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Signed-off-by: Kai Krakow <kai@kaishome.de> Co-authored-by: Mike Lothian <mike@fireburn.co.uk> Co-authored-by: Erik Badman <erik.badman@yahoo.com> Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9700