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: GPL3
Submitter: haagch
Maintainer: haagch
Last Packager: haagch
Votes: 2
Popularity: 0.000000
First Submitted: 2016-07-20 11:31 (UTC)
Last Updated: 2016-07-20 11:32 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

lyoneel commented on 2018-12-07 02:54 (UTC)

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 (UTC) (edited on 2017-03-20 18:32 (UTC) by Jack12816)

--- 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.