summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorThomas Orgis2020-09-30 16:29:51 +0200
committerThomas Orgis2020-09-30 16:29:51 +0200
commitf1aeaf06701dc8e7ff677f72a8266a8beda84c8d (patch)
treec9de5e08cae9af2695865eb7904d3c2e5ba761e7 /audio-libs
parentbee99fdbc93d4b25df62225542e111ed45527732 (diff)
aubio: improve fftw dependency
Still TODO: Sort out the python dependency mess. It only works by accident. There's a number of implicit deps that are found and used for creating documentation.
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/aubio/DEPENDS5
-rw-r--r--audio-libs/aubio/HISTORY3
2 files changed, 6 insertions, 2 deletions
diff --git a/audio-libs/aubio/DEPENDS b/audio-libs/aubio/DEPENDS
index fb00c30351..3c42107fd4 100755
--- a/audio-libs/aubio/DEPENDS
+++ b/audio-libs/aubio/DEPENDS
@@ -1,7 +1,8 @@
-depends python &&
+depends PYTHON &&
depends libsndfile "--enable-sndfile" &&
depends libsamplerate "--enable-samplerate" &&
-depends fftw "--enable-fftw3 --enable-complex --enable-double" &&
+depends -sub SINGLE fftw \
+ "--enable-fftw3f --enable-complex" &&
depends alsa-lib &&
diff --git a/audio-libs/aubio/HISTORY b/audio-libs/aubio/HISTORY
index a1de8645a0..64052c9e99 100644
--- a/audio-libs/aubio/HISTORY
+++ b/audio-libs/aubio/HISTORY
@@ -1,3 +1,6 @@
+2020-09-19 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: fftw with FLOAT, PYTHON
+
2019-07-24 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.4.6