mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
build: bump freebsd version to 14.4 and build-deps to v2026.516.30821 (#5129)
This commit is contained in:
@@ -84,6 +84,7 @@ body:
|
|||||||
label: Package
|
label: Package
|
||||||
description: The package you installed
|
description: The package you installed
|
||||||
options:
|
options:
|
||||||
|
- FreeBSD
|
||||||
- Linux - AppImage
|
- Linux - AppImage
|
||||||
- Linux - AUR (Third Party)
|
- Linux - AUR (Third Party)
|
||||||
- Linux - deb
|
- Linux - deb
|
||||||
@@ -93,7 +94,6 @@ body:
|
|||||||
- Linux - Homebrew
|
- Linux - Homebrew
|
||||||
- Linux - LizardByte/pacman-repo
|
- Linux - LizardByte/pacman-repo
|
||||||
- Linux - nixpkgs (Third Party)
|
- Linux - nixpkgs (Third Party)
|
||||||
- Linux - pkg.tar.zst
|
|
||||||
- Linux - solus (Third Party)
|
- Linux - solus (Third Party)
|
||||||
- Linux - Unraid (Third Party)
|
- Linux - Unraid (Third Party)
|
||||||
- macOS - dmg
|
- macOS - dmg
|
||||||
@@ -148,9 +148,9 @@ body:
|
|||||||
- AVCaptureScreen (macOS)
|
- AVCaptureScreen (macOS)
|
||||||
- KMS (Linux)
|
- KMS (Linux)
|
||||||
- NvFBC (Linux)
|
- NvFBC (Linux)
|
||||||
- wlroots (Linux)
|
- wlroots (FreeBSD/Linux)
|
||||||
- X11 (Linux)
|
- X11 (FreeBSD/Linux)
|
||||||
- XDG Portal Grab (Linux)
|
- XDG Portal Grab (FreeBSD/Linux)
|
||||||
- Desktop Duplication API (Windows)
|
- Desktop Duplication API (Windows)
|
||||||
- Windows.Graphics.Capture (Windows)
|
- Windows.Graphics.Capture (Windows)
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
matrix='{
|
matrix='{
|
||||||
"include": [
|
"include": [
|
||||||
{
|
{
|
||||||
"bsd_release": "14.3",
|
"bsd_release": "14.4",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"cmake_processor": "amd64",
|
"cmake_processor": "amd64",
|
||||||
"runner": "ubuntu-latest"
|
"runner": "ubuntu-latest"
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
# Add aarch64 build only if not a pull request event
|
# Add aarch64 build only if not a pull request event
|
||||||
if [[ "${{ github.event_name }}" != "pull_request" ]]; then
|
if [[ "${{ github.event_name }}" != "pull_request" ]]; then
|
||||||
matrix=$(echo "$matrix" | jq '.include += [{
|
matrix=$(echo "$matrix" | jq '.include += [{
|
||||||
"bsd_release": "14.3",
|
"bsd_release": "14.4",
|
||||||
"arch": "aarch64",
|
"arch": "aarch64",
|
||||||
"cmake_processor": "aarch64",
|
"cmake_processor": "aarch64",
|
||||||
"runner": "ubuntu-latest"
|
"runner": "ubuntu-latest"
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
echo "$matrix" | jq .
|
echo "$matrix" | jq .
|
||||||
|
|
||||||
build_freebsd:
|
build_freebsd:
|
||||||
name: ${{ matrix.cmake_processor }}-${{ matrix.bsd_release }}
|
name: ${{ matrix.cmake_processor }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: setup-matrix
|
needs: setup-matrix
|
||||||
permissions:
|
permissions:
|
||||||
@@ -266,7 +266,7 @@ jobs:
|
|||||||
(steps.test_report.outcome == 'success')
|
(steps.test_report.outcome == 'success')
|
||||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: coverage-FreeBSD-${{ matrix.bsd_release }}-${{ matrix.cmake_processor }}
|
name: coverage-FreeBSD-${{ matrix.cmake_processor }}
|
||||||
path: |
|
path: |
|
||||||
build/coverage.xml
|
build/coverage.xml
|
||||||
build/tests/test_results.xml
|
build/tests/test_results.xml
|
||||||
@@ -275,6 +275,6 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: build-FreeBSD-${{ matrix.bsd_release }}-${{ matrix.cmake_processor }}
|
name: build-FreeBSD-${{ matrix.cmake_processor }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
@@ -199,10 +199,10 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: FreeBSD-14.3-amd64
|
- name: FreeBSD-amd64
|
||||||
coverage: true
|
coverage: true
|
||||||
pr: true
|
pr: true
|
||||||
- name: FreeBSD-14.3-aarch64
|
- name: FreeBSD-aarch64
|
||||||
coverage: true
|
coverage: true
|
||||||
pr: false
|
pr: false
|
||||||
- name: Linux-AppImage
|
- name: Linux-AppImage
|
||||||
|
|||||||
@@ -378,13 +378,13 @@ LizardByte has the full documentation hosted on [Read the Docs](https://docs.liz
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="6">OS</td>
|
<td rowspan="6">OS</td>
|
||||||
<td>FreeBSD: 14.3+</td>
|
<td>FreeBSD: 14.4+</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Linux/Debian: 13+ (trixie)</td>
|
<td>Linux/Debian: 13+ (trixie)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Linux/Fedora: 41+</td>
|
<td>Linux/Fedora: 43+</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Linux/Ubuntu: 22.04+ (jammy)</td>
|
<td>Linux/Ubuntu: 22.04+ (jammy)</td>
|
||||||
|
|||||||
@@ -35,12 +35,12 @@ See [Docker](../DOCKER_README.md) for more information.
|
|||||||
|
|
||||||
| Architecture | Package |
|
| Architecture | Package |
|
||||||
|---------------|----------------------------------------------------------------------------------------------------------------------------------------|
|
|---------------|----------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| amd64/x86_64 | [Sunshine-FreeBSD-14.3-amd64.pkg](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-FreeBSD-14.3-amd64.pkg) |
|
| amd64/x86_64 | [Sunshine-FreeBSD-14.4-amd64.pkg](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-FreeBSD-14.3-amd64.pkg) |
|
||||||
| arm64/aarch64 | [Sunshine-FreeBSD-14.3-aarch64.pkg](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-FreeBSD-14.3-aarch64.pkg) |
|
| arm64/aarch64 | [Sunshine-FreeBSD-14.4-aarch64.pkg](https://github.com/LizardByte/Sunshine/releases/latest/download/Sunshine-FreeBSD-14.3-aarch64.pkg) |
|
||||||
|
|
||||||
2. Open terminal and run the following command.
|
2. Open terminal and run the following command.
|
||||||
```sh
|
```sh
|
||||||
sudo pkg install ./Sunshine-FreeBSD-14.3-{arch}.pkg
|
sudo pkg install ./Sunshine-FreeBSD-14.4-{arch}.pkg
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Uninstall
|
#### Uninstall
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://github.com/LizardByte/build-deps/releases/download/v2026.508.175015/Linux-x86_64-ffmpeg.tar.gz",
|
"url": "https://github.com/LizardByte/build-deps/releases/download/v2026.516.30821/Linux-x86_64-ffmpeg.tar.gz",
|
||||||
"sha256": "2bae3b4fd3c13b2b731b5bc90e888cc535216e85b499b8405d23508eaa589924",
|
"sha256": "c32319fcc2867befe8ff3ae26b4d3a58378c3a9c1bfef9029c9969321c3bc6ec",
|
||||||
"dest-filename": "ffmpeg.tar.gz",
|
"dest-filename": "ffmpeg.tar.gz",
|
||||||
"only-arches": [
|
"only-arches": [
|
||||||
"x86_64"
|
"x86_64"
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"url": "https://github.com/LizardByte/build-deps/releases/download/v2026.508.175015/Linux-aarch64-ffmpeg.tar.gz",
|
"url": "https://github.com/LizardByte/build-deps/releases/download/v2026.516.30821/Linux-aarch64-ffmpeg.tar.gz",
|
||||||
"sha256": "ea2c9f70cbe0d95493bef8fa44ad5b528d333c251c0b9588fe9dd31f347ff66c",
|
"sha256": "10b6c9440ba6178ec3b944f6c6f697253497cad5196d23a2d32d335daae0062e",
|
||||||
"dest-filename": "ffmpeg.tar.gz",
|
"dest-filename": "ffmpeg.tar.gz",
|
||||||
"only-arches": [
|
"only-arches": [
|
||||||
"aarch64"
|
"aarch64"
|
||||||
|
|||||||
Vendored
+1
-1
Submodule third-party/build-deps updated: d8b1d18b7e...fce763bb09
Reference in New Issue
Block a user