contrib/pavucontrol
2022-05-22 14:53:37 +02:00
..
.footprint pavucontrol: sideload our own desktop file and icon from flathub 2022-05-22 14:53:37 +02:00
.signature pavucontrol: sideload our own desktop file and icon from flathub 2022-05-22 14:53:37 +02:00
org.pulseaudio.pavucontrol.png pavucontrol: sideload our own desktop file and icon from flathub 2022-05-22 14:53:37 +02:00
pavucontrol.desktop pavucontrol: sideload our own desktop file and icon from flathub 2022-05-22 14:53:37 +02:00
Pkgfile pavucontrol: sideload our own desktop file and icon from flathub 2022-05-22 14:53:37 +02:00
README

pavucontrol needs pulseaudio to be build with glib support
opt/pulseaudio does not automatically include this.
You need to do the following steps to build pavucontrol if pulseaudio
was not compiled against glib:

```
sudo ports -u
sudo prt-get depinst glib
sudo prt-get update -fr pulseaudio
sudo prt-get depinst pavucontrol
```