diff --git a/.gitignore b/.gitignore index d86eed290..331d4888d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ stamp-* .dirstamp *.orig *.rej +subprojects/*/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b6dc11ca..4f999607f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # container and push it to the project's container registry on fd.o GitLab. # This step is only run when the tag for the container changes, else it is # effectively a no-op. All of this infrastructure is inherited from the -# wayland/ci-templates repository which is the recommended way to set up CI +# freedesktop/ci-templates repository which is the recommended way to set up CI # infrastructure on fd.o GitLab. # # Once the container stage is done, we move on to the 'build' stage where we @@ -19,22 +19,26 @@ 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' - UBUNTU_IMAGE: "$CI_REGISTRY_IMAGE/ubuntu/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG" include: # We pull templates from master to avoid the overhead of periodically # scanning for changes upstream. This does means builds might occasionally # break due to upstream changing things, so if you see unexpected build # failures, this might be one cause. - - project: 'wayland/ci-templates' + - project: 'freedesktop/ci-templates' ref: 'master' file: '/templates/ubuntu.yml' build-container: - extends: .fdo.container-ifnot-exists@ubuntu + extends: .fdo.container-build@ubuntu stage: container variables: GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image @@ -48,6 +52,7 @@ build-container: check curl dbus-x11 + doxygen g++ gcc gettext @@ -88,17 +93,17 @@ build-container: wget build-meson: + extends: .fdo.distribution-image@ubuntu stage: build - image: $UBUNTU_IMAGE script: - # Install meson - - wget -q https://github.com/mesonbuild/meson/releases/download/0.50.0/meson-0.50.0.tar.gz - - tar -xf meson-0.50.0.tar.gz - - cd meson-0.50.0 + # Install meson (higher than our min version to support our wrap file) + - wget -q https://github.com/mesonbuild/meson/releases/download/0.63.2/meson-0.63.2.tar.gz + - tar -xf meson-0.63.2.tar.gz + - cd meson-0.63.2 - python3 setup.py install - cd .. # Do the actual build - - meson build + - meson build -Dwebrtc-aec=enabled - cd build - ninja - ulimit -c 0 # don't dump core files on tests that are supposed to assert diff --git a/NEWS b/NEWS index 898ac0cc9..06e3432e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,192 @@ +<<<<<<< HEAD +======= +PulseAudio 17.0 + +Changes at a glance: + * Notes for end users + * Updates to ALSA UCM-based setups + * Battery level indication to Bluetooth devices + * Support for the Bluetooth FastStream codec + * webrtc-audio-processing dependency updated + * Trigger role groups added to module-role-cork + * XDG base directory spec for profile-set loading + * Notes for application developers + * PA_RATE_MAX increased + * Notes for packagers + * webrtc-audio-processing dependency updated + +Contributors + +Alistair Leslie-Hughes +Alper Nebi Yasak +Arun Raghavan +Asier Sarasua Garmendia +Ataberk Özen +Balázs Meskó +Biswapriyo Nath +Dylan Van Assche +Eero Nurkkala +Ettore Atalan +Fabrice Fontaine +Fran Diéguez +Georg Chini +Gioele Barabucci +Gogo Gogsi +Hector Martin +Hugo Carvalho +Hui Wang +Igor V. Kovalenko +Jaechul Lee +Jan Kuparinen +Jan Palus +Jaroslav Kysela +Jiri Grönroos +Joachim Philipp +Jordi Mas +Marijn Suijten +Mart Raudsepp +Nicolas Cavallari +Peter Meerwald-Stadler +Philip Goto +Rosen Penev +Rudi Heitbaum +Sabri Ünal +Sean Greenslade +Seong-ho Cho +Shunsuke Shimizu +SimonP +Takashi Sakamoto +Tanu Kaskinen +Temuri Doghonadze +Toni Estevez +Weijia Wang +Wim Taymans +Yureka +acheronfail +flyingOwl +grimst +hashitaku +mooo +peijiankang +redfast00 +wael +김인수 + + +PulseAudio 16.1 + +A bug fix release. + + * Fix parsing of percentage volumes with decimal points in pactl + * Fix crash with the "pacmd play-file" command when reads from the disk aren't frame-aligned + * Fix module-rtp-recv sometimes thinking it's receiving an Opus stream when it's not + * Fix frequent crashing in module-combine-sink, regression in 16.0 + * Fix crashing on 32-bit architectures when using the GStreamer codecs for LDAC and AptX + +Contributors + +Georg Chini +Igor V. Kovalenko +Jaechul Lee +Jan Palus +Sean Greenslade + + +PulseAudio 16.0 + +Changes at a glance: + * Notes for end users + * Opus support in RTP modules + * Improved hardware support + * EPOS/Sennheiser GSP 670 USB/wireless headset + * SteelSeries GameDAC + * Behringer UMC22 generalized to Texas Instruments PCM2902 to support more products + * NI Komplete Audio 6 MK2 profiles + * Tunnel latency is now configurable + * Bluetooth device battery level reporting added + * Tunnel and combine-sunk latency fixes + * patcl can show information in JSON format + * Channel remixing can be disabled for module-combine-sink + * A lot of fixes to ALSA, bluetooth, and other components. + * Notes for application developers + * Stream latency reports now include resampler delay + * Module installation location changed, remember to upgrade paprefs to the latest version! + * Notes for packagers + * Opus support in the RTP modules requires enabling GStreamer + * Bluetooth battery level reporting via BlueZ requires enabling experimentals features in BlueZ + * New time smoother implementation + * Change Meson option 'daemon-only' to 'client' + * glib and fftw are now common dependencies, not only for the client. + * Enable GStreamer-based RTP by default when available + +Detailed change log: + + https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/16.0/ + +Contributors + +Alexey Rubtsov +Anders Jonsson +Andika Triwidada +Arun Raghavan +Biswapriyo Nath +BtbN +Chengyi Zhao +Chupligin Sergey +Craig Howard +Daniel Dantur +Daniel Hernandez +Diederik de Haas +Dylan Van Assche +Emilio Herrera +Ettore Atalan +Fran Diéguez +Georg Chini +Gogo Gogsi +Göran Uddeborg +Hela Basa +Hui Wang +Igor V. Kovalenko +Jan Kuparinen +Jaroslav Kysela +Josef Haider +João Paulo Rechi Vita +Juho Hämäläinen +Karl Ove Hufthammer +Laurent Bigonville +Luna Jernberg +Lv Genggeng +Marijn Suijten +Mart Raudsepp +Mathy Vanvoorden +Olivier Gayot +Ovari +Oğuz Ersen +Piotr Drąg +Rafael Fontenelle +Rico Tzschichholz +Sanchayan Maity +Sebastian Reichel +Sergey A +Sibo Dong +Sungjoon Moon +Takashi Sakamoto +Takuro Onoue +Tanu Kaskinen +Temuri Doghonadze +Will Thompson +Yuri Chornoivan +acheronfail +baek inchan +guest271314 +liaohanqin +simmon +simple +tensorknower69 +김인수 + + +>>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336 PulseAudio 15.0 Changes at a glance: diff --git a/man/meson.build b/man/meson.build index 31c581a8f..906be3a7f 100644 --- a/man/meson.build +++ b/man/meson.build @@ -14,11 +14,33 @@ 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']], + ['pactl', '1'], + ['pulse-client.conf', '5'], + ] + + if cdata.has('HAVE_OSS_WRAPPER') + manpages += [ + ['padsp', '1'], + ] + endif + + if x11_dep.found() + manpages += [ + ['pax11publish', '1'], + ] + endif +endif +>>>>>>> c1990dd02647405b0c13aab59f75d05cbb202336 if cdata.has('HAVE_OSS_WRAPPER') manpages += [ diff --git a/man/pacat.1.xml.in b/man/pacat.1.xml.in index 72fc0ad31..387f3ed4e 100644 --- a/man/pacat.1.xml.in +++ b/man/pacat.1.xml.in @@ -79,7 +79,7 @@ License along with PulseAudio; if not, see .