Skip to content

Draft: Add libtgowt and libtgvoip dependencies

Jonatan Hatakeyama Zeidler requested to merge voip-dependencies into ubports/xenial

This PR is meant to build VOIP dependencies.

State:

  • GCC 11: amd64 and arm64 compilers can be built. The armhf cross compiler fails to produce binaries for some reason.
  • pipewire: only native build works so far. Installing files does not work (make install claims there was nothing to install).
  • libtgowt: GCC 5.4 is too old. Build requires C++20 compatible compiler. Needs to be configured to use GCC 11.
  • libtgvoip: Depends on libtgowt.
Edited by Jonatan Hatakeyama Zeidler

Merge request reports