From e1cdd34764797de55ec561360da06a83593c73c0c322d0a4b751979b16fcd83b Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Thu, 5 May 2022 12:24:40 +0000 Subject: [PATCH] Accepting request 974447 from home:Guillaume_G:branches:multimedia:apps - Fix build on non-x86_64 by not requiring carla-devel OBS-URL: https://build.opensuse.org/request/show/974447 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=186 --- audacity.changes | 5 +++++ audacity.spec | 2 ++ 2 files changed, 7 insertions(+) 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