-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve distro packaging experience #301
Open
nE0sIghT
wants to merge
978
commits into
loki-47-6F-64:master
Choose a base branch
from
nE0sIghT:gentoo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LizardByte-bot <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
At best, it doesn't help compared to Moonlight's STUN logic. At worst, it makes things worse by providing an incorrect WAN address that overrides STUN.
- Fixes port mappings expiring after a day - Fixes support for IGDv1 gateways - Fixes handling of gateway reboots/resets
Fixes "Play audio on host PC" option not working when audio sink is manually set
This makes it more obvious that it's a placeholder
Default is enabled to match v0.19.1 behavior Fixes #1233
Fixes #1048
Users don't expect long presses of the back button to not work out of the box.
This avoids a MalwareBytes false positive. Fixes #1126
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes audio sink field not changing devices properly
… are selected Fixes lack of audio device restoration if Sunshine crashes while streaming
Regression introduced by d973e5b
1. Allow to build against miniupnpc dynamically 2. Use dynamic boost libraries 3. Use dynamic ffmpeg libraries 3. Make optimization CFLAGS optional
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When packaging sunshine for Linux distros we want to dynamicaly link libraries whenever possible.
We also do not want to force compiler optimizations because most distros have predefined optimization flags and others (like Gentoo) allows user to define them.