From a8d65a8855540c726b3a83ac8e15482153344b35ecc676cf76223acd4df575b5 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 25 Oct 2023 14:01:41 +0000 Subject: [PATCH] Accepting request 1120292 from home:iznogood:branches:multimedia:apps - Add explicit pkgconfig(fftw3) BuildRequires: This optional dependency was previously pulled in by chromaprint. Build moodbar support. OBS-URL: https://build.opensuse.org/request/show/1120292 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=151 --- strawberry.changes | 7 +++++++ strawberry.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/strawberry.changes b/strawberry.changes index 2fba37e..477db45 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 25 13:34:16 UTC 2023 - Bjørn Lie + +- Add explicit pkgconfig(fftw3) BuildRequires: This optional + dependency was previously pulled in by chromaprint. Build moodbar + support. + ------------------------------------------------------------------- Sat Oct 21 01:59:43 UTC 2023 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index 2fa772c..b53adb9 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -53,6 +53,7 @@ BuildRequires: cmake(Qt6Test) BuildRequires: cmake(Qt6Widgets) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0)