commit 1fb75404ff81cb09627141538e013416b4b90882
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Oct 26 00:50:37 2020 +0100
Revert "Enable KeyFinder feature"
This reverts commit c96f751da210e0a1b31855586ccaa6a339320b04.
mixxx.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 832c48d..9bbd966 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -37,13 +37,12 @@ BuildRequires: cmake3
BuildRequires: ccache
BuildRequires: gcc-c++
BuildRequires: ninja-build
-BuildRequires: git
# 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
@@ -100,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 \
@@ -111,7 +113,6 @@ echo "#pragma once" > src/build.h
-DFAAD=ON \
-DFFMPEG=ON \
-DHID=ON \
- -DKEYFINDER=ON \
-DLOCALECOMPARE=ON \
-DLILV=ON \
-DMAD=ON \