From 7b8afb302421d0247f60910777c433297bbb0d66 Mon Sep 17 00:00:00 2001 From: zhaochengyi Date: Tue, 25 Jun 2024 09:52:10 +0000 Subject: [PATCH] Revert "update to master" This reverts commit fccb4bd29d29bb765c43978b1474db7e0d02ed0b --- .gitlab-ci.yml | 5 + NEWS | 3 + man/meson.build | 20 + man/pactl.1.xml.in | 8 + meson.build | 186 ++ meson_options.txt | 5 +- po/LINGUAS | 3 + po/af.po | 738 +++++ po/as.po | 931 +++++++ po/be.po | 763 +++++ po/bg.po | 803 ++++++ po/bn_IN.po | 967 +++++++ po/ca.po | 1794 +++++++++++- po/cs.po | 750 +++++ po/da.po | 739 +++++ po/de.po | 859 ++++++ po/de_CH.po | 829 ++++++ po/el.po | 774 ++++++ po/eo.po | 757 +++++ po/es.po | 1121 ++++++++ po/fi.po | 1756 +++++++++++- po/fr.po | 894 ++++++ po/gl.po | 844 ++++++ po/gu.po | 942 +++++++ po/he.po | 1211 ++++++++ po/hi.po | 847 ++++++ po/hr.po | 841 +++++- po/hu.po | 927 +++++++ po/id.po | 866 ++++++ po/it.po | 751 +++++ po/ja.po | 809 ++++++ po/kk.po | 727 +++++ po/kn.po | 969 +++++++ po/ko.po | 1831 +++++++++++- po/lt.po | 757 +++++ po/ml.po | 1012 +++++++ po/mr.po | 1027 +++++++ po/nl.po | 2016 ++++++++++++++ po/nn.po | 817 ++++++ po/oc.po | 756 +++++ po/or.po | 950 +++++++ po/pa.po | 891 ++++++ po/pl.po | 748 +++++ po/pt.po | 2442 ++++++++++++++++- po/pt_BR.po | 820 ++++++ po/pulseaudio.pot | 723 +++++ po/ru.po | 787 +++++- po/si.po | 767 ++++++ po/sk.po | 767 ++++++ po/sr.po | 939 +++++++ po/sr@latin.po | 939 +++++++ po/sv.po | 765 ++++++ po/ta.po | 872 ++++++ po/te.po | 1112 ++++++++ po/tr.po | 810 ++++++ po/uk.po | 754 +++++ po/zh_CN.po | 920 +++++++ po/zh_TW.po | 734 +++++ scripts/generate-map-file.sh | 7 + shell-completion/bash/meson.build | 19 + shell-completion/bash/pactl | 6 + src/daemon/default.pa.in | 3 + src/daemon/meson.build | 5 + src/daemon/system.pa.in | 3 + src/meson.build | 28 + src/modules/alsa/90-pulseaudio.rules | 13 + src/modules/alsa/alsa-mixer.c | 57 + src/modules/alsa/alsa-sink.c | 4 + src/modules/alsa/alsa-ucm.c | 44 + src/modules/alsa/alsa-util.c | 27 + .../mixer/profile-sets/behringer-umc22.conf | 68 + .../native-instruments-komplete-audio6.conf | 12 + src/modules/bluetooth/a2dp-codec-api.h | 3 + src/modules/bluetooth/a2dp-codec-aptx-gst.c | 16 + src/modules/bluetooth/a2dp-codec-gst.c | 231 ++ src/modules/bluetooth/a2dp-codec-gst.h | 12 + src/modules/bluetooth/a2dp-codec-ldac-gst.c | 58 + src/modules/bluetooth/a2dp-codec-sbc.c | 247 ++ src/modules/bluetooth/a2dp-codec-util.c | 6 + src/modules/bluetooth/backend-native.c | 236 ++ src/modules/bluetooth/backend-ofono.c | 10 + src/modules/bluetooth/bluez5-util.c | 36 + src/modules/bluetooth/bluez5-util.h | 6 + src/modules/bluetooth/bt-codec-api.h | 6 + src/modules/bluetooth/bt-codec-msbc.c | 61 + src/modules/bluetooth/meson.build | 4 + src/modules/bluetooth/module-bluez5-device.c | 243 ++ src/modules/echo-cancel/webrtc.cc | 32 + src/modules/jack/module-jackdbus-detect.c | 52 + src/modules/meson.build | 21 + src/modules/module-tunnel-sink-new.c | 44 + src/modules/module-virtual-surround-sink.c | 80 + src/modules/x11/module-x11-xsmp.c | 115 +- src/pulse/meson.build | 13 + src/pulse/util.c | 4 + src/pulsecore/card.c | 7 + src/pulsecore/core.c | 9 + src/pulsecore/creds.h | 4 + src/pulsecore/iochannel.c | 20 + src/pulsecore/meson.build | 4 + src/pulsecore/message-handler.c | 5 + src/pulsecore/proplist-util.c | 4 + src/pulsecore/sink-input.c | 3 + src/pulsecore/socket-util.c | 83 + src/tests/meson.build | 171 ++ src/utils/meson.build | 88 + src/utils/pactl.c | 51 + 107 files changed, 51641 insertions(+), 35 deletions(-) create mode 100644 src/modules/alsa/mixer/profile-sets/behringer-umc22.conf 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 .