ABeltramo
af342c8cc9
fix: CI, better jobs dependencies
2022-04-30 10:25:00 +01:00
ABeltramo
4e4a5c8df8
feat: testing out a better CI workflow
2022-04-30 10:25:00 +01:00
ABeltramo
cc2d982ceb
feat: testing out CI building for new packages
2022-04-30 10:25:00 +01:00
ABeltramo
e2bef750b4
feat: created NSIS windows installer, fixed Linux packaging paths
2022-04-30 10:25:00 +01:00
ABeltramo
ffdcf0fea8
feat: basic OSX .app generation
...
added default brew link libraries path
2022-04-30 10:24:59 +01:00
ABeltramo
2ea414d1d4
testing RPM package dependencies
2022-04-30 10:24:59 +01:00
ABeltramo
c4977b5393
WIP: Moving to cpack in order to unify installers across all platforms
2022-04-30 10:24:57 +01:00
ReenigneArcher
13c2dce3f1
Merge pull request #143 from SunshineStream/update-localization-workflow
...
Do not fail workflow if `sunshine.po` doesn't exist
2022-04-29 21:20:16 -04:00
ReenigneArcher
b0a02a5985
Do not fail workflow if sunshine.po
doesn't exist
...
- Add proper keywords for boost::locale
- Minor documentation updates about localization
2022-04-29 19:48:07 -04:00
ReenigneArcher
b0df4eabd1
Merge pull request #130 from Logical-sh/pipewire-compatibility
...
Improved Pulse/Pipewire Compatibility for Linux.
2022-04-29 15:59:04 -04:00
ReenigneArcher
ceb7f5f41a
Merge pull request #142 from SunshineStream/update-help-argument
...
Update help argument
2022-04-29 13:06:28 -04:00
ReenigneArcher
aa46b8e293
Revert removing name
argument from print_help
function
...
- The existing method is better because it uses the binary name instead of the project name `Sunshine`.
2022-04-29 12:52:09 -04:00
Michael Rogers
63a83cdf7a
Fix formatting
2022-04-29 11:22:35 -05:00
Michael Rogers
bd033f9e15
Fixed formatting.
2022-04-29 11:20:45 -05:00
Michael Rogers
62ca9c31a0
Updated the linux for better pulse behavior.
2022-04-29 11:20:38 -05:00
Michael Rogers
e8ef708034
Fix virtual sink overriding config sink.
2022-04-29 11:19:00 -05:00
ReenigneArcher
ec450be8b5
Merge pull request #125 from Logical-sh/AVPacket-Fix
...
AVPacket Fix
2022-04-29 10:45:42 -04:00
ReenigneArcher
d4df041210
Merge pull request #141 from thatsysadmin/nightly
...
Add dependencies for Fedora RPM package
2022-04-29 08:51:00 -04:00
ReenigneArcher
ced0029abc
Remove unused argument
2022-04-29 00:01:32 -04:00
ReenigneArcher
a9cf0ebf18
Remove unused name
variable
...
- Add documentation blocks
2022-04-28 23:24:17 -04:00
ReenigneArcher
3d6611fd50
Update help argument
2022-04-28 22:51:02 -04:00
h
74736c6b76
Merge branch 'nightly' of https://github.com/thatsysadmin/Sunshine into nightly
2022-04-28 17:38:23 -07:00
h
0e0b2ce366
Add RPMFusion/FFMPEG dependancy.
2022-04-28 17:38:20 -07:00
ReenigneArcher
3b49deac25
Merge pull request #140 from SunshineStream/general-cleanup
...
Workflow updates
2022-04-28 18:41:21 -04:00
ReenigneArcher
734400dc77
Remove white background from png logo
2022-04-28 18:20:53 -04:00
ReenigneArcher
ef9abf2f15
Get version number from CMakeLists
2022-04-28 18:15:56 -04:00
ReenigneArcher
b286c06144
Fix localize git diff
and git reset
steps
2022-04-23 20:50:42 -04:00
ReenigneArcher
521335c387
Add ffmpeg dependency
2022-04-23 16:20:06 -04:00
ReenigneArcher
780339d91b
Add boost dependencies
2022-04-23 13:18:29 -04:00
ReenigneArcher
b332633b07
Add submodules
2022-04-23 13:09:18 -04:00
ReenigneArcher
4cd1014bac
Use apt_packages to install cmake
2022-04-23 13:01:57 -04:00
ReenigneArcher
7a1e5f43d9
Workflow updates
...
- Do not re-run PR tests on edited PRs
- Close added/fixed issues on published release
- Issues stale after 60 days instead of 30, close after 10 days instead of 5
- Use Vankka/pr-target-branch-action for checking that PR is made to proper branch
- Add version number to sphinx config, must use cmake to configure the file
- Add jobs to readthedocs.yaml configuration
2022-04-23 12:35:39 -04:00
ReenigneArcher
c4054c75a7
Merge pull request #134 from SunshineStream/add-sphinx-docs
...
Add sphinx docs
2022-04-21 08:30:48 -04:00
ReenigneArcher
f36d81954b
Update rpm install commands
2022-04-19 20:38:06 -04:00
ReenigneArcher
eacae3954e
Fix typos
2022-04-18 16:21:05 -04:00
ReenigneArcher
56cf3e4ede
Update admonitions
2022-04-18 16:05:17 -04:00
ReenigneArcher
293ee266af
Add docker file build instructions and...
...
- Remove readme.md files
2022-04-18 15:26:53 -04:00
ReenigneArcher
536df759ae
Initial version of sphinx documentation and...
...
- remove ubuntu 21.04 from CI (end of life)
- adjust matrix strategy for clang.yml
- Use lessons learned from RetroArcher on localize.yml, crowdin.yml, and locale.py
- Add end of life comments to Dockerfiles
- Adjust dependency order in Dockerfiles
2022-04-18 14:53:28 -04:00
ReenigneArcher
4bdf8375cc
Merge pull request #129 from SunshineStream/dependabot/github_actions/nightly/actions/upload-artifact-3
...
Bump actions/upload-artifact from 2 to 3
2022-04-12 23:32:51 -04:00
h
a6921fffad
Add initial support for RPM packaging ( #121 )
...
- Add gen-rpm
- Package rpm in CI testing and releases
- Remove fedora 33 from testing (end of life)
- Update arguments for `build_private.sh` and `build_sunshine.sh`
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2022-04-12 23:29:08 -04:00
Michael Rogers
1ad0c93ad8
Changed the video packet to contain AVPacket instead of extending it.
2022-04-12 16:13:05 -05:00
ReenigneArcher
97f333c970
Merge pull request #118 from HomerSp/fix-network-drop-crash
...
Properly catch exceptions in stream broadcast handlers
2022-04-11 18:29:56 -04:00
dependabot[bot]
b854807d40
Bump actions/upload-artifact from 2 to 3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 14:37:04 +00:00
Mathias Tillman
a9b9d1bd09
Properly catch exceptions in stream broadcast handlers to prevent unhandled exception crash/termination.
2022-04-07 08:20:47 +02:00
ReenigneArcher
0044ec1d52
Merge pull request #104 from SunshineStream/general-cleanup
...
General cleanup
2022-03-16 18:58:10 -04:00
ReenigneArcher
9c976a23de
Rename artifacts
2022-03-16 18:34:43 -04:00
ReenigneArcher
9930880ee6
Update README.md
2022-03-15 22:30:23 -04:00
ReenigneArcher
82e1b61a31
Delete gamepad.png
2022-03-15 22:30:10 -04:00
ReenigneArcher
5bb197ccfc
Update sunshine.ico
2022-03-15 22:30:01 -04:00
ReenigneArcher
20c0426ace
Update pull_request_template.md
2022-03-15 22:11:44 -04:00