AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 4.10.1: * CMake files are now compatible with Qt 5.11. Note that the relevant CMake code is shared with the backends, and thus also fixes the compatibility issue there.
- Update to 4.10.0: * Changes + PulseSupport is more robustly handling device list iteration. * New API + New backend API AudioOutputInterface410. This interface implements a long-existing frontend interface for category configuration. Usually, this is managed by the builtin PulseSupport to force the category on a PulseAudio level, sometimes this may not be possible because of how the backend subsystem works and the backend needs to manage this directly. + setCategory(Category) is called on the interface when the synonymous frontend function is called.
- Update to 4.9.1 * Changes * use cmake variables to check if QtDbus is enabled * change eol handling to not trigger static warnings