mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 deletions
|
|
@ -1,20 +1,37 @@
|
|||
|
||||
# man page name, section, [aliases]
|
||||
manpages = [
|
||||
['default.pa', '5'],
|
||||
manpages = []
|
||||
|
||||
if get_option('daemon')
|
||||
manpages += [
|
||||
['default.pa', '5'],
|
||||
['pacmd', '1'],
|
||||
['pasuspender', '1'],
|
||||
['pulse-cli-syntax', '5'],
|
||||
['pulse-daemon.conf', '5'],
|
||||
['pulseaudio', '1'],
|
||||
['start-pulseaudio-x11', '1'],
|
||||
]
|
||||
endif
|
||||
|
||||
manpages += [
|
||||
['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
|
||||
['pacmd', '1'],
|
||||
['pactl', '1'],
|
||||
['padsp', '1'],
|
||||
['pasuspender', '1'],
|
||||
['pax11publish', '1'],
|
||||
['pulse-cli-syntax', '5'],
|
||||
['pulse-client.conf', '5'],
|
||||
['pulse-daemon.conf', '5'],
|
||||
['pulseaudio', '1'],
|
||||
['start-pulseaudio-x11', '1'],
|
||||
]
|
||||
|
||||
if cdata.has('HAVE_OSS_WRAPPER')
|
||||
manpages += [
|
||||
['padsp', '1'],
|
||||
]
|
||||
endif
|
||||
|
||||
if x11_dep.found()
|
||||
manpages += [
|
||||
['pax11publish', '1'],
|
||||
]
|
||||
endif
|
||||
|
||||
# FIXME: Add esdcompat if HAVE_ESOUND
|
||||
#manpages += ['esdcompat', '1'],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue