Search Criteria
Package Details: steamlink-raspberrypi 1.1.92-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/steamlink-raspberrypi.git (read-only, click to copy) |
---|---|
Package Base: | steamlink-raspberrypi |
Description: | Steam Link app for RPi |
Upstream URL: | https://store.steampowered.com/steamlink/about |
Licenses: | custom |
Submitter: | cyberpunkrocker |
Maintainer: | Bkacjios |
Last Packager: | Bkacjios |
Votes: | 1 |
Popularity: | 0.006324 |
First Submitted: | 2021-01-24 21:26 (UTC) |
Last Updated: | 2022-08-19 23:14 (UTC) |
Latest Comments
1 2 Next › Last »
Kevin_Liu commented on 2022-08-19 09:39 (UTC)
Now the file from https://media.steampowered.com/steamlink/rpi/latest/steamlink.deb is 1.0.12 not 1.1.85
Bkacjios commented on 2021-12-09 20:48 (UTC)
@nariox, I highly doubt it would work on other boards. The binaries are linked with proprietary Broadcom libraries.
nariox commented on 2021-12-09 19:18 (UTC)
Has anyone tried this on a non-RPI armv7 board? I am considering getting a RADXA Zero board for this.
cmartinez2985 commented on 2021-07-02 17:27 (UTC)
I'd like to adopt this package but this would be my first time maintaining an AUR package.
cyberpunkrocker commented on 2021-06-22 08:17 (UTC)
I'm sorry I haven't been updating this. This PKGBUILD was originally just a proof-of-concept, I just wanted to know whether I could make it work. But I don't use SteamLink on RPi any more - it is an interesting gadget, but of no practical value for me.
So, I would be very happy if someone else would be willing to take over this project...
antibios commented on 2021-04-27 05:33 (UTC)
curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading http://media.steampowered.com/steamlink/rpi/steamlink.deb
Correct url appears to be: https://media.steampowered.com/steamlink/rpi/latest/steamlink.deb
ivanich commented on 2021-03-03 13:00 (UTC) (edited on 2021-03-03 13:05 (UTC) by ivanich)
Fresh install on the Rpi4
Solved it by installing libxkbcommon-x11, please add it to the dependencies.
haffmans commented on 2021-01-25 20:05 (UTC)
@cyberpunkrocker Thanks for the update. It seems that ttf-dejavu is recommended. Removing that switches to a monospaced font for me (looks like adobe-source-code-pro-fonts, pulled in through zenity); with ttf-dejavu it looks more like intended. I didn't have zenity before - it's not required when not using Xorg - which explains why I got no text at all before.
cyberpunkrocker commented on 2021-01-25 10:41 (UTC) (edited on 2021-01-25 10:42 (UTC) by cyberpunkrocker)
Okay, it seems that SteamLink was smarter than me [facepalm]. SteamLink is smart enough not to blindly install udev and uinput rules at first run if they already exist. I updated the PKGBUILD to install those files instead.
The only catch is that if you already installed the first version, you need to upgrade by
pacman -U steamlink-raspberrypi-<version> --overwrite /usr/lib/udev/rules.d/56-steamlink.rules --overwrite /etc/modules-load.d/uinput.conf
1 2 Next › Last »