Commit Graph

34 Commits

Author SHA1 Message Date
Karl Linden c4d0565898 License the project clearly
This adds a LICENSE file that describes which licenses this project is
licensed under. This is very important, as the project is licensed under
three licenses.

Also added are copyright notices to the wscript files. I added myself as
copyright holder to them, but there are other people who have
contributed to these files which should have their name in the copyright
header. Clearly stating the license of the wscript files should have
been done long ago.
2022-09-10 16:15:51 +03:00
Nedko Arnaudov 343b63b8e7 Remove non-jackdbus man pages 2022-08-27 20:09:15 +03:00
Nedko Arnaudov d921ff4dff Fix manpage installation
Before this commit the fill_template script used to always
preprocess/install jackd.0 file.

This commit makes preprocessing/installation of jackd.0 man page to
only happen when jackd is configured to be built.

(cherry picked from commit a219673cac80f3f7090abb16ad015e5730587d6b)
2022-08-27 20:07:15 +03:00
Guido Aulisi 9beb02d828 Fix build of jack-example-tools man pages
Commit e8c0be1ce9 changed the name
of the configuration environment to build the jack-example-tools,
but forgot to change it for man pages.
2022-01-16 20:44:43 +00:00
Florian Walpen a1ea8a9bb5 FreeBSD: Add missing OSS option --excl to man page.
While there, also improve the short description of this option in the
OSS backend part of usage help and jack_control.
2022-01-15 15:09:56 +00:00
David Runge 508d95a97e Allow optional build of jack-example-tools
wscript:
Add option `--example-tools` to allow optional build of executables and
libraries provided by jack-example-tools (defaults to True).
It can be used as `--example-tools=yes|no` or `--no-example-tools` or
plain `--example-tools`.
Based on the new option, set the configuration environment variable
`HAVE_JACK_EXAMPLE_TOOLS` which is used throughout the configuration
and build steps to include the `example-clients`, `tools` and `tests`
subdirectories.

man/wscript:
Provide the `HAVE_JACK_EXAMPLE_TOOLS` build environment variable to the
`fill_template` script as second argument.
Remove unused imports.

man/fill_template:
Change the behavior of the script to only create all man pages if the
second argument to the script is `True` (the jack-example-tools are
being built), else only create the man page for jackd.
2022-01-15 15:09:56 +00:00
falkTX 93619ed0c5 Make sure we use python3 (another patch from Fedora) 2019-10-28 11:38:21 +01:00
luz.paz a93b210134 FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
2019-09-11 19:17:07 +01:00
Thomas Brand 25953b664b Add man/jack_property.0 from jack1 2019-02-07 20:02:35 +01:00
Thomas Brand 375442d174 Use é accent aigu 2019-01-24 02:37:40 +01:00
Thomas Brand 6d2302a803 Remove FreeBoB backend (superseded by FFADO)
The FreeBoB project was renamed to FFADO in 2007.
All users should use the FFADO backend by now (2019).

Backend name to be removed: "freebob"
Alternative backend to use: "firewire"

Please check the jackd manpage for details about "firewire" backend.

This commit is part of legacy cleanup.

closes issue #365.
2019-01-22 20:13:08 +01:00
Olivier Humbert 549ee2ec59 Update alsa_in/out manpage
Fixes #410
2019-01-17 17:08:46 +01:00
Olivier Humbert 177c668510
Update alsa_in.0 2019-01-15 02:27:32 +01:00
falkTX 341f54ff79 Fix a typo in the previous commit 2018-08-14 06:16:30 +02:00
Bruno Vernay 0daba5bf22 Add the autoconnect option
It is in the --help but not in the man page.
2018-08-14 06:16:04 +02:00
7890 8edf698259 Update manpage: Add Firewire backend options & more (#300)
* update manpage: add Firewire backend options

additions:
-firewire backend options
-note about JACK name
-links to JACK github page, mailinglist, ffado.org
-manpage author
-note about how to create pdf from manpage

removals:
-dead/unavailable links

formatting:
-remove double spaces after '.'
-all urls are bold, enclosed in <>, ending with / if it's not a file
-(non-printable) empty lines between sections for better overview

other:
-partial rewording of main paragraph. misc small changes (see diff).

* typo

* use ',' everywhere to list short/long options

* Unify indication of default values.

* More backend unification (remove 'specify ..')

* -1 typo
2018-08-08 22:43:08 +02:00
Adrian Knoth 6ccfdc1058 Mass-fix spelling errors
Flagged by the Debian QA tool.

Mostly automatic search-n-replace of the mistakes flagged.
2018-02-25 18:47:52 +01:00
Olivier Humbert cccbfecd3d
Update jack_lsp.0 2018-01-17 15:03:22 +01:00
Cédric Schieli 134bff1dc0 Add a note about the promiscuous mode 2017-10-29 10:57:17 +01:00
falkTX 2ad48419a7 Add support for internal session files
Thanks to Timo Wischer for the initial work
2017-08-10 17:44:21 +02:00
Thomas Brand 39148a2e67 Add note about env var JACK_NO_AUDIO_RESERVATION 2017-07-20 18:00:54 +02:00
Karl Linden c21c774855
waf: Nitpick styling for consistency. Fixes #172. 2017-06-16 16:47:22 +02:00
Bernhard M. Wiedemann f61bdd80a1 allow to use source date for man page generation
this enables making reproducible builds of this package
2016-03-18 17:19:59 +01:00
Karl Lindén 1715d63cd8 drop unused Build imports 2015-05-02 12:42:32 +02:00
Olaf Hering e4c470900f Correct date/version ordering in jackd1
Signed-off-by: Olaf Hering <olaf@aepfle.de>
2015-02-02 13:52:52 +01:00
Adrian Knoth 3d7c67dc74 Update manpage to reflect dropped -c c option 2014-03-14 19:19:00 +01:00
Stephane Letz 9431a5d214 Lorenz Minder patch for jackd man, cleanup. 2013-02-11 09:23:04 +01:00
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
2012-02-12 14:15:23 +01:00
Adrian Knoth 29ff48d5e3 wscript: Drop module misc
misc is no longer available, but luckily, we don't need it.
2012-02-12 14:15:22 +01:00
nedko 9b849da768 Merge Adrian Knoth`s fix for type in jack_disconnect manpage
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4521 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-07-29 10:15:44 +00:00
sletz d64bf92cc6 Merge branch 'newer-midi'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4339 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-21 08:12:03 +00:00
sletz ead08d4722 Correct jackd man page.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4333 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-20 10:02:40 +00:00
sletz 21dfcfe606 Rename jdelay to jack_iodelay as per Fons' request.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4163 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-03-09 12:32:36 +00:00
sletz 836f0b2996 Commit jackd2-manpages.patch, ticket #166.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4014 0c269be4-1314-0410-8aa9-9f06e86f4224
2010-05-17 09:30:11 +00:00