kampfschlaefer / jackmix

Matrix-Mixer for the Jack-Audio-connection-Kit
http://www.arnoldarts.de/jackmix/
GNU General Public License v2.0
44 stars 13 forks source link

Comment out LASH stuff until the library is fixed up #10

Closed ejeschke closed 3 years ago

ejeschke commented 3 years ago

It seems that the LASH compatibility library is not included in Ubuntu 20.04. I tried to build that library manually, with code from here but it needs some maintenance to move the Python to ver 3 to build with recent versions of "waf".

Not having the patience to fix that up, and noting that the lash stuff seems to be somewhat optional in JackMix (it seems to be only invoked if -lash is provided on the command line), I decided to make a branch that removed the LASH support (I tend to use the qjackctl patchbay or other another app to make the jack connections, so I wouldn't really make use of it anyway).

This PR comments out the LASH stuff so that the JackMix can be built. If the LASH library is fixed up, then the appropriate bits can be uncommented. If not, then perhaps a later PR could excise those bits, including the libqlash folder.

nickbailey commented 3 years ago

merged to no-lash brach