SHA256
1
0
forked from pool/aubio

Accepting request 969232 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/969232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aubio?expand=0&rev=31
This commit is contained in:
2022-04-11 21:49:38 +00:00
committed by Git OBS Bridge
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 9 15:14:06 UTC 2022 - dliw@posteo.net
- Enable fftw3
-------------------------------------------------------------------
Thu Jan 30 13:15:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package aubio
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -88,7 +88,7 @@ sed -i -e "s#/lib#/%{_lib}#" src/wscript_build
sed -i -e 's#python\ ${SRC}#python3 ${SRC}#g' tests/wscript_build
%build
python3 ./waf configure --prefix=%{_prefix} --libdir=%{_libdir}
python3 ./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-fftw3
python3 ./waf build -v %{?_smp_mflags}
%install

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aubio
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed