diff options
author | Thomas Orgis | 2020-09-30 22:34:49 +0200 |
---|---|---|
committer | Thomas Orgis | 2020-09-30 22:34:49 +0200 |
commit | 9d826198f6e31d29aa5d9be687788296d0f94dce (patch) | |
tree | 0e0e6db1dd48b886bfcbe4d567177db06c946fb9 /audio-creation | |
parent | ad070da04553dcf1d1f64d9dde4d90727141039c (diff) |
ardour5: dependency fixes
Diffstat (limited to 'audio-creation')
-rwxr-xr-x | audio-creation/ardour5/DEPENDS | 12 | ||||
-rw-r--r-- | audio-creation/ardour5/HISTORY | 5 |
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/ |