Package: obs-time-source / 0.2-5~bpo12+1

Metadata

Package Version Patches format
obs-time-source 0.2-5~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_use cmake.patch | (download)

CMakeLists.txt | 31 31 + 0 - 0 !
1 file changed, 31 insertions(+)

 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.
020_removed meson.patch | (download)

meson.build | 14 0 + 14 - 0 !
1 file changed, 14 deletions(-)

 drop meson to use cmake (patch 010)