From 269a27f1af58d6ecf8b3cc51a0d9612cadbe334c8ba20a60ac564084f3b113b6 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 11 Apr 2022 15:02:57 +0000 Subject: [PATCH] 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 --- aubio.changes | 5 +++++ aubio.spec | 4 ++-- python-aubio.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/aubio.changes b/aubio.changes index 77f29f5..3e99927 100644 --- a/aubio.changes +++ b/aubio.changes @@ -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 diff --git a/aubio.spec b/aubio.spec index 0e4b15e..76e1dd2 100644 --- a/aubio.spec +++ b/aubio.spec @@ -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 diff --git a/python-aubio.spec b/python-aubio.spec index 04b1d5f..3ce2226 100644 --- a/python-aubio.spec +++ b/python-aubio.spec @@ -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