diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5db02bf35..4f999607f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,13 @@ variables: # CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES. # The tag is an arbitrary string that identifies the exact container # contents. +<<<<<<< HEAD + FDO_DISTRIBUTION_TAG: '2021-03-01-02' + FDO_DISTRIBUTION_VERSION: '18.04' +======= FDO_DISTRIBUTION_TAG: '2023-08-13-00' FDO_DISTRIBUTION_VERSION: '20.04' +>>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336 FDO_UPSTREAM_REPO: 'pulseaudio/pulseaudio' include: diff --git a/NEWS b/NEWS index a7a5dbd90..06e3432e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +<<<<<<< HEAD +======= PulseAudio 17.0 Changes at a glance: @@ -184,6 +186,7 @@ tensorknower69 김인수 +>>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336 PulseAudio 15.0 Changes at a glance: diff --git a/man/meson.build b/man/meson.build index d72b3cf96..906be3a7f 100644 --- a/man/meson.build +++ b/man/meson.build @@ -14,6 +14,13 @@ if get_option('daemon') ] endif +<<<<<<< HEAD +manpages += [ + ['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']], + ['pactl', '1'], + ['pulse-client.conf', '5'], +] +======= if get_option('client') manpages += [ ['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']], @@ -33,6 +40,19 @@ if get_option('client') ] endif endif +>>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336 + +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'], diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index ca365dc23..51913f28f 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -174,9 +174,13 @@ License along with PulseAudio; if not, see .