Package Release Info

libspnav-1.1-bp155.1.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libspnav-devel
libspnav0

Change Logs

* Fri Dec 23 2022 Herbert Graeber <herbert@graeber-clan.de>
- 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.
* Tue Apr 05 2022 Christophe Giboudeaux <christophe@krop.fr>
- 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
Version: 0.2.3-bp154.2.42
* Tue Aug 28 2018 Herbert Graeber <herbert@graeber-clan.de> 0.2.3
- The project moved its official repository to github
- Add separate LICENSE file (formerly only available as part of the
  README file
Version: 0.2.3-bp150.2.4
* Sat Feb 14 2015 p.drouand@gmail.com
- 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
* Wed Oct 01 2014 crrodriguez@opensuse.org
- Only use pkgconfig(x11) not xorg-x11-devel
* Thu Jan 12 2012 coolo@suse.com
- change license to be in spdx.org format
* Tue Aug 09 2011 herbert@graeber-clan.de
- Corrected license to BSD
* Wed Aug 03 2011 toddrme2178@gmail.com
- Add a Url tag.
* Mon Jan 24 2011 herbert@graeber-clan.de
- update to version 0.2.2
- use separate changes file
* Sun Mar 22 2009 herbert@graeber-clan.de
- Initial package