falkTX
3009d7d606
Make sure we use python3 (another patch from Fedora)
5 years ago
shura
bb3f5cb296
Solving problems while compiling jack2 on macOS X with dbus support ( #434 )
* Solving problems while compiling jack2 on macOS X with dbus support
* Using the right function name in uptime error
6 years ago
Karl Linden
630c6145b8
Update to waf 2.0.11
- Migrate pkg-config checks from atleast_version.
- Check ppoll with a fragment, since the function_name argument has been
removed.
6 years ago
Karl Lindén
cf818931e4
explicitly import Logs and Options from waflib
10 years ago
Karl Lindén
c412d8384f
replace WARNING with ERROR in configure messages
10 years ago
Karl Lindén
8accf6531a
add mandatory=False to dbus-1 check so that the custom error message is shown if dbus-1 is missing
10 years ago
Karl Lindén
213f3ba20a
drop unnecessary conf.is_defined('HAVE_DBUS_1') since it is the same as conf.check_cfg(package='dbus-1', ...)
10 years ago
Karl Lindén
f1c308e434
use pkg-config to find expat and drop explicit HAVE_EXPAT and LIB_EXPAT since they are set by check_cfg
10 years ago
Karl Lindén
ca66dd1c90
specify mandatory=False when checking for expat so that the expat error message can be reached if expat is not found
10 years ago
Adrian Knoth
89c359eee0
[wscript] More fixes for -Wl,--as-needed
Reportedly, f28523ff54
was incomplete.
12 years ago
Nedko Arnaudov
fcda41cb59
indention fix
13 years ago
Nedko Arnaudov
83f991900d
switch from set_options() to options()
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
aa7fe34739
wscript: Fix waf error (missing features) in dbus/wscript
13 years ago
Adrian Knoth
a534162500
wscript: Fix DBUS service file generation
New waf syntax for a subst build.
13 years ago
Adrian Knoth
58036bc80f
Run 2to3 on all wscript files.
Automatically upgrading to python3 syntax, where possible.
13 years ago
Nedko Arnaudov
94eea6f4dd
jackdbus: SessionManager interface
14 years ago
nedko
46017940a4
jackdbus: fix link issues
similar to db4b99b5b6
got broken by f94bf7174d
For example jack_error was not linked properly:
jackdbus.c:(.text+0x36): undefined reference to `jack_error'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4389 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ad34703368
rebase from trunk 4306:4323
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4324 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
343a0e8069
jackdbus: params store
This changeset removes code duplication that was caused by lack of
unified access to parameters in the control API. Adding new virtual
parameters should be much easier now.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4315 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
4b9b621a31
jackdbus: remove the libxml backend
It was be problematic in past (FFADO uses libxml as well).
Most systems will have both libxml and expat.
Maintaining two backends is waste of effort.
If needed, the libxml backend can be resurrected.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4314 0c269be4-1314-0410-8aa9-9f06e86f4224
14 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
nedko
ddc96f38f0
Fix jackdbus dependencies handling
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3865 0c269be4-1314-0410-8aa9-9f06e86f4224
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
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
nedko
3aa9b525c3
Move dbus device reservation code to jackdbus
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3579 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
nedko
b8f5e3e74f
Fix dbus detection and svnversion.h [re]generation
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3077 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
nedko
3383f36952
Import waf.diff patch sent Stephane Letz
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3075 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
3e01068967
Merge Michael Voigt drops branch after reorganization step.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2880 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
nedko
7531b38c0e
"Relax" jackdbus.c - svnversion.h generation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2852 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
nedko
c15e93b148
Make jackdbus.c dependency on svnversion.h work
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2851 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
2ff0ab3989
DBUS working on OSX
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2537 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
nedko
aeef5fb382
waf: remove sneaked debug print
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2475 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
nedko
fdf5219ad4
waf: installation of dbus service file
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2474 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
nedko
86d2adb480
waf: build drivers; improve configure summary
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2399 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
nedko
e085c138ea
jackdbus executable buildable using waf
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2397 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
nedko
4e891c5e18
Initial waf integration, jackd should build fine on linux
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2396 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago