Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: linux-steam-integration-0.7.3
@ 2021-02-05 23:06 xolophreny
  2021-02-05 23:09 ` [PR PATCH] [Updated] " xolophreny
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: xolophreny @ 2021-02-05 23:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2335 bytes --]

There is a new pull request by xolophreny against master on the void-packages repository

https://github.com/xolophreny/void-packages lsi
https://github.com/void-linux/void-packages/pull/28538

[WIP] New package: linux-steam-integration-0.7.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

Closes #19282, caveats:

- Needs both 64-bit and 32-bit packages installed to work properly
- Couldn't test if `liblsi-intercept.so` and `liblsi-redirect.so` work at all for the following reason:
- Manually installing replacements for steam runtime components is a challenge, at some point I got stuck with lsi-steam crashing at launch without meaningful errors, and regular steam with STEAM_RUNTIME=0 not launching with
```
src/clientdll/appdatacache.cpp (2640) : Assertion Failed: !bSharedKVSymbols
src/clientdll/appdatacache.cpp (2640) : Assertion Failed: !bSharedKVSymbols
```
whatever that might mean. I'm not sure if lsi-steam crash is related to lsi-steam or steam itself, any help would be appreciated.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/28538.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lsi-28538.patch --]
[-- Type: text/x-diff, Size: 1364 bytes --]

From 834efbc143335b8d9717bc51d7b9ee994e06ec78 Mon Sep 17 00:00:00 2001
From: xolophreny <xolophreny@protonmail.ch>
Date: Sat, 6 Feb 2021 03:43:16 +0500
Subject: [PATCH] New package: linux-steam-integration-0.7.3

---
 srcpkgs/linux-steam-integration/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/linux-steam-integration/template

diff --git a/srcpkgs/linux-steam-integration/template b/srcpkgs/linux-steam-integration/template
new file mode 100644
index 00000000000..df5246a3220
--- /dev/null
+++ b/srcpkgs/linux-steam-integration/template
@@ -0,0 +1,19 @@
+pkgname=linux-steam-integration
+version=0.7.3
+revision=1
+archs="x86_64 i686"
+build_style=meson
+configure_args="-Dwith-shim=co-exist \
+        -Dwith-steam-binary=/usr/bin/steam \
+        -Dwith-new-libcxx-abi=true \
+        -Dwith-libressl-mode=native \
+        -Dwith-frontend=true"
+hostmakedepends="pkg-config"
+makedepends="gtk+3-devel"
+depends="gtk+3 glib glibc steam"
+short_desc="Helper for enabling better Steam integration on Linux"
+maintainer="xolophreny <xolophreny@protonmail.ch>"
+license="LGPL-2.1-only"
+homepage="https://github.com/clearlinux/linux-steam-integration"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum="be8f391ad786c09aa74aec83dc9077adf0863f92f297a1d361dfd61ed1108d41"

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-02-06 11:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 23:06 [PR PATCH] [WIP] New package: linux-steam-integration-0.7.3 xolophreny
2021-02-05 23:09 ` [PR PATCH] [Updated] " xolophreny
2021-02-05 23:11 ` [PR REVIEW] " ericonr
2021-02-05 23:11 ` ericonr
2021-02-05 23:11 ` ericonr
2021-02-05 23:11 ` ericonr
2021-02-05 23:15 ` [PR PATCH] [Updated] " xolophreny
2021-02-05 23:18 ` xolophreny
2021-02-05 23:19 ` [PR REVIEW] " xolophreny
2021-02-06  0:17 ` Johnnynator
2021-02-06  0:31 ` Johnnynator
2021-02-06 11:08 ` xolophreny
2021-02-06 11:08 ` [PR PATCH] [Closed]: " xolophreny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).