| Age | Commit message (Expand) | Author |
| 2022-09-23 | nongnu: steam: Add support for streaming with hardware support.•••* nongnu/packages/steam-client.scm (steam-client-libs): Add libva, libvdpau,
and libvdpau-va-gl.
(make-container-wrapper): Preserve and set VDPAU_DRIVER_PATH so VDPAU drivers
can be found by Steam.
| John Kehayias |
| 2022-09-16 | nongnu: steam: Include more power monitoring support.•••* nongnu/packages/steam-client.scm (make-container-wrapper): Expose
/sys/class/power_supply for power monitoring, needed for MangoHud.
| John Kehayias |
| 2022-09-01 | nongnu: steam-client: Update to 1.0.0.75.•••* nongnu/packages/steam-client.scm (steam-client): Update to 1.0.0.75.
| John Kehayias |
| 2022-08-12 | nongnu: Add protonup-ng.•••* nongnu/packages/steam-client.scm (protonup-ng): New variable.
| John Kehayias |
| 2022-08-12 | nongnu: steam: Fix Steam Input (controller) support.•••* nongnu/packages/steam-client.scm (make-container-wrapper): Expose
/dev/uinput to support hardware like the Steam Controller and Steam Input more
generally.
| John Kehayias |
| 2022-06-30 | nongnu: steam: Cleanup make-internal-script to avoid import warnings.•••* nongnu/packages/steam-client.scm (make-internal-script): Don't import Guile
standard modules in with-imported-modules.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Attila Lendvai |
| 2022-03-13 | nongnu: steam: Add mangohud support.•••* nongnu/packages/steam-client.scm (steam-gameruntime-libs): Add mangohud and
needed dependencies (imgui and spdlog).
(make-container-wrapper): Expose /sys/class/drm, /sys/class/hwmon, and
/sys/class/powercap (if it exists) for hardware monitoring.
Add /usr/share/vulkan/implicit_layer.d, and link MangoHud.json files here,
renaming the 32bit version to avoid a collision.
Follow links in /share/vulkan/icd.d.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
| John Kehayias |
| 2022-02-23 | nongnu: steam: Provide timezone info to Steam container.•••* nongnu/packages/steam-client.scm (make-container-wrapper): Expose /etc/localtime
Signed-off-by: ison <ison@airmail.cc>
| John Kehayias |
| 2022-01-31 | nongnu: steam: Work around expat profile collision.•••* nongnu/packages/steam-client.scm: Update copyright.
(fontconfig-fixed): New variable.
(steam-client-libs): Replace fontconfig with fontconfig-fixed.
Signed-off-by: ison <ison@airmail.cc>
| John Kehayias |
| 2021-12-20 | nongnu: steam: Fix proton, fix browser, and switch to using ld.so.cache.•••* nongnu/packages/steam-client.scm: Update copyright.
(glibc-for-fhs, steam-ld.so.conf, steam-ld.so.cache): New variables.
(ld.so.conf->ld.so.cache, package->ld.so.conf): New functions.
(steam-client): Update to version 1.0.0.74.
Remove configure phase and add patch-makefile phase.
Remove use of LD_LIBRARY_PATH in wrap-program.
(fhs-min-libs, steam-client-libs): Update inputs for glibc-for-fhs and proton.
(make-container-wrapper): Add preserved vars for pressure vessel and debugging.
Expose paths to container for controller input and Valve Index.
(make-internal-script):
New container symlinks for ld.so.cache, ld.so.conf, and /etc/fonts.
(steam, steam-nvidia): Update run field.
Signed-off-by: ison <ison@airmail.cc>
| John Kehayias |
| 2021-11-19 | nongnu: steam: Update copyright.•••* nongnu/packages/steam-client.scm: Add copyright for Kozo.
| Kozo |
| 2021-11-09 | nongnu: steam: Fix steam browser.•••* nongnu/packages/steam-client.scm
(steam-client): Add missing steam-runtime path to wrapper.
| ison |
| 2021-10-28 | nongnu: steam: Use guix shell.•••* nongnu/packages/steam-client.scm
(make-container-wrapper): Replace guix environment with new guix shell command.
| ison |
| 2021-10-17 | nongnu: steam: Make sandbox directory configurable.•••* nongnu/packages/steam-client.scm
(make-container-wrapper): Read sandbox path from env var GUIX_SANDBOX_HOME.
| ison |
| 2021-07-26 | nongnu: steam: Don't fail if system bus isn't up.•••* nongnu/packages/steam-client.scm (make-container-wrapper): Expose the
`/var/run/dbus' directory only if it exists.
| pineapples |
| 2021-05-27 | nongnu: steam: Link steam-asound32.desktop in steam-nvidia.•••* nongnu/packages/steam-client.scm (steam-nvidia): Link steam-asound32.desktop.
| ison |
| 2021-05-26 | nongnu: steam: Add command line flag for switching asound.conf to 32-bit••• * nongnu/packages/steam-client.scm (nongnu-container->package)
(make-container-internal): Remove auto generated asound.conf.
(make-internal-script): Use inline asound.conf and add --asound32 command line
flag to set it as 32-bit instead of 64-bit.
(steam-client, steam): Add new .desktop file for 32-bit asound.conf.
| ison |
| 2021-04-14 | nongnu: steam: Add steam-nvidia.•••* nongnu/packages/steam-client.scm (steam-nvidia): new variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Jean-Baptiste Volatier |
| 2021-04-14 | nongnu: steam: Exposition of nvidia /dev files•••* nongnu/packages/steam-client.scm (steam-client): expose /dev/nvidia*
in container. Required by nvidia-libs.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Jean-Baptiste Volatier |
| 2021-03-10 | nongnu: steam: Revert XDG vars to explicit list.•••* nongnu/packages/steam-client.scm (make-container-wrapper): Preserve only XDG
vars which are known to be needed instead of preserving all XDG vars.
| ison |
| 2021-03-09 | nongnu: steam: Preserve proxy environment variables and use regex for all vars.•••* nongnu/packages/steam-client.scm (make-container-wrapper): Add proxy to
preserved environment variables and use regex matching for all existing
environment variables.
| ison |
| 2021-03-08 | nongnu: steam: Improve pulseaudio startup•••* nongnu/packages/steam-client.scm (make-container-wrapper): Use full path to
pulseaudio and increase exit-idle-time.
Use invoke instead of system.
| ison |
| 2021-03-05 | nongnu: steam: Audio and D-Bus fixes.•••* nongnu/packages/steam-client.scm (make-container-wrapper):
Remove the UID variable in favor of XDG_RUNTIME_DIR for dbus and pulse sockets.
Preserve the DBUS_SESSION_BUS_ADDRESS environment variable.
Signed-off-by: ison <ison@airmail.cc>
| pineapples |
| 2021-03-04 | nongnu: steam: Fix for new installs.•••* nongnu/packages/steam-client.scm (steam-client)[arguments]: Modify steam.sh
and run.sh in steam runtime to prefer LD_LIBRARY_PATH.
| ison |
| 2021-02-09 | nongnu: steam: Use LD_LIBRARY_PATH instead of glibc-for-fhs.•••* nongnu/packages/steam-client.scm (steam): Use wrap-program.
(glibc-for-fhs, fhs-ld.so.conf, ld.so.conf->ld.so.cache): Remove.
(make-internal-script): Remove references to ld.so.conf and ld.so.cache
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| ison |
| 2020-11-24 | nongnu: steam: Fix desktop file.•••* nongnu/packages/steam-client.scm (steam-client): Run steam container instead
of steam client directly.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| ison |
| 2020-10-31 | nongnu: steam: Update comment.•••* nongnu/packages/steam-client.scm (ld.so.conf->ld.so.cache): Fix ld-conf
variable name in comment.
| ison |
| 2020-10-18 | nongnu: steam: Preserve DRI_PRIME environment variable.•••* nongnu/packages/steam-client.scm
(make-container-wrapper): Preserve DRI_PRIME environment variable.
| Oleg Pykhalov |
| 2020-10-12 | nongnu: steam: Add ldconfig comment.•••* nongnu/packages/steam-client.scm: Add comment explaining why ldconfig must be
re-enabled in glibc.
| ison |
| 2020-09-23 | nongnu: steam: Audio and Vulkan fixes.•••* nongnu/packages/steam-client.scm: Use pulseaudio and nonguix utils modules.
(steam-gameruntime-libs): Add pulseaudio.
(nonguix-container->package): Add alsa-config to inputs.
(make-container-internal): Add alsa-config to args and inputs.
(make-internal-script): Add alsa-config to args and symlinks, symlink
32-bit Vulkan ICD files.
| ison |
| 2020-09-17 | nongnu: steam: Fix desktop icon and python dependency.•••* nongnu/packages/steam-client.scm (nonguix-container): Add link-files field.
(nongnu-container->package): Symlink files in container link-files field.
(steam)[link-files]: Add desktop file.
(steam-gameruntime-libs): Add python.
| ison |
| 2020-09-16 | nongnu: steam: Reduce dependencies.•••* nongnu/packages/steam-client.scm (steam-client-libs)
(steam-gameruntime-libs, steam): Reduce dependencies to a minimal set.
(make-internal-script): Remove pulseaudio symlink.
| ison |
| 2020-09-15 | nongnu: steam: Clean up.•••* nongnu/packages/steam-client.scm: Add comment to top explaining container structure.
(ld.so.conf->ld.so.cache): Replaces names with _.
(nonguix-container->package): Remove container-name, union64, and union32 from let bindings, add newlines to inputs, fix args, and add symlinks for internal-script and manifest.
(make-container-manifest): Improve document string.
(make-container-internal)[synopsis, description]: Fix typos.
| ison |
| 2020-09-15 | nongnu: steam: Update document strings.•••* nongnu/packages/steam-client.scm: (fhs-ld.so.conf, ld.so.conf->ld.so.cache)
(nonguix-container->package, make-container-wrapper, make-container-manifest)
(make-container-internal, make-internal-script): Update document strings.
| ison |
| 2020-09-15 | nongnu: steam: Fix fhs-internal version•••* nongnu/packages/steam-client.scm (make-container-internal): Inherit version.
| ison |
| 2020-09-15 | nongnu: steam: Preserve steam runtime vars.•••* nongnu/packages/steam-client.scm (make-container-wrapper): Add runtime
vars to preserved-env.
| ison |
| 2020-09-15 | nongnu: steam: Use guile instead of bash for scripts.•••* nongnu/packages/steam-client.scm: Use module guix records.
(<nonguix-container>): New record type.
(glibc-for-fhs-32, steam-libs-32, steam-libs-64): Removed.
(packages->ld.so.conf): Rename to fhs-ld.so.conf and use static paths.
(steam): Rename to steam-client, remove wrappers and inputs, and
replace with new definition for steam.
(fhs-min-libs): New alist.
(steam-client-libs): Add bash and coreutils, remove glibc and glibc-32.
(steam-gameruntime-libs): Add font-dejavu and font-liberation.
(fhs-union, nonguix-container->package, make-container-wrapper)
(make-container-manifest, make-container-internal)
(make-internal-script): New functions.
| ison |
| 2020-09-12 | nongnu: steam: Add controller support.•••* nongnu/packages/steam-client.scm (steam)[arguments]: Expose paths /dev/input
and /sys/class/input in the guix environment command.
| ison |
| 2020-09-08 | nongnu: steam: Use manifest for propagated inputs.•••* nongnu/packages/steam-client.scm (steam)[propagated-inputs]: Remove.
[arguments]: Add former propagated-inputs to manifest.scm and fix
quoting in store-item->manifest-entry output.
| ison |
| 2020-09-07 | nongnu: steam: Fix vulkan.•••* nongnu/packages/steam-client.scm (steam)[arguments]: Symlink mesa
vulkan files to /usr/share/vulkan.
| ison |
| 2020-09-07 | nongnu: steam: Improve package unions.•••* nongnu/packages/steam-client.scm (union, package-output->package)
(inputs->packages): Functions removed.
(steam-client-libs): Specify outputs without package-output->package.
(steam-libs-64, steam-libs-32): Build without inputs->packages.
| ison |
| 2020-09-05 | nongnu: steam: Use format for scheme string.•••* nongnu/packages/steam-client.scm (steam)[arguments]: Use format to
print manifest.
| ison |
| 2020-09-04 | nongnu: steam: Fix Desktop file and clean manifest.•••nongnu/packages/steam-client.scm (steam)[steam.desktop]: Fix Exec typo.
[manifest]: Rename to manifest.scm, add newlines and comment.
| ison |
| 2020-09-03 | nongnu: Add steam.•••* nongnu/packages/steam-client.scm: New file.
| ison |