diff --git a/audacity.changes b/audacity.changes index 20f15ef..3a72fb7 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 2 15:40:23 UTC 2022 - Guillaume GARDET + +- Fix build on non-x86_64 by not requiring carla-devel + ------------------------------------------------------------------- Wed Apr 27 09:21:24 UTC 2022 - Dave Plater diff --git a/audacity.spec b/audacity.spec index 567a07b..1ff8ea2 100644 --- a/audacity.spec +++ b/audacity.spec @@ -41,7 +41,9 @@ BuildRequires: cmake >= 3.16 BuildRequires: desktop-file-utils BuildRequires: gcc-c++ #!BuildIgnore: gstreamer-0_10-plugins-base +%ifarch x86_64 BuildRequires: carla-devel +%endif BuildRequires: hicolor-icon-theme BuildRequires: libmp3lame-devel BuildRequires: portmidi-devel