Search Criteria
Package Details: psmoveinput-git 0.4.1.r0.gb4a51a0-1
Git Clone URL: | https://aur.archlinux.org/psmoveinput-git.git (read-only, click to copy) |
---|---|
Package Base: | psmoveinput-git |
Description: | userspace Linux input driver that uses data from PSMove motion controller to inject events to kernel's input subsystem |
Upstream URL: | https://github.com/MooseTheBrown/psmoveinput |
Licenses: | |
Submitter: | haagch |
Maintainer: | haagch |
Last Packager: | haagch |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-20 11:31 |
Last Updated: | 2016-07-20 11:32 |
Dependencies (3)
- boost-libs (boost171, boost-libs-git)
- psmoveapi-git
- cmake (cmake-git) (make)
Latest Comments
lyoneel commented on 2018-12-07 02:54
im trying to install but...
/usr/bin/ld: CMakeFiles/psmoveinput.dir/psmove_listener.cpp.o: undefined reference to symbol 'pthread_condattr_setclock@@GLIBC_2.3.3'
my gcc is (GCC) 8.2.1 20180831
Any thoughts?, thanks in advance
Jack12816 commented on 2017-03-20 18:31
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(i686 x86_64)
url="https://github.com/MooseTheBrown/psmoveinput"
license=('GPL3')
depends=('psmoveapi-git' 'boost-libs')
-makedepends=('cmake')
+makedepends=('cmake' 'boost')
source=(${_pkgname}::git+https://github.com/MooseTheBrown/psmoveinput.git)
sha1sums=('SKIP')
Could you add the boost build dependency? Due it is needed for compiling this package.