commit 1b2a9e07d3be15b0ff4bea5d567d199ef22cb83e
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Oct 26 12:06:04 2020 +0100
Explicitly disable KeyFinder temporarily
mixxx.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 9bbd966..94f6b5e 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -99,9 +99,11 @@ echo "#pragma once" > src/build.h
%build
-# TODO: Add `-DKEYFINDER=ON \`
+# TODO: Enable KeyFinder
# Cloning the KeyFinder repo from GitHub during the build
-# doesn't seem to work on
http://koji.rpmfusion.org.
+# doesn't seem to work on
http://koji.rpmfusion.org. We need
+# to bundle it instead or add it as an additional source and
+# unpack it into the /lib folder.
%cmake3 \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
@@ -113,6 +115,7 @@ echo "#pragma once" > src/build.h
-DFAAD=ON \
-DFFMPEG=ON \
-DHID=ON \
+ -DKEYFINDER=OFF \
-DLOCALECOMPARE=ON \
-DLILV=ON \
-DMAD=ON \