# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= mtdev VERSION= 1.1.7 KEYWORDS= devel VARIANTS= std SDESC[std]= Multitouch Protocol Translation Library HOMEPAGE= https://bitmath.org/code/mtdev/ CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= https://bitmath.org/code/mtdev/ DISTFILE[1]= mtdev-1.1.7.tar.bz2:main DF_INDEX= 1 SPKGS[std]= set primary dev tools OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= evdev-proto:single:std EXRUN[tools]= primary USES= libtool LICENSE= MIT:primary LICENSE_FILE= MIT:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo FPC_EQUIVALENT= devel/libmtdev MUST_CONFIGURE= gnu INSTALL_TARGET= install-strip SOVERSION= 1.0.0 [FILE:282:descriptions/desc.primary] The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. [FILE:46:descriptions/desc.tools] This package contains the mtdev test program. [FILE:98:distinfo] a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e 301994 mtdev-1.1.7.tar.bz2 [FILE:57:manifests/plist.primary] lib/ libmtdev.so.%%SOMAJOR%% libmtdev.so.%%SOVERSION%% [FILE:106:manifests/plist.dev] include/ mtdev-mapping.h mtdev-plumbing.h mtdev.h lib/ libmtdev.a libmtdev.so lib/pkgconfig/mtdev.pc [FILE:15:manifests/plist.tools] bin/mtdev-test [FILE:309:patches/patch-src_caps.c] --- src/caps.c.orig 2020-01-26 14:00:32 UTC +++ src/caps.c @@ -26,6 +26,9 @@ * ****************************************************************************/ +#ifdef __NetBSD__ +#include +#endif #include "state.h" static const int SN_COORD = 250; /* coordinate signal-to-noise ratio */ [FILE:225:patches/patch-src_common.h] --- src/common.h.orig 2020-01-26 13:34:52 UTC +++ src/common.h @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include [FILE:274:patches/patch-test_mtdev-test.c] --- test/mtdev-test.c.orig 2020-01-26 14:00:32 UTC +++ test/mtdev-test.c @@ -31,6 +31,9 @@ #include #include #include +#if defined(__NetBSD__) +#include +#endif #ifndef input_event_sec #define input_event_sec time.tv_sec