noseka1 / linuxband

GUI front-end for MMA (Musical MIDI Accompaniment)
linuxband.org
GNU General Public License v2.0
26 stars 15 forks source link

Jack dependency is outdated #9

Open JoeyDodson opened 10 years ago

JoeyDodson commented 10 years ago

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

GordonScott5208 commented 9 years ago

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.

jayachar88 commented 4 years ago

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