Karl Linden
af99165ef6
Drop problematic CPPFLAGS for MacOSX.
9 years ago
Tim Mayberry
ae66d7464a
Fix windows mingw/waf build when readline is used/present
10 years ago
Karl Lindén
5a59aef94c
add the --readline auto option
10 years ago
Karl Lindén
bac7cc775d
add the --sndfile auto option and check sndfile availability with env['SNDFILE'] instead of is_defined('HAVE_SNDFILE')
10 years ago
Karl Lindén
ea43b15ea9
use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE since check_cfg deals with it)
10 years ago
Karl Lindén
aef035ad1f
make sndfile dependency optional
10 years ago
Karl Lindén
94efc64f20
use conf.env['SAMPLERATE'] to determine wether samplerate is available instead of conf.is_defined('HAVE_SAMPLERATE')
10 years ago
Karl Lindén
66cdd35753
remove extra and unnecessary celt check in example-clients
10 years ago
KimJeongYeon
7676ac7a4d
eliminate duplicated examples.
10 years ago
farwayer
8097695445
Fix for building with python3
11 years ago
Stephane Letz
8dea08d26c
Tim Mayberry : Changes to get example-clients to build using MinGW compiler.
11 years ago
Adrian Knoth
4818025739
[wscript] Even more -Wl,--as-needed fixes
12 years ago
Adrian Knoth
93c5159118
[wscript] Build jack_transport
jack_transport requires libreadline but not libncurses, so drop the latter.
12 years ago
Adrian Knoth
89c359eee0
[wscript] More fixes for -Wl,--as-needed
Reportedly, f28523ff54
was incomplete.
12 years ago
Adrian Knoth
2f35141267
[wscript] Use CFLAGS, not CCFLAGS
CCFLAGS isn't honoured at all, the proper name is CFLAGS.
12 years ago
Nedko Arnaudov
b4349a570f
fix jack_netsource build
ceilf() is used in netsource.c
Fix for trac ticket #291
12 years ago
Adrian Knoth
f28523ff54
[wscript] Fix FTBFS with -Wl,--as-needed
Patch by Adam Conrad <adconrad@canonical.com>, taken from Ubuntu's
jackd2 package.
Fixes linkage errors as described in
http://permalink.gmane.org/gmane.comp.audio.jackit/25841
12 years ago
Robin Gareus
ce83a13893
fix duplicate prog.includes
12 years ago
Robin Gareus
abc1cab6aa
wscript: add header defines and libs for example-clients/netsource
Thanks to nedko - closes #15
12 years ago
Stephane Letz
9f740e3055
Correct examples-clients wscript.
13 years ago
Adrian Knoth
871bd0851d
Fix naming of inprocess.so
This was supposed to happen in a5eb957b597c2c847b9e6e80479c0a726a6364fc,
but it didn't, so there was still libinprocess.so instead of
inprocess.so.
13 years ago
Adrian Knoth
05bdeafd3d
wscript: mark readline as optional
We need readline for transport.c, but it's built conditionally if
present, so allow the check for readline to fail.
13 years ago
Nedko Arnaudov
47cbe67382
waf: fix uselib_local of jack_netsrouce
13 years ago
Adrian Knoth
80c415be4d
wscript: Fix link error in jack_netsource
If -DNO_JACK_ERROR is set, jack_error() is replaced by printf().
Since it's a C program, we have to set CFLAGS appropriately.
13 years ago
Adrian Knoth
b8ffbe15b4
wscript: Make CELT optional
13 years ago
Nedko Arnaudov
329d83c92b
swtich from uselib/uselib_local to use
13 years ago
Nedko Arnaudov
971b1656d5
switch from bld.new_task_gen() to bld()
jackdbus needs explicit index because device reservation code
is shared with jackd and waf cannot autodetect this.
13 years ago
Adrian Knoth
e431cb3bdf
wscript: Fix tab/space mix
13 years ago
Adrian Knoth
f7d6db4b34
wscript: Fix internal waf error (missing features)
waf complains about missing features in the builder, so let's add some.
For the sake of completeness, here's an example error message:
Traceback (most recent call last):
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Runner.py", line 162, in start
st=tsk.runnable_status()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Task.py", line 285, in runnable_status
new_sig=self.signature()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Task.py", line 274, in signature
self.sig_implicit_deps()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Task.py", line 372, in sig_implicit_deps
(nodes,names)=self.scan()
File "/home/adi/jack2/.waf-1.6.11-30618c54883417962c38f5d395f83584/waflib/Tools/c_preproc.py", line 594, in scan
raise Errors.WafError('%r is missing a feature such as "c", "cxx" or "includes": '%task.generator)
WafError: bld(uselib_local='clientlib', posted=True, features=[], idx=28, uselib='RT SNDFILE', meths=['process_rule', 'process_source'], prec=defaultdict(<type 'list'>, {}), includes=['../linux', '../posix', '../common/jack', '../common'], source=[/home/adi/jack2/example-clients/capture_client.c], mappings={}, path=/home/adi/jack2/example-clients, _name='jack_rec', target='jack_rec') in /home/adi/jack2/example-clients is missing a feature such as "c", "cxx" or "includes":
13 years ago
Adrian Knoth
5821d02236
Fix wrong indentation in example-clients/wscript
13 years ago
Adrian Knoth
58036bc80f
Run 2to3 on all wscript files.
Automatically upgrading to python3 syntax, where possible.
13 years ago
nedko
20ffe1e074
waf: remove ncurses check
I don't think anything actually uses the curses library.
Invalidates #260
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4669 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
Nedko Arnaudov
509e31d630
fix build when libsamplerate is missing
14 years ago
Nedko Arnaudov
c420e6508e
wscript: on macos build for x86_64 as well
14 years ago
sletz
ecb84b5f9f
rebase from trunk 4238:4306
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
7254ce1ebc
rebase from trunk 4180:4238
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4239 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
bde2d1a75f
Correct wscript for ALSA.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4236 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
8efcb5d116
Typo in wscript.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4226 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
a1e18f5609
Build alsa_io again.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4225 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
4bd1bef24c
Added MIDI queues, FFADO objects, etc. - see ' http://trac.jackaudio.org/ticket/187 ' for more details
14 years ago
sletz
b8cf0778a4
Update ALSA driver in progress(5).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4203 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
a7e8377441
rebase from trunk 4083:4180
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
8b2ddf4f3e
Synchronize netjack1 with JACK1 version.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4171 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
e1d31d1fe7
Add jack_midi_dump client.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4170 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
64c6fa87d7
Add latent test client for latency API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4152 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
4828d0c835
rebase from trunk 4041:4083
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Torben Hohn
3c0d95db60
some progress on jack-session
15 years ago
sletz
249c0c3b5d
rebase from trunk 3966:4004
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4005 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
6cc2e66c24
Correct wscipt for compilation of ALSA examples.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3993 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
5f68a6557a
rebase from trunk 3813:3899
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3900 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago