commit 22a431fbc646b54b95b7a2e7e0330c62dba1bd56
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun Oct 25 22:20:15 2020 +0100
Disable KeyFinder feature
mixxx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index c7f0d77..31165a5 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -39,10 +39,10 @@ BuildRequires: gcc-c++
BuildRequires: ninja-build
# Build Requirements
+# TODO: Add fftw-devel to enable KeyFinder
BuildRequires: chrpath
BuildRequires: faad2-devel
BuildRequires: ffmpeg-devel
-BuildRequires: fftw-devel
BuildRequires: flac-devel
BuildRequires: hidapi-devel
BuildRequires: lame-devel
@@ -99,6 +99,9 @@ echo "#pragma once" > src/build.h
%build
+# TODO: Add `-DKEYFINDER=ON \`
+# Cloning the KeyFinder repo from GitHub during the build
+# doesn't seem to work on
http://koji.rpmfusion.org.
%cmake3 \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \