Source: csoundqt Version: 0.9.7-1 Severity: serious Tags: patch ftbfs csoundqt fails to build from source, because it doesn't find libcsound.so. That library was recently moved to a multiarch directory, but csoundqt only searches /usr/lib and /usr/local/lib. Please consider applying the attached patch to make it build again.
Helmut
diff --minimal -Nru csoundqt-0.9.7/debian/changelog csoundqt-0.9.7/debian/changelog --- csoundqt-0.9.7/debian/changelog 2020-02-06 04:49:31.000000000 +0100 +++ csoundqt-0.9.7/debian/changelog 2020-05-03 07:51:56.000000000 +0200 @@ -1,3 +1,10 @@ +csoundqt (0.9.7-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Search for a multiarch csound. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 03 May 2020 07:51:56 +0200 + csoundqt (0.9.7-1) unstable; urgency=medium [ Ondřej Nový ] diff --minimal -Nru csoundqt-0.9.7/debian/rules csoundqt-0.9.7/debian/rules --- csoundqt-0.9.7/debian/rules 2020-02-06 04:49:31.000000000 +0100 +++ csoundqt-0.9.7/debian/rules 2020-05-03 07:51:54.000000000 +0200 @@ -11,6 +11,7 @@ QMAKE_ARGS = -r qcs.pro \ "CONFIG += build64 debugger record_support release" \ INSTALL_DIR=/usr SHARE_DIR=/usr/share \ + "DEFAULT_CSOUND_LIBRARY_DIRS=/usr/lib/$(DEB_HOST_MULTIARCH) /usr/lib" \ %: dh $@