| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.2.3
* fixed invalid quaternion bug in cube example, when receiving
zero-angle rotations.
* fixed memory leak in spnav_remove_events.
* makefile improvements (MacOS X build, DESTDIR, shared library
symlinks, create missing install paths).
* fixed bug when closing and reopening the connection to spacenavd.
- Add libspnav-0.2.3-lib_links.patch; fix libraries link against
$BUILDROOT
- Only use pkgconfig(x11) not xorg-x11-devel
- change license to be in spdx.org format
- Corrected license to BSD
- Add a Url tag.
- update to version 0.2.2 - use separate changes file
- Initial package
- Update to 1.1: * Fixed non-x11 build which was broken in v1.0. * Fixed out-of-source build regression. * Fixed potential crash in spnav_send_str: made it accept null pointers and send empty strings.
- Update to 1.0:
* Added support for spacenav protocol v1.
* Added new API entry points, for the new capabilities
introduced with protocol v1, including device queries,
configuration management, new events, device identifier
enumeration, etc.
* Added utility functions for processing spacenav motion inputs
and computing transformation matrices for object or view
manipulation.
* Added pkg-config file.
* Added new example program, showing how to use 6dof input to
control the view for flying in a 3D scene. This complements
the cube example which shows how to manipulate 3D objects.
Ported both examples to use the new helper functions.
* Added API documentation under doc/manual.md
- Drop obsolete patch:
* libspnav-0.2.3-lib_links.patch
- The project moved its official repository to github - Add separate LICENSE file (formerly only available as part of the README file