Merge pull request #156512 from B4dM4n/plex-media-player-update
plex-media-player: new maintainer + minor fixes
This commit is contained in:
commit
1baecfcd94
2 changed files with 6 additions and 3 deletions
|
@ -36,12 +36,16 @@ in mkDerivation rec {
|
|||
|
||||
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DQTROOT=${qtbase}" ];
|
||||
|
||||
# plexmediaplayer currently segfaults under wayland
|
||||
qtWrapperArgs = [ "--set" "QT_QPA_PLATFORM" "xcb" ];
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Streaming media player for Plex";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ b4dm4n ];
|
||||
homepage = "https://plex.tv";
|
||||
mainProgram = "plexmediaplayer";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28265,8 +28265,7 @@ with pkgs;
|
|||
|
||||
plexamp = callPackage ../applications/audio/plexamp { };
|
||||
|
||||
# Upstream says it supports only qt5.9 which is not packaged, and building with qt newer than 5.12 fails
|
||||
plex-media-player = libsForQt512.callPackage ../applications/video/plex-media-player { };
|
||||
plex-media-player = libsForQt5.callPackage ../applications/video/plex-media-player { };
|
||||
|
||||
plex-mpv-shim = python3Packages.callPackage ../applications/video/plex-mpv-shim { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue