Package Details: non-daw 1.1.0-2

Package Base: non-daw
Description: A powerful, reliable and fast modular Digital Audio Workstation
Upstream URL: http://non-daw.tuxfamily.org/
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: speps
Last Packager: None
Votes: 11
First Submitted: 2008-10-22 06:20
Last Updated: 2012-03-15 01:57

Latest Comments

Comment by jplona

2014-03-28 18:33

Still fails to compile with undeclared `chdir` and `usleep`. I also see "/usr/bin/ld: cannot find -lfltk_png".

Comment by lee

2012-04-15 19:36

gcc 4.7 strikes again - undeclared ‘chdir’and ‘usleep’,
probably this:
http://gcc.gnu.org/gcc-4.7/porting_to.html

Fixed by adding <unistd.h> to the includes of two files. e.g.:
sed -i 's/#include "Thread.H"/&\n#include <unistd.h>/' timeline/src/Engine/Timeline.C
sed -i 's/#include <stdio.h>/&\n#include <unistd.h>/' mixer/src/Project.C

I'll report upstream, it's the same in git.

Comment by speps

2012-03-04 15:36

@epicurious You're right, thanks. Added imake build dependency, without bumping release version.

Comment by epicurious

2012-03-04 07:59

Think it needs imake adding to listed dependencies: but other than that builds fine

Comment by epicurious

2012-03-04 07:47

Great - I was just about to write about fltk11 - many thanks for updating.

Comment by speps

2012-03-04 03:06

Updated to latest 1.1.0-1 (provides non-daw non-mixer and non-session-manager)
Upstream recommends linking against fltk 1.1.xx, so now this depends on fltk11.

Anonymous comment

2010-12-13 19:56

i had to remove the empty 'install=()' and add 'imake' to makedepends for the 'makedepend' binary
like here: http://aur.pastebin.com/u3K7hRhh

Comment by hollunder

2010-04-11 21:13

fyi, non-mixer is part of that package
Thanks for packaging!