From fccb4bd29d29bb765c43978b1474db7e0d02ed0b Mon Sep 17 00:00:00 2001 From: Chengyi Zhao Date: Tue, 25 Jun 2024 17:03:12 +0800 Subject: [PATCH] update to master --- .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 | 1786 ------------ 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 | 1752 +----------- 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, 29 insertions(+), 51635 deletions(-) delete mode 100644 src/modules/alsa/mixer/profile-sets/behringer-umc22.conf diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f999607f..5db02bf35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,13 +19,8 @@ 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 06e3432e5..a7a5dbd90 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,3 @@ -<<<<<<< HEAD -======= PulseAudio 17.0 Changes at a glance: @@ -186,7 +184,6 @@ tensorknower69 김인수 ->>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336 PulseAudio 15.0 Changes at a glance: diff --git a/man/meson.build b/man/meson.build index 906be3a7f..d72b3cf96 100644 --- a/man/meson.build +++ b/man/meson.build @@ -14,13 +14,6 @@ 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']], @@ -40,19 +33,6 @@ 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 51913f28f..ca365dc23 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -174,13 +174,9 @@ License along with PulseAudio; if not, see .