forked from pool/audacity
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
This commit is contained in:
parent
0ed3927741
commit
e1cdd34764
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 15:40:23 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Fix build on non-x86_64 by not requiring carla-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 09:21:24 UTC 2022 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user