mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 21:32:48 +00:00
fix(deck): Patch path to ladspa plugin in steamdeck-dsp
This commit is contained in:
parent
1ba4a58d95
commit
6b0516f9f1
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,6 +6,11 @@ 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
|
||||
|
||||
Patch0: fedora.patch
|
||||
|
||||
Requires: ladspa-caps-plugins
|
||||
Requires: ladspa-noise-suppression-for-voice
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: faust
|
||||
BuildRequires: faust-tools
|
||||
@ -20,7 +25,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"
|
||||
@ -47,4 +53,4 @@ cp LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE
|
||||
# Finally, changes from the latest release of your application are generated from
|
||||
# your project's Git history. It will be empty until you make first annotated Git tag.
|
||||
%changelog
|
||||
{{{ git_dir_changelog }}}
|
||||
{{{ git_dir_changelog }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user