93c5159118 
								
							
								 
							
						 
						
							
							
								
								[wscript] Build jack_transport  
							
							jack_transport requires libreadline but not libncurses, so drop the latter. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89c359eee0 
								
							
								 
							
						 
						
							
							
								
								[wscript] More fixes for -Wl,--as-needed  
							
							Reportedly, f28523ff54 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f35141267 
								
							
								 
							
						 
						
							
							
								
								[wscript] Use CFLAGS, not CCFLAGS  
							
							CCFLAGS isn't honoured at all, the proper name is CFLAGS. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4349a570f 
								
							
								 
							
						 
						
							
							
								
								fix jack_netsource build  
							
							ceilf() is used in netsource.c
Fix for trac ticket #291  
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce83a13893 
								
							
								 
							
						 
						
							
							
								
								fix duplicate prog.includes  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abc1cab6aa 
								
							
								 
							
						 
						
							
							
								
								wscript: add header defines and libs for example-clients/netsource  
							
							Thanks to nedko - closes  #15  
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f740e3055 
								
							
								 
							
						 
						
							
							
								
								Correct examples-clients wscript.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								47cbe67382 
								
							
								 
							
						 
						
							
							
								
								waf: fix uselib_local of jack_netsrouce  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								b8ffbe15b4 
								
							
								 
							
						 
						
							
							
								
								wscript: Make CELT optional  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								329d83c92b 
								
							
								 
							
						 
						
							
							
								
								swtich from uselib/uselib_local to use  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								e431cb3bdf 
								
							
								 
							
						 
						
							
							
								
								wscript: Fix tab/space mix  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								5821d02236 
								
							
								 
							
						 
						
							
							
								
								Fix wrong indentation in example-clients/wscript  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58036bc80f 
								
							
								 
							
						 
						
							
							
								
								Run 2to3 on all wscript files.  
							
							Automatically upgrading to python3 syntax, where possible. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								509e31d630 
								
							
								 
							
						 
						
							
							
								
								fix build when libsamplerate is missing  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c420e6508e 
								
							
								 
							
						 
						
							
							
								
								wscript: on macos build for x86_64 as well  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								8efcb5d116 
								
							
								 
							
						 
						
							
							
								
								Typo in wscript.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4226  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bd1bef24c 
								
							
								 
							
						 
						
							
							
								
								Added MIDI queues, FFADO objects, etc. - see ' http://trac.jackaudio.org/ticket/187 ' for more details  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								4828d0c835 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 4041:4083  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c0d95db60 
								
							
								 
							
						 
						
							
							
								
								some progress on jack-session  
							
							
								
							
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d67ec263e 
								
							
								 
							
						 
						
							
							
								
								fix jack_transport build  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3867  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6dda86654b 
								
							
								 
							
						 
						
							
							
								
								revert the wrong revert in r3818  
							
							The revert in r3818 was wrong because r3816 was correct in svn.
The revert error in r3818 happened,
because svn r3816 had wrong git version 9fb8b55379c9bbc68a8dhttp://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3820  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13034fdb08 
								
							
								 
							
						 
						
							
							
								
								Revert wrong changes that appeared in r3816 ( 9fb8b55379)  
							
							That changeset is supposed to only patch Jackdmp.cpp
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3818  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b765f0168 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 3684:3813  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3814  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbac3a0df8 
								
							
								 
							
						 
						
							
							
								
								Cleanup wscripts.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3809  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6a5b752a87 
								
							
								 
							
						 
						
							
							
								
								remove the stupid CELT defines  
							
							
								
							
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								befb785ec1 
								
							
								 
							
						 
						
							
							
								
								netjack1 desactivated for now on Solaris.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3781  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40140455b3 
								
							
								 
							
						 
						
							
							
								
								add jack wait  
							
							
								
							
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								653f1f9736 
								
							
								 
							
						 
						
							
							
								
								make bufsize report bufsize, and add samplerate  
							
							
								
							
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6dff6c3de3 
								
							
								 
							
						 
						
							
							
								
								Compile alsa_io examples in libsamplerate is installed.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3718  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								698a5d28f3 
								
							
								 
							
						 
						
							
							
								
								make celt api version flexible.  
							
							Conflicts:
	example-clients/wscript 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5af54fe4f 
								
							
								 
							
						 
						
							
							
								
								Add alsa_io to wscript  
							
							
								
							
							
						 
						16 years ago