summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/ardour5/DEPENDS12
-rw-r--r--audio-creation/ardour5/HISTORY5
2 files changed, 12 insertions, 5 deletions
diff --git a/audio-creation/ardour5/DEPENDS b/audio-creation/ardour5/DEPENDS
index d7ebd2328b..eb6556a801 100755
--- a/audio-creation/ardour5/DEPENDS
+++ b/audio-creation/ardour5/DEPENDS
@@ -13,7 +13,7 @@ depends liblo &&
depends taglib &&
depends vamp-plugin-sdk &&
depends rubberband &&
-depends fftw &&
+depends -sub "SINGLE THREADS" fftw &&
depends aubio &&
depends libxml2 &&
depends libsigc++3 &&
@@ -65,10 +65,12 @@ optional_depends doxygen \
"" \
"to build documentation" &&
-optional_depends GETTEXT \
- "--nls" \
- "--no-nls" \
- "for native language support" &&
+depends GETTEXT &&
+# Ardour 5.12 has a build bug with --no-nls
+#optional_depends GETTEXT \
+# "--nls" \
+# "--no-nls" \
+# "for native language support" &&
optional_depends valgrind \
"--grind" \
diff --git a/audio-creation/ardour5/HISTORY b/audio-creation/ardour5/HISTORY
index 0a4d90ab83..39e6fc724a 100644
--- a/audio-creation/ardour5/HISTORY
+++ b/audio-creation/ardour5/HISTORY
@@ -1,3 +1,8 @@
+2020-09-22 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: sub-dep on fftw2f_threads, hard-depend on GETTEXT
+ due to build failure (the latter to be changed again on
+ update to fixed version)
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/