jamesdsp: backport fix for PipeWire 0.3.44+
Using jamesdsp with PipeWire 0.3.44 and later causes frequent crashes in jamesdsp. This backports the upstream fix.
This commit is contained in:
parent
f386c42a48
commit
102eabd1df
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ mkDerivation rec{
|
||||||
url = "https://github.com/Audio4Linux/JDSP4Linux/commit/003c9e9fc426f83e269aed6e05be3ed55273931a.patch";
|
url = "https://github.com/Audio4Linux/JDSP4Linux/commit/003c9e9fc426f83e269aed6e05be3ed55273931a.patch";
|
||||||
hash = "sha256-crll/a7C9pUq9eL5diq8/YgC5bNC6SrdijZEBxZpJ8E=";
|
hash = "sha256-crll/a7C9pUq9eL5diq8/YgC5bNC6SrdijZEBxZpJ8E=";
|
||||||
})
|
})
|
||||||
|
# compatibility fix for PipeWire 0.3.44+, remove on version bump
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/Audio4Linux/JDSP4Linux/commit/e04c55735cc20fc3c3ce042c5681ec80f7df3c96.patch";
|
||||||
|
hash = "sha256-o6AUtQzugykALSdkM3i3lYqRmzJX3FzmALSi0TrWuRA=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake pkg-config ];
|
nativeBuildInputs = [ qmake pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue