Comment 8 for bug 346277

Revision history for this message
Bruno Santos (bsantos) wrote : Re: [Bug 346277] Re: Seq24 crashes when right clicking edit or new (cell)

On Sat, 2009-06-27 at 17:19 +0000, Michael Pacey wrote:
> I agree completely with Pedro, how about an update for Jaunty?

There are a couple of additions to the seq24 repository. I've been
building it without issues.

I don't know if it is easy to update the jaunty package to the
repository version, but it would be nice to.

The shortcuts are configurable, it has queue support (can't remember if
0.8 has that), mute groups, fruity loops style piano roll editing, and
some more fixes and stuff.

$ bzr branch lp:seq24 seq24-0.9+bzr
$ sudo apt-get build-dep seq24
$ cd seq24-0.9+bzr
$ autoreconf
$ sudo aptitude install dh-make dpkg-dev
$ dh_make -r
$ ./configure --prefix=/usr
$ dpkg-buildpackage -us -uc -tc
$ sudo dpkg -i ../seq24_0.9+bzr-1_i386.deb (or amd64)

But this is a lot of work of course. Later you can just do a 'bzr pull'
and repeat the last 2 steps though.