Skip to content

main/postmarketos-ui-{mate,xfce4}: replace pulseaudio-utils by pulseaudio

Jakko requested to merge jakko/pmaports:pulseaudio_mate_xfce4 into master

I made a mistake when removing pavucontrol from MATE in MR !3468 (merged). I thought package pulseaudio-utils draws in package pulseaudio. But I was wrong on this. pavucontrol did draw in pulseadio.

After removing pavucontrol from MATE, pulseadio doesn't get installed anymore.


Commit message:

Actually package pulseaudio is needed instead of pulseaudio-utils. Package pulseaudio-utils then gets drawn in by postmarketos-base-ui sub-package pulseaudio.

For Xfce4 this is a cosmetic change because pulseaudio gets installed as a dependency of pavucontol already. Keeping pulseaudio in the "_pmb_reccomends" list makes sense to be clear which pieces are needed.

For MATE an explicit installation of pulseaudio is necessary because it doesn't use pavucontrol.

Merge request reports