Martin Koegler
b0d25b67e7
Detect tre as regexp library replacement
11 years ago
Nedko Arnaudov
da390836bf
wscript: fix build in 32/64 bits mixed mode. github close #39
11 years ago
Stephane Letz
6dc8d3c5a2
Tim Mayberry : Add support for building with mingw compiler.
11 years ago
Nedko Arnaudov
ce50e5b0ed
waf: configure option for enforcing autostart method
12 years ago
Robin Gareus
33bef4fcb0
add opus support to NetJack2
12 years ago
Adrian Knoth
a5eb957b59
wscript: Fix naming of in-server components
In-server components are called netmanager.so, inprocess.so and so on,
not libnetmanager.so.
The waf syntax for this purpose has been changed between waf-1.5 and
waf-1.6.
13 years ago
Nedko Arnaudov
8b6d89e2f2
waf: switch jack.pc task construction to new-waf-style
PREFIX, LIBDIR and JACK_VERSION are fetched from the environment
13 years ago
Nedko Arnaudov
47be1ec8ee
waf: fix jack.pc generation
13 years ago
Stephane Letz
8bb6248384
Correct linux wscript.
13 years ago
Stephane Letz
2bf4db889a
Light synchronization method in JackMessageBuffer::SetInitCallback.
13 years ago
Adrian Knoth
a122dbcd75
wscript. Fix relocation link error (missing -fPIC)
Idea for this fix found in
http://code.google.com/p/waf/issues/detail?id=800#c1
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
662c55669d
wscript: Fix install targets
waf complains about missing source files, e.g.:
could not find 'jack/*.h' in /home/adi/jack2/common
ant_glob fixes the problem
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
97a60e49d7
wscript: Fix more tab/space indentation errors
13 years ago
Adrian Knoth
115ec78f21
wscript: Fix jack.pc.in generator
The misc module is no longer available, but we have a subst_pc builder
now. Let's use this instead.
13 years ago
Adrian Knoth
a564002176
Fix mixed tab/space indentation in wscript files
13 years ago
Adrian Knoth
58036bc80f
Run 2to3 on all wscript files.
Automatically upgrading to python3 syntax, where possible.
13 years ago
sletz
c58666dd8c
Rename JackProcessSync in JackPosixProcessSync.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4739 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
6046fbe76b
Add JackRequestDecoder class.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4690 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
9f4df15abb
Factorize code the server/client request.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4684 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
aabbb62282
Correct export settings(2).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4663 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
4b3eacd46b
Patch for unresolved symbols in libjacknet.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4550 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
5a5cc73ac7
New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and JackNetOneDriver classes.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4522 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
3dff31a09c
Compile on Linux.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4328 0c269be4-1314-0410-8aa9-9f06e86f4224
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
Devin Anderson
4bd1bef24c
Added MIDI queues, FFADO objects, etc. - see ' http://trac.jackaudio.org/ticket/187 ' for more details
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
Stéphane LETZ
e4ef948ea3
OSX IPC code removed from repository.
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
sletz
efe1ddd3e5
New MIDI driver related files added in OSX and Windows projects.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3834 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
23a88af253
Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3833 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
Torben Hohn
698a5d28f3
make celt api version flexible.
Conflicts:
example-clients/wscript
15 years ago
Torben Hohn
a817e1c4f6
add driver building to wscript
15 years ago
sletz
187a3aedfa
rebase from trunk 3563:3613
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3614 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
373c91126b
Remove JackLoopbackDriver file from wscript.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3594 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
5bd0d7711f
Fix wscripts when --libdir is used.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3593 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
5ef23d06c3
Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode. Torben Hohn changes for 64/32 mixed mode in wscripts.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3587 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
nedko
00a05b846b
Remove libjack dependency on libdbus for mixed scenario; fix warning.
Warning is fixed by removing the static functions related to classic launch when libdbus launch is used.
For classic (jackd only) and mixed (jackd and jackdbus) scenarios we don't use libdbus for launching.
For jackdus only scenario, we use only libdbus.
So there is no change in classic and dbus scnearios. Change only affects the mixed scenario.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3581 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
e040bf80ae
rebase from trunk 3550:3563
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3564 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
081df1eff1
Move DBus based audio device reservation code in ALSA backend compilation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3561 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
b4f737eb1b
rebase from trunk 3502:3528
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3529 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
4a637d218a
jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3518 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
522fd2b7f8
rebase from trunk 3482:3502
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3503 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
34ff05a8ca
Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver) in progress.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3498 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
33b55b2eb4
Compilation of MIDI backend.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3496 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
31bb3bc2a9
rebase from trunk 3447:3455
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3456 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago