using CMake instead of Meson Commonly, plugins for OBS build with CMake. This plugin uses Meson, and it is there FTBFS in some architectures (arm64, armel, armhf, mips64el and s390x). This patch implements a CMakeLists.txt file to use CMake as a builder. Some tests were made over Debian, Alpine and Fedora and the issue causing the FTBFS is present only on Debian. The Meson finds the libobs, but fails to build using it. Maybe it can be something related to #998853. ===================================================================