Package Details: libfreenect-git v0.7.0.r0.g0f8d11e-1

Git Clone URL: https://aur.archlinux.org/libfreenect-git.git (read-only, click to copy)
Package Base: libfreenect-git
Description: Drivers and libraries for the Xbox Kinect device on Linux
Upstream URL: http://openkinect.org
Licenses: GPL
Conflicts: libfreenect
Provides: libfreenect
Submitter: Sandmann
Maintainer: RogueGirl
Last Packager: RogueGirl
Votes: 26
Popularity: 0.000000
First Submitted: 2010-11-20 22:58 (UTC)
Last Updated: 2023-09-22 19:06 (UTC)

Required by (2)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

MarsSeed commented on 2023-09-29 21:00 (UTC)

Please remove python2-matplotlib from optdepends.

applebloom commented on 2022-05-13 20:54 (UTC)

I had to replace GLUT_LIBRARY with GLUT_LIBRARIES in some CMakeLists.txt to compile, otherwise the build fails because freeglut isn't linked.

Sandmann commented on 2017-09-02 20:43 (UTC)

The issues should be fixed in the new version.

parkerlreed commented on 2017-06-22 17:24 (UTC)

Did something change with their python support? [ 15%] Building C object src/CMakeFiles/freenectstatic.dir/flags.c.o File "/home/parker/.cache/pacaur/libfreenect-git/src/libfreenect-git/src/fwfetcher.py", line 529 except URLError, e: ^ SyntaxError: invalid syntax make[2]: *** [src/CMakeFiles/firmware.dir/build.make:57: src/CMakeFiles/firmware] Error 1 make[1]: *** [CMakeFiles/Makefile2:122: src/CMakeFiles/firmware.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....

parkerlreed commented on 2016-05-18 13:06 (UTC)

Getting an error but I think it might be upstream issue. http://ix.io/FS2

foxxy commented on 2016-02-18 11:04 (UTC)

Hi thanks for the package. I had to install cython (maybe cython2 as) and python-numpy to get this to build. Without I got: -- For cython -- /bin/sh: CYTHON_EXECUTABLE-NOTFOUND: command not found /bin/sh: CYTHON_EXECUTABLE-NOTFOUND: command not found [ 73%] Built target freenect_sync_static wrappers/python/CMakeFiles/cython2_freenect.dir/build.make:61: recipe for target 'wrappers/python/freenect2.c' failed make[2]: *** [wrappers/python/freenect2.c] Error 127 CMakeFiles/Makefile2:944: recipe for target 'wrappers/python/CMakeFiles/cython2_freenect.dir/all' failed make[1]: *** [wrappers/python/CMakeFiles/cython2_freenect.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... wrappers/python/CMakeFiles/cython3_freenect.dir/build.make:61: recipe for target 'wrappers/python/freenect3.c' failed make[2]: *** [wrappers/python/freenect3.c] Error 127 CMakeFiles/Makefile2:982: recipe for target 'wrappers/python/CMakeFiles/cython3_freenect.dir/all' failed make[1]: *** [wrappers/python/CMakeFiles/cython3_freenect.dir/all] Error 2 -- For python-numpy -- /tmp/yaourt-tmp-foxxy/aur-libfreenect-git/src/libfreenect-git/wrappers/python/freenect3.c:243:31: fatal error: numpy/arrayobject.h: No such file or directory compilation terminated. wrappers/python/CMakeFiles/cython3_freenect.dir/build.make:66: recipe for target 'wrappers/python/CMakeFiles/cython3_freenect.dir/freenect3.c.o' failed make[2]: *** [wrappers/python/CMakeFiles/cython3_freenect.dir/freenect3.c.o] Error 1 CMakeFiles/Makefile2:982: recipe for target 'wrappers/python/CMakeFiles/cython3_freenect.dir/all' failed make[1]: *** [wrappers/python/CMakeFiles/cython3_freenect.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....

dejavu commented on 2016-01-09 02:52 (UTC)

Nice, thanks!

Sandmann commented on 2015-10-05 09:24 (UTC)

Thanks for the hint. The package should build again. I seem to have missed the previous comment and will also include the audio firmware.

cyrozap commented on 2015-10-05 08:38 (UTC)

I had to use this patch to get libfreenect-git to build: https://paste.fedoraproject.org/274788/33582144/ I believe this also affects the non-git version of this package as well. This is the error I got: CMake Error at /usr/share/cmake-3.3/Modules/FindPythonLibs.cmake:63 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): wrappers/python/CMakeLists.txt:6 (include) The root cause of the issue is in CMake's FindPythonLibs on line 63. When PYTHON_EXECUTABLE is set to "python2" by CMakeLists.txt and FindPythonLibs tries to get its path a second time, it fails because the original path returned was empty/NOTFOUND. I'm not sure at what point it stopped accepting just the executable name and not its full path, but it must have been some time before CMake 3.3.2 was released since that's what I'm using. In any case, the CMake script in the source should be modified to honor the PYTHON_EXECUTABLE definition if it's set somewhere else--this patch is just a quick hack to get it to build.

dejavu commented on 2015-04-08 21:33 (UTC)

Thanks for the package! I would add following line to the cmake list, otherwise the audio firmware file would not be downloaded. -DBUILD_REDIST_PACKAGE=OFF