From 9d826198f6e31d29aa5d9be687788296d0f94dce Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Wed, 30 Sep 2020 22:34:49 +0200 Subject: ardour5: dependency fixes --- audio-creation/ardour5/DEPENDS | 12 +++++++----- audio-creation/ardour5/HISTORY | 5 +++++ 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'audio-creation') 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 + * 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 * DEPENDS: Update dependency; s/gettext/GETTEXT/ -- cgit v1.2.3