Search Criteria
Package Details: sunshine-bin 2025.122.141614-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sunshine-bin.git (read-only, click to copy) |
---|---|
Package Base: | sunshine-bin |
Description: | A self-hosted game stream host for Moonlight. |
Upstream URL: | https://app.lizardbyte.dev |
Keywords: | gaming moonlight streaming |
Licenses: | GPL-3.0-only |
Conflicts: | sunshine |
Provides: | sunshine |
Submitter: | chungn |
Maintainer: | chungn (escape0707) |
Last Packager: | escape0707 |
Votes: | 13 |
Popularity: | 0.84 |
First Submitted: | 2023-03-27 15:27 (UTC) |
Last Updated: | 2025-03-30 04:09 (UTC) |
Dependencies (25)
- avahi
- curl (curl-gitAUR, curl-c-aresAUR)
- libayatana-appindicator
- libcap
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libicuuc.so (icu-gitAUR, icu73AUR, icu63AUR, icu74AUR, icu75AUR, icu, lib32-icu)
- libmfx (intel-media-stack-binAUR, libmfx-gitAUR)
- libminiupnpc.so (miniupnpc)
- libnotify (libnotify-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxfixes
- libxrandr (libxrandr-gitAUR)
- libxtst
- numactl (numactl-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- opus (opus-gitAUR)
- Show 5 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
Sahnvour commented on 2025-03-31 21:49 (UTC) (edited on 2025-03-31 21:49 (UTC) by Sahnvour)
Apparently requires libsimdjson?
escape0707 commented on 2025-03-30 03:52 (UTC) (edited on 2025-03-30 04:00 (UTC) by escape0707)
@antoyo This type of dependency breakage problem WOULD happen for dynamic linking software in binary package form for a rolling release system. When ever this happens, there is no real solutions other than: 1. build from the source code. 2. update to a newer upstream binary build recently.
The official GitHub repo doesn't release new versions very often. So for those who don't like to build from the source, the software author prepared a nightly binary build repo for this purpose: https://github.com/LizardByte/pacman-repo
I'm not sure if we should grab a binary package from there whenever a dependency breakage happens. Any advices?
A problem with that approach is that the
pacman-repo
GitHub release seems doesn't provide fixed permanent links for the binaries. So I'll have to skip checksums.themba commented on 2025-03-25 19:50 (UTC)
I also had the same issue with the icu76 update. I just installed aur/sunshine (the non-prepbuilt version) and it works without downgrading icu.
urbenlegend commented on 2025-03-12 20:16 (UTC)
I also get the same issue as @antoyo. I fixed this by installing
icu75
from the AUR. Arch has updated to icu version 76, which breaks Sunshine. This probably won't be resolved until Sunshine cuts a new release. For now though, installing the legacy icu75 works just fine.antoyo commented on 2025-02-21 02:22 (UTC)
I know get the following error when trying to run this package:
Using patchelf to fix this leads to another error:
Any idea of how to fix this? Thanks.
escape0707 commented on 2025-02-20 06:27 (UTC)
Hi, @krims0n @steakscience
I reapplied the patchelf hack and I think the latest version runs. Please update and give it a try.
krims0n commented on 2025-02-12 09:08 (UTC)
sunshine: error while loading shared libraries: libminiupnpc.so.18: cannot open shared object file: No such file or directory
Downgrading miniupnpc to 2.2.8 is a workaround.
steakscience commented on 2025-02-05 19:07 (UTC)
I think the latest update created an issue with: error while loading shared libraries: libminiupnpc.so.18: cannot open shared object file
zhengnanlee commented on 2024-09-04 04:08 (UTC)
It seems that the
sunshine-bin
, as of today (Sep. 04, 2024), requires boost v1.83, which is now obsolete.<deleted-account> commented on 2024-07-12 17:59 (UTC)
@escape0707 To clarify, the pacman-repo we provide has both stable and beta prebuilt packages. So effectively equivalent of AUR
sunshine
(un-compiled stable),sunshine-bin
(compiled-stable), andsunshine-git
(un-compiled beta)... but not if anyone is applying custom patches.The repo holds the stable PKGBUILD, and downloads the beta PKGBUILD from GitHub releases.
The stable build we provide will include patches that are required for compilation, such as the recent miniupnpc patch.
I have no issue if you want to keep using this AUR repo, I just ask that anyone filing bugs try the officially provided versions first.
sunshine-bin
is pretty low risk though as it's basically just one of our release assets.1 2 3 4 Next › Last »