linuxband icon indicating copy to clipboard operation
linuxband copied to clipboard

Jack dependency is outdated

Open JoeyDodson opened this issue 11 years ago • 2 comments

The dependency libjack-dev should be replaced with jackd2. I'm not able to install linuxband using the newer jack library and also can't install the old one without uninstalling the new one.

This issue is also described by another user here: http://ubuntuforums.org/showthread.php?t=2173631

JoeyDodson avatar Apr 10 '14 15:04 JoeyDodson

There are three version of Jackd, 1, 2 and 2-DBus and there are a few compatibility/performance differences and issues. There is some debate about whether either 2 or 2-DBus are actually an improvement on 1. It's possible that there might be no need to make it a depencendy in the build, though obviously if iy's needed it must be installed using apt-get or whatever.

GordonScott5208 avatar Dec 29 '14 18:12 GordonScott5208

Simply replace libjack-dev with libjack-jackd2-dev on Ubuntu systems, and this should compile. Some of the Python module dependencies however need to be ensure manually, i.e. $ sudo apt-get install python-glade2 $ sudo apt-get install gtksourceview2

jayachar88 avatar Dec 09 '19 15:12 jayachar88