Changelog for
libpulse0-debuginfo-17.0-4.6.x86_64.rpm :
* Tue Mar 12 2024 pgajdosAATTsuse.com- remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476]
* Tue Feb 27 2024 Eugenio Paolantonio
- Do not BuildRequire pkgconfig(webrtc-audio-processing-1) on big endian architectures (s390, s390x, ppc64) as the dependency is not available:
* WebRTC echo canceller will be disabled there
* Tue Feb 13 2024 Jannik Seiler - Add cherry-picks to fix UCM crashes
* pulseaudio-replace-port-device-UCM-context-assertion-with-an-error.patch
* pulseaudio-check-UCM-verb-before-working-with-device-status.patch
* Thu Feb 08 2024 Takashi Iwai - Update to version 17.0:
* 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
* PA_RATE_MAX increased
* webrtc-audio-processing dependency updated For details, see: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/17.0/- Drop obsoleted patches: echo-cancel-add-webrtc-AEC3-support.patch build-sys-Bump-cpp_std-to-c-17.patch build-sys-Bump-webrtc-audio-processing-dependency.patch
* Wed Dec 20 2023 Giacomo Comes - minor fixes for setup-pulseaudio
* be sure /etc/profile.d/pulseaudio.sh exists before using grep
* Wed Sep 20 2023 Antonio Larrosa - Remove with_old_webrtc define since webrtc-audio-processing 1.3 now also builds for Leap 15.x in multimedia:libs so there\'s no need for a special case.
* Mon Sep 18 2023 Takashi Iwai - Enable webrtc AEC3 support: echo-cancel-add-webrtc-AEC3-support.patch- Build fixes for webrtc-audio-processing 1.3 (only enabled for TW, so far; Leap 15.x still receives the old version): build-sys-Bump-cpp_std-to-c-17.patch build-sys-Bump-webrtc-audio-processing-dependency.patch
* Fri Jun 30 2023 Fabian Vogt - Drop pulseaudio-gdm-hooks subpackage including default.pa-for-gdm and pulseaudio-gdm-hooks.tmpfiles. Moved to gdm instead.
* Thu Mar 23 2023 Martin Liška - Enable LTO as the GCC issue is fixed with gcc13 (boo#1133278).
* Thu Jan 26 2023 Callum Farmer - Move dbus-1 system.d file to /usr (bsc#1207584)
* Mon Jul 18 2022 Takashi Iwai - Update to 16.1 (bsc#1201331):
* 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
* Tue May 31 2022 Aaron Stern - update to 16.0:
* 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
* Wed Feb 09 2022 Bjørn Lie - As we now have gstreamer dependencies in place, pass gstreamer=enabled to meson, enable the features.
* Wed Feb 09 2022 ailin.nemuiAATTgmail.com- Enable GStreamer support in Pulseaudio. This allows to use Bluetooth Headsets with LDAC or OpenAptX codec when available. Add pkgconfig(gstreamer-1.0), pkgconfig(gstreamer-app-1.0) and pkgconfig(gstreamer-rtp-1.0) BuildRequires.
* Thu Feb 03 2022 Bjørn Lie - Drop unneeded nor used pkgconfig(gconf-2.0) BuildRequires: gconf support was dropped upstream in version 15.
* Fri Jan 14 2022 tiwaiAATTsuse.de- Workaround for spurious errors in dump-modules command (bsc#1194379): pulseaudio-dump-module-Ignore-invalid-module-init-tools.patch
* Wed Jan 05 2022 Dominique Leuenberger - Fix parameters passed to meson:
* access-group, => access_group, system-group => system_group, and system-user => system_user for them to actually have an effect.