contrib/pavucontrol
2021-08-22 00:14:51 +02:00
..
.footprint
.signature pavucontrol: 4.0 -> 5.0; new dependency: json-glib 2021-08-22 00:14:51 +02:00
Pkgfile pavucontrol: 4.0 -> 5.0; new dependency: json-glib 2021-08-22 00:14:51 +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
```