Page MenuHomeSolus

Update pavucontrol to 5.0
ClosedPublic

Authored by TClark77 on Jul 23 2023, 2:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 31, 12:59 AM
Unknown Object (File)
Sat, Aug 31, 12:59 AM
Unknown Object (File)
Sat, Aug 31, 12:46 AM
Unknown Object (File)
Tue, Aug 20, 11:35 AM
Unknown Object (File)
Wed, Aug 14, 12:41 PM
Unknown Object (File)
Aug 8 2024, 2:40 PM
Unknown Object (File)
Aug 8 2024, 7:42 AM
Unknown Object (File)
Aug 8 2024, 7:09 AM
Subscribers

Details

Summary

Changelog:

  • Support for switching Bluetooth codecs (new in PulseAudio 15.0).
  • Support for locking card profiles (new in PulseAudio 15.0). Locking a profile prevents PulseAudio from automatically switching away from that profile on plug/unplug events.
  • New translations: Asturian, Basque, Belarusian, Galician, Hebrew, Kazakh, Norwegian Bokmål, Sinhala, Slovenian
  • Updated translations: Catalan, Chinese (Simplified), Chinese (Traditional), Croatian, Danish, Dutch, Finnish, French, German, Hungarian, Italian, Japanese, Korean, Lithuanian, Norwegian Nynorsk, Polish, Portugese, Portugese (Brazil), Slovak, Spanish, Swedish, Turkish, Ukrainian.
  • Some bug fixes.
  • New dependency: json-glib.
  • Minimum gtkmm version bumped to 3.22.

Full changelog available here

Test Plan

Verified

  • Pulse Audio Volume Control loads
  • Output device for VM is shown, UI is functional
  • Sound plays

Diff Detail

Repository
R2306 pavucontrol
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

algent requested changes to this revision.Jul 23 2023, 10:04 AM
algent added a subscriber: algent.

It is possible to clean the buildeps more, and please fix release number.

package.yml
3

release should be 11.

11–12

pkgconfig(atkmm-1.6) is not needed. It is pulled in by pkgconfig(gtkmm-3.0)

15–16

pkgconfig(sigc++-2.0) not needed, it is pulled by pkgconfig(atkmm-1.6)

16

intltool not needed. is is part of system.devel.

17

libjson-glib-devel provides pkgconfig(json-glib-1.0)

This revision now requires changes to proceed.Jul 23 2023, 10:04 AM
This revision is now accepted and ready to land.Jul 24 2023, 8:51 PM
This revision was automatically updated to reflect the committed changes.