Accepting request 968027 from home:dliw:games

Enable fftw3. Build dependency did already exist.

OBS-URL: https://build.opensuse.org/request/show/968027
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=38
This commit is contained in:
Takashi Iwai 2022-04-11 15:02:57 +00:00 committed by Git OBS Bridge
parent e9ce7f17a2
commit 269a27f1af
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 sed -i -e 's#python\ ${SRC}#python3 ${SRC}#g' tests/wscript_build
%build %build
python3 ./waf configure --prefix=%{_prefix} --libdir=%{_libdir} python3 ./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-fftw3
python3 ./waf build -v %{?_smp_mflags} python3 ./waf build -v %{?_smp_mflags}
%install %install

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-aubio # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed