Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mtdev-1.1.6-160000.3.2 RPM for ppc64le

From OpenSuSE Leap 16.0 for ppc64le

Name: mtdev Distribution: SUSE Linux 16
Version: 1.1.6 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160000.3.2 Build date: Tue Aug 25 11:27:06 2020
Group: System/Libraries Build host: reproducible
Size: 96281 Source RPM: mtdev-1.1.6-160000.3.2.src.rpm
Packager: https://www.suse.com/
Url: https://bitmath.org/code/mtdev/
Summary: Multitouch Protocol Translation Library
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. See the kernel documentation for further details.

Provides

Requires

License

MIT

Changelog

* Tue Aug 25 2020 dmueller@suse.com
  - update to 1.1.6:
    * adjust for 64bit time_t for 32bit architectures
    * Use a macro for `nlongs` so it can be used in constant expression
    * mtdev-matching.c: declare global variables static
    * mtdev-mapgen.c: declare init_caps() static
    * caps.c: declare mtdev_set_slots() static
* Sat Feb 28 2015 mpluskal@sus