mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
moonlight-qt: 5.0.1 -> 6.0.0
This commit is contained in:
parent
24929b4929
commit
aeba240cf3
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
- [AMDVLK](https://github.com/GPUOpen-Drivers/AMDVLK), AMD's open source Vulkan driver, is now available to be configured as `hardware.amdgpu.amdvlk` option.
|
- [AMDVLK](https://github.com/GPUOpen-Drivers/AMDVLK), AMD's open source Vulkan driver, is now available to be configured as `hardware.amdgpu.amdvlk` option.
|
||||||
This also allows configuring runtime settings of AMDVLK and enabling experimental features.
|
This also allows configuring runtime settings of AMDVLK and enabling experimental features.
|
||||||
|
- The `moonlight-qt` package ([Moonlight game streaming](https://moonlight-stream.org/)) now has HDR support on Linux systems.
|
||||||
|
|
||||||
## New Services {#sec-release-24.11-new-services}
|
## New Services {#sec-release-24.11-new-services}
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
--- a/app/app.pro 2023-06-24 19:10:00.653377668 +0800
|
diff --git a/app/app.pro b/app/app.pro
|
||||||
+++ b/app/app.pro 2023-06-24 19:20:06.632188299 +0800
|
index f8201b53..538cf9b2 100644
|
||||||
@@ -49,19 +49,8 @@
|
--- a/app/app.pro
|
||||||
INCLUDEPATH += $$PWD/../libs/windows/include
|
+++ b/app/app.pro
|
||||||
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib d3d9.lib dwmapi.lib dbghelp.lib
|
@@ -52,19 +52,8 @@ win32 {
|
||||||
|
# Work around a conflict with math.h inclusion between SDL and Qt 6
|
||||||
|
DEFINES += _USE_MATH_DEFINES
|
||||||
}
|
}
|
||||||
-macx {
|
-macx {
|
||||||
- INCLUDEPATH += $$PWD/../libs/mac/include
|
- INCLUDEPATH += $$PWD/../libs/mac/include
|
||||||
@ -21,12 +23,12 @@
|
|||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += openssl sdl2 SDL2_ttf opus
|
PKGCONFIG += openssl sdl2 SDL2_ttf opus
|
||||||
|
|
||||||
@@ -120,13 +109,12 @@
|
@@ -152,13 +141,12 @@ win32:!winrt {
|
||||||
CONFIG += soundio discord-rpc
|
CONFIG += soundio discord-rpc
|
||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
- LIBS += -lssl -lcrypto -lavcodec.60 -lavutil.58 -lopus -framework SDL2 -framework SDL2_ttf
|
- LIBS += -lssl -lcrypto -lavcodec.61 -lavutil.59 -lopus -framework SDL2 -framework SDL2_ttf
|
||||||
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal
|
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal -framework QuartzCore
|
||||||
|
|
||||||
# For libsoundio
|
# For libsoundio
|
||||||
LIBS += -framework CoreAudio -framework AudioUnit
|
LIBS += -framework CoreAudio -framework AudioUnit
|
||||||
|
@ -25,13 +25,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "moonlight-qt";
|
pname = "moonlight-qt";
|
||||||
version = "5.0.1";
|
version = "6.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "moonlight-stream";
|
owner = "moonlight-stream";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-0ONjUqpM1tUnyaEnMgVl7ff6pND7kyqouv2mpgteZP0=";
|
sha256 = "sha256-tXlcHQhXnGdZqUlOHPN1f4vaGlF/kGkTybVW/+FMGX8=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Play your PC games on almost any device";
|
description = "Play your PC games on almost any device";
|
||||||
homepage = "https://moonlight-stream.org";
|
homepage = "https://moonlight-stream.org";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ luc65r ];
|
maintainers = with maintainers; [ luc65r zmitchell ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "moonlight";
|
mainProgram = "moonlight";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user