This is failing to compile in the DKMS part of the package. Says things like:
In file included from ../ntv2kona.h:15,
from ../ntv2anc.h:15,
from ../ntv2anc.c:11:
../ntv2system.h:493:1: error: unknown type name ‘uint32_t’
493 | uint32_t ntv2ReadRegister(Ntv2SystemContext* context, uint32_t regnNum);
| ^~~~~~~~
../ntv2system.h:1:1: note: ‘uint32_t’ is defined in header ‘<stdint.h>’; this is probably fixable by adding ‘#include <stdint.h>’
+++ |+#include <stdint.h>
1 | /*
Looks like it doesn't know where standard int/bool/etc types are?
I am running a up to date Arch Linux installation, and trying to compile this so I build the package needed to have a proper-featured version of OBS on my device.
EDIT: Kernel version is 6.15.4-zen2-1-zen. It craps itself on this version and some earlier 6.15.x versions too.
