why the version is always sunshine-%version%.dirty
, how do I remove the ".dirty", just like GitHub release?
Search Criteria
Package Details: sunshine 0.23.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/sunshine.git (read-only, click to copy) |
---|---|
Package Base: | sunshine |
Description: | A self-hosted GameStream host for Moonlight |
Upstream URL: | https://github.com/LizardByte/Sunshine |
Keywords: | gaming moonlight streaming |
Licenses: | GPL-3.0-only |
Submitter: | hadogenes |
Maintainer: | dr460nf1r3 (xiota) |
Last Packager: | xiota |
Votes: | 54 |
Popularity: | 2.05 |
First Submitted: | 2021-04-26 11:33 (UTC) |
Last Updated: | 2024-09-04 04:09 (UTC) |
Dependencies (30)
- avahi
- boost-libs
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libayatana-appindicator
- libcap
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libmfx (libmfx-gitAUR, intel-media-stack-binAUR)
- libminiupnpc.so (miniupnpc)
- libnotify (libnotify-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvdpau
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxfixes
- libxrandr (libxrandr-gitAUR)
- libxtst
- numactl (numactl-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- Show 10 more dependencies...
Required by (0)
Sources (13)
- cgutman.enet
- eidheim.simple-web-server
- ffmpeg.nv-codec-headers
- lizardbyte.build-deps
- lizardbyte.nvapi-open-source-sdk
- lizardbyte.tray
- lizardbyte.virtual-gamepad-emulation-client
- michaeltyson.tpcircularbuffer
- moonlight-stream.moonlight-common-c
- sleepybishop.nanors
- sunshine
- wayland.wayland-protocols
- wlroots.wlr-protocols
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 16 Next › Last »
detian commented on 2023-07-09 14:33 (UTC)
rarick commented on 2023-04-30 19:54 (UTC)
I've been loving sunshine - so much that I decided to enable the systemd
unit for it.
However, when doing so, I encountered the following error:
Fatal: Couldn't find any working encoder
This was confusing to me, as it was running under all the same permissions as my shell, and launching from shell worked perfectly.
I found that unsetting the environment variable DISPLAY
(info here) caused sunshine to fail. So I added the following line to my unit file:
[Service]
Environment="DISPLAY=:0" << new line - matches output from `env | grep DISPLAY`
Adding this line, the lookup of encoders then worked properly. Looks like it relies on this for an Xorg session lookup of some kind.
Created issue: https://github.com/LizardByte/Sunshine/issues/1240
<deleted-account> commented on 2023-03-05 14:58 (UTC)
Since no one cares to reply on Discord or Github, I'll ask here as well:
After running sunshine
, I get this message:
Error: Couldn't connect to pulseaudio: Acess Denied
Warning: There will be no audio
Sunshine works, however I really don't have any sound then on the client. I have PipeWire installed. I am on KDE Wayland
<deleted-account> commented on 2023-03-05 14:58 (UTC)
Since no one cares to reply on Discord or Github, I'll ask here as well:
After running sunshine
, I get this message:
Error: Couldn't connect to pulseaudio: Acess Denied
Warning: There will be no audio
Sunshine works, however I really don't have any sound then on the client. I have PipeWire installed.
KuleRucket commented on 2023-02-22 16:26 (UTC) (edited on 2023-02-23 08:25 (UTC) by KuleRucket)
I have started maintaining now. I have updated 0.18.4, re-instated the install file and added the automatic setcap, and prevented the large download of macos/windows ffmpeg modules.
<deleted-account> commented on 2023-02-21 02:33 (UTC)
In order to simplify maintenance of Sunshine, we have decided to drop support of this AUR package, since we are now publishing a pre-compiled pkg.tar.zst package as well as the PKGBUILD file to our GitHub releases. If someone would like to take over the AUR it would be ideal if there is communication with us in our Discord. Please reach out if you're interested. Thanks!
<deleted-account> commented on 2023-02-15 16:09 (UTC)
We're in process of updating the method for pushing images here. v0.18.3 is equal to v0.18.2. Please do not flag out of date. Thanks.
<deleted-account> commented on 2023-02-15 16:07 (UTC)
@greyltc We maintain these files in our source github repo. Please reach out on our discord server to discuss. Also, we're aware of this not receiving the last update. The v0.18.3 release was a test which failed. We're working to fix it.
greyltc commented on 2023-02-14 08:27 (UTC)
Hey, I think there are a few issues with this package that I'd be happy to fix if you'd like to add me as a co-maintainer.
<deleted-account> commented on 2023-02-08 17:54 (UTC)
Please see here (https://discord.com/channels/804382334370578482/1020335711607599144/1072884852594057299) for an important message about testing a change to our AUR packaging. You can join our discord at https://app.lizardbyte.dev/discord ... We really need some people to test this out. If no one wants to test it then changes will get pushed anyway, but we'd like feedback before pushing updates here.
Pinned Comments
xiota commented on 2024-07-17 01:54 (UTC) (edited on 2024-07-17 01:56 (UTC) by xiota)
Switched to default to
cuda
disabled (no nvenc) becausecuda
is a heavy package and Nvidia users are minority on Linux.Nvidia users, install
cuda
manually before building or run as_build_cuda=t makepkg
(method to pass variables to AUR helpers may vary).xiota commented on 2024-07-09 23:41 (UTC) (edited on 2024-07-27 10:27 (UTC) by xiota)
Comments here are for matters related to this AUR package only. Discussion of upstream issues should take place upstream. The upstream link is in package details.
For those concerned about "losing" upstream support for AUR, such support had already officially been discontinued long ago. The relevant comment from 2023-02-21 is pinned.
Before reporting issues to upstream, confirm them with git checkout or upstream binaries. Properly confirmed bugs do not need to mention AUR.
Package-specific issues should be reported here.
<deleted-account> commented on 2023-02-21 02:33 (UTC)
In order to simplify maintenance of Sunshine, we have decided to drop support of this AUR package, since we are now publishing a pre-compiled pkg.tar.zst package as well as the PKGBUILD file to our GitHub releases. If someone would like to take over the AUR it would be ideal if there is communication with us in our Discord. Please reach out if you're interested. Thanks!