Github messages for voidlinux
 help / color / mirror / Atom feed
From: xolophreny <xolophreny@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: linux-steam-integration-0.7.3
Date: Sat, 06 Feb 2021 00:18:04 +0100	[thread overview]
Message-ID: <20210205231804.bgFIcql66V7dVUgwRPNAQjeF1c8C8oACjhbHjJI_a9M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28538@inbox.vuxu.org>

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

There is an updated 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: 1343 bytes --]

From 9a6d76ce2858b0ab7944fbfc717e9a5e51522777 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..e8702bed171
--- /dev/null
+++ b/srcpkgs/linux-steam-integration/template
@@ -0,0 +1,19 @@
+# Template file for 'linux-steam-integration'
+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"
+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"

  parent reply	other threads:[~2021-02-05 23:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05 23:06 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210205231804.bgFIcql66V7dVUgwRPNAQjeF1c8C8oACjhbHjJI_a9M@z \
    --to=xolophreny@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).