mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
fix(deck): Patch path to ladspa plugin in steamdeck-dsp
This commit is contained in:
parent
8d1d03f60a
commit
bdb10d1185
11
spec_files/steamdeck-dsp/fedora.patch
Normal file
11
spec_files/steamdeck-dsp/fedora.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/pipewire-confs/filter-chain-mic.conf
|
||||
+++ b/pipewire-confs/filter-chain-mic.conf
|
||||
@@ -14,7 +14,7 @@
|
||||
{
|
||||
type = ladspa
|
||||
name = rnnoise
|
||||
- plugin = /usr/lib/ladspa/librnnoise_ladspa.so
|
||||
+ plugin = /usr/lib64/ladspa/librnnoise_ladspa.so
|
||||
label = noise_suppressor_stereo
|
||||
control = {
|
||||
"VAD Threshold (%)" = 23.0
|
@ -6,8 +6,8 @@ License: GPLv2
|
||||
URL: https://github.com/ublue-os/bazzite
|
||||
Source: https://gitlab.com/evlaV/valve-hardware-audio-processing/-/archive/main/valve-hardware-audio-processing-main.tar.gz
|
||||
|
||||
Requires: ladspa
|
||||
Requires: boost
|
||||
Patch0: fedora.patch
|
||||
|
||||
Requires: ladspa-caps-plugins
|
||||
Requires: ladspa-noise-suppression-for-voice
|
||||
|
||||
@ -26,7 +26,8 @@ Steamdeck Audio Processing
|
||||
%define debug_package %{nil}
|
||||
|
||||
%prep
|
||||
%autosetup -n valve-hardware-audio-processing-main
|
||||
%setup -n valve-hardware-audio-processing-main
|
||||
%patch 0 -p1
|
||||
|
||||
%build
|
||||
%make_build FAUSTINC="/usr/include/faust" FAUSTLIB="/usr/share/faust"
|
||||
|
Loading…
Reference in New Issue
Block a user