A standalone libgvc for Ignis.
ignis-gvc is available in AUR:
Should be installed together with Ignis.
git clone https://github.com/ignis-sh/ignis-gvc
cd ignis-gvc
meson setup build --prefix=/usr
meson compile -C build
meson install -C build{prefix}/ # typically: /usr
├── lib
│ └── ignis-gvc
│ ├── Gvc-1.0.typelib
│ └── libgvc.so
└── share
└── ignis-gvc
└── Gvc-1.0.gir