commit c96f751da210e0a1b31855586ccaa6a339320b04
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun Oct 25 22:36:46 2020 +0100
Enable KeyFinder feature
mixxx.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 31165a5..15b03d9 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -37,12 +37,13 @@ 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
@@ -99,9 +100,6 @@ 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 \
@@ -113,6 +111,7 @@ echo "#pragma once" > src/build.h
-DFAAD=ON \
-DFFMPEG=ON \
-DHID=ON \
+ -DKEYFINDER=ON \
-DLOCALECOMPARE=ON \
-DLILV=ON \
-DMAD=ON \