chiaki-ng: 1.7.4 -> 1.8.1

This commit is contained in:
Morgan Helton 2024-08-04 17:34:28 -05:00
parent 6e77477926
commit 7b1f1f77eb
No known key found for this signature in database
2 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,5 @@
{ lib
, fetchFromGitHub
, fetchpatch2
, stdenv
, cmake
, pkg-config
@ -36,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "chiaki-ng";
version = "1.7.4";
version = "1.8.1";
src = fetchFromGitHub {
owner = "streetpea";
repo = "chiaki-ng";
rev = "v${version}";
hash = "sha256-9EF+Mm6nZeo3XYH8KO7e22cJ4e9TWUEinhkm+Z213RU=";
hash = "sha256-wYshjduufxTxLzU2462ZRCj9WP/PZoJUOC/kGzus8ew=";
fetchSubmodules = true;
};
@ -114,7 +113,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://streetpea.github.io/chiaki-ng/";
description = "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck";
description = "Next-Generation of Chiaki (the open-source remote play client for PlayStation)";
# Includes OpenSSL linking exception that we currently have no way
# to represent.
#

View File

@ -35928,7 +35928,16 @@ with pkgs;
chiaki = libsForQt5.callPackage ../games/chiaki { };
chiaki-ng = kdePackages.callPackage ../games/chiaki-ng { };
chiaki-ng = kdePackages.callPackage ../games/chiaki-ng {
libplacebo = libplacebo.overrideAttrs (old: {
version = "6.338.2-unstable-2024-01-29";
src = old.src.override {
# broken with 7.349.0 -- pinning to rev used by upstream https://github.com/streetpea/chiaki-ng/blob/96d535db41bb9c3b37fbffcf2402d51e891ff960/scripts/build-libplacebo.sh#L9
rev = "c320f61e601caef2be081ce61138e5d51c1be21d";
hash = "sha256-ZlKYgWz/Rkp4IPt6cJ+KNnzBB2s8jGZEamSAOIGyDuE=";
};
});
};
chromium-bsu = callPackage ../games/chromium-bsu { };