From a6d0e53f7fc00a9c292ad1c0059b366a40c3275e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 17 Dec 2023 12:14:48 -0800 Subject: [PATCH] Revert "chore: Disable compression in steamdeck-dsp" This reverts commit a7427405324eec8968baf7eb6449d3f96d68d32c. --- spec_files/steamdeck-dsp/steamdeck-dsp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec_files/steamdeck-dsp/steamdeck-dsp.spec b/spec_files/steamdeck-dsp/steamdeck-dsp.spec index 8f66bc2e..a137b53f 100644 --- a/spec_files/steamdeck-dsp/steamdeck-dsp.spec +++ b/spec_files/steamdeck-dsp/steamdeck-dsp.spec @@ -19,6 +19,7 @@ BuildRequires: boost-devel BuildRequires: lv2-devel BuildRequires: g++ BuildRequires: ladspa-devel +BuildRequires: xz %description Steamdeck Audio Processing @@ -37,6 +38,8 @@ Steamdeck Audio Processing %make_install DEST_DIR="%{buildroot}" LIB_DIR="%{buildroot}%{_libdir}" mkdir -p %{buildroot}%{_datadir}/licenses/%{name}/ cp LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE +xz --check=crc32 %{buildroot}%{_prefix}/lib/firmware/amd/sof/* +xz --check=crc32 %{buildroot}%{_prefix}/lib/firmware/amd/sof-tplg/* # 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.