Skip to content

Commit

Permalink
kdePackages.kpipewire: pull upstream fix for screen recording freezes
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoniuszy authored and shahinism committed Jul 15, 2024
1 parent 04e967e commit 7e69933
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/kde/plasma/kpipewire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@
ffmpeg,
mesa,
libva,
fetchpatch,
}:
mkKdeDerivation {
pname = "kpipewire";

extraNativeBuildInputs = [pkg-config];
extraBuildInputs = [qtquick3d pipewire ffmpeg mesa libva];

patches = [
# Fix for 489434: spectacle crash/freeze on finishing recording with PW 1.2+
# https://bugs.kde.org/show_bug.cgi?id=489434
(fetchpatch {
url = "https://invent.kde.org/plasma/kpipewire/-/commit/1977da38ed25aa15347eb9027cb1fde3d66b075f.diff";
sha256 = "sha256-qAcd1C1AWddn5i0KAq85Ae+pU7ohfdAjOR7jKaNTYSo=";
})
];
}

0 comments on commit 7e69933

Please sign in to comment.