Update Windows, macOS, and AppImage dependencies

- SDL -> 3.4.14
- FFmpeg -> 9.0
- libplacebo -> 4d82c689
This commit is contained in:
Cameron Gutman
2026-08-04 23:12:04 -05:00
parent 546cb72e32
commit b5d7f3b9f8
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
repository: libsdl-org/SDL repository: libsdl-org/SDL
ref: c9ad296376ed6091e0fdec9844461fdf09af7845 ref: release-3.4.14
path: deps/SDL path: deps/SDL
- name: Build SDL3 - name: Build SDL3
@@ -101,7 +101,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
repository: haasn/libplacebo repository: haasn/libplacebo
ref: 2d0979fb54e025e904c7372666fffbf5dae40f66 ref: 4d82c6898551068d4ae6a6b5538efcddc2c7cf64
path: deps/libplacebo path: deps/libplacebo
submodules: 'recursive' submodules: 'recursive'
@@ -129,7 +129,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
repository: FFmpeg/FFmpeg repository: FFmpeg/FFmpeg
ref: n8.1.1 ref: n9.0
path: deps/FFmpeg path: deps/FFmpeg
- name: Build FFmpeg - name: Build FFmpeg
+1 -1
View File
@@ -157,7 +157,7 @@ win32:!winrt {
} }
macx { macx {
!disable-prebuilts { !disable-prebuilts {
LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus.0 -lSDL2 -lSDL2_ttf -lplacebo LIBS += -lssl.3 -lcrypto.3 -lavcodec.63 -lavutil.61 -lswscale.10 -lopus.0 -lSDL2 -lSDL2_ttf -lplacebo
CONFIG += discord-rpc libplacebo CONFIG += discord-rpc libplacebo
} }
+1 -1
View File
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
$PrebuiltRepo = "moonlight-qt-deps" $PrebuiltRepo = "moonlight-qt-deps"
$TargetDir = Join-Path $PSScriptRoot "libs\windows" $TargetDir = Join-Path $PSScriptRoot "libs\windows"
$Assets = @("windows-x64.zip", "windows-ARM64.zip") $Assets = @("windows-x64.zip", "windows-ARM64.zip")
$Tag = "v10" $Tag = "v11"
if (Test-Path $TargetDir) { if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan Write-Host "Cleaning target directory..." -ForegroundColor Cyan
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream" ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps" PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v10" TAG = "v11"
def get_platform_config(): def get_platform_config():
system = platform.system() system = platform.system()