mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-07 09:30:45 +00:00
Update Windows, macOS, and AppImage dependencies
- SDL -> 3.4.14 - FFmpeg -> 9.0 - libplacebo -> 4d82c689
This commit is contained in:
@@ -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
@@ -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
@@ -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
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user