mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
chore: Include faust2lv2, finish spec file
This commit is contained in:
parent
5ab9fd08a2
commit
64356cac2e
@ -8,8 +8,10 @@ Source: https://gitlab.com/evlaV/valve-hardware-audio-processing/-/archi
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: faust
|
||||
BuildRequires: faust-tools
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: lv2-devel
|
||||
BuildRequires: g++
|
||||
|
||||
%description
|
||||
Steamdeck Audio Processing
|
||||
@ -24,12 +26,22 @@ Steamdeck Audio Processing
|
||||
%make_build FAUSTINC="/usr/include/faust" FAUSTLIB="/usr/share/faust"
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%make_install DEST_DIR="%{buildroot}"
|
||||
cp LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE
|
||||
|
||||
# This lists all the files that are included in the rpm package and that
|
||||
# are going to be installed into target system where the rpm is installed.
|
||||
%files
|
||||
%license valve-hardware-audio-processing-main/LICENSE
|
||||
%license LICENSE
|
||||
%{_prefix}/lib/firmware/amd/*
|
||||
%{_prefix}/lib/lv2/svg/valve_deck_*
|
||||
%{_prefix}/lib/lv2/valve_*
|
||||
%{_datadir}/alsa/ucm2/conf.d/acp5x/*.conf
|
||||
%{_datadir}/alsa/ucm2/conf.d/sof-nau8821-max/*.conf
|
||||
%{_datadir}/pipewire/pipewire.conf.d/*.conf
|
||||
%{_datadir}/wireplumber/bluetooth.lua.d/*.lua
|
||||
%{_datadir}/wireplumber/main.lua.d/*.lua
|
||||
%{_datadir}/wireplumber/scripts/*.lua
|
||||
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user