Search Criteria
Package Details: spacenavd 1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/spacenavd.git (read-only, click to copy) |
---|---|
Package Base: | spacenavd |
Description: | Free user-space driver for 6-dof space-mice (space navigator, space pilot, space traveller, ...) |
Upstream URL: | https://spacenav.sourceforge.net/ |
Licenses: | GPL-3.0-or-later |
Submitter: | jaham |
Maintainer: | SammysHP |
Last Packager: | SammysHP |
Votes: | 19 |
Popularity: | 0.59 |
First Submitted: | 2009-01-01 19:01 (UTC) |
Last Updated: | 2024-06-28 20:29 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
And1G commented on 2020-07-02 07:16 (UTC)
Building in a clean chroot results in an error for me:
gcc -pedantic -Wall -g -O2 -fno-strict-aliasing -fcommon -I./src -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -c src/client.c -o src/client.o In file included from src/client.c:22: src/client.h:25:10: fatal error: X11/Xlib.h: No such file or directory 25 | #include <X11/Xlib.h> | ^~~~~~~~~~~~ compilation terminated. make: *** [Makefile:31: src/client.o] Error 1
Consider adding makedepends=("libx11")
dkcampbell commented on 2020-06-04 00:22 (UTC)
I've updated the package to pull in version 0.7.1, fixing the build issues with GCC 10. @bwrsandman I incorporated your comments into the PKGBUILD as well.
demizer commented on 2020-06-03 17:14 (UTC)
Hey all, I disowned this package. Don't really have time to maintain it properly.
bwrsandman commented on 2020-06-03 10:28 (UTC)
It's not necessary to add
|| return 1
on every line. If a line fails in makepkg, the build stops.dkcampbell commented on 2020-05-22 15:45 (UTC)
@mazieres, yes I agree. That was one of the fixes in the release notes for spacenavd. My patch was to upgrade the PKGBUILD to pull in 0.7.1 instead of 0.7.
Looking forward to the official PKGBUILD being updated to 0.7.1!
mazieres commented on 2020-05-22 01:36 (UTC)
@dkcampbell Version 0.7.1 compiles fine for me with gcc 10. Just upgrade from 0.7 to 0.7.1.
dkcampbell commented on 2020-05-22 00:42 (UTC)
I couldn't get this to build. Based on release notes, probably a compatibility issue with gcc-10. Here are the changes I made to the PKGBUILD to get it to work on my computer: https://paste.sr.ht/blob/74c21d0fafe3d45f4a299c42f740195308c71e86
demizer commented on 2020-05-19 19:53 (UTC)
@mazieres, will do once I update this package today or tomorrow.
mazieres commented on 2020-05-19 18:45 (UTC)
Consider moving /etc/systemd/system/spacenavd.service to /usr/lib/systemd/system/spacenavd.service, since that's where packages generally install service files, vs. user-edited files under /etc.
demizer commented on 2020-01-09 05:04 (UTC)
rc.d has been removed bcz systemd.
« First ‹ Previous 1 2 3 Next › Last »