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

« First ‹ Previous 1 2 3 4 Next › Last »

whynothugo commented on 2012-07-30 22:11 (UTC)

Build fails: Scanning dependencies of target firmware File "/tmp/packerbuild-1000/libfreenect-audio-git/libfreenect-audio-git/src/libfreenect-build/src/fwfetcher.py", line 39 print "Input file too small: %i instead of at least %i bytes." % \ ^ SyntaxError: invalid syntax make[2]: *** [src/CMakeFiles/firmware] Error 1 make[1]: *** [src/CMakeFiles/firmware.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). It would seem that the installer is assuming python2 is the default (since that looks liks python2, but the header says "#!/usr/bin/env python". This probably needs patching here.

Sandmann commented on 2011-01-16 13:07 (UTC)

Good to hear it's working now :) . (I sent you a mail regarding TISCH and depthjs, as this is off-topic here)

<deleted-account> commented on 2011-01-15 16:27 (UTC)

Working for me. Also, I've seen several things are now working with kinect, such as multi-touch library "Tisch" (http://www.omgubuntu.co.uk/2010/11/multi-touch-in-ubuntu-using-kinect-video-ppa/) and chrome controler "dephtjs". On ubuntu, i "succeed" installing depthjs but it wasn't smooth as it was supposed to be. I know what I ask for isn't easy to make, but do you think you can create a package to make them working an archlinux?

Sandmann commented on 2011-01-15 12:31 (UTC)

Thanks for the reply. I just updated the PKGBUILD. Regarding the second error, in my opinion it is better to change the CMake files than copying the header files. Is the new PKGBUILD now working for you?

<deleted-account> commented on 2011-01-14 22:17 (UTC)

libxmu worked, I also had another error -- Removed runtime path from "/root/libfreenect-git/pkg/usr/bin/cppview" sed: can't read /root/libfreenect-git/pkg/usr/include/libfreenect/libfreenect.hpp: No such file or directory Aborting... My fix: # diff PKGBUILD PKGBUILD.new 4c4 < pkgver=20110106 --- > pkgver=20110114 11c11 < makedepends=('cmake' 'git') --- > makedepends=('cmake' 'git' 'libxmu') 48a49 > cp "${srcdir}"/libfreenect-build/wrappers/cpp/libfreenect.hpp "${pkgdir}"/usr/include/libfreenect

Sandmann commented on 2011-01-14 19:40 (UTC)

Thank you for the error report. Unfortunately I cannot reproduce the errror so fixing it might require a bit of searching. Could you please check if you have installed the package "libxmu" from the extra repository? If this is not the case try installing it. When this works I will also include "libxmu" as a dependency.

<deleted-account> commented on 2011-01-14 17:58 (UTC)

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: GLUT_Xmu_LIBRARY (ADVANCED) linked by target "glpclview" in directory /root/libfreenect-git/src/libfreenect-build/examples linked by target "glview" in directory /root/libfreenect-git/src/libfreenect-build/examples linked by target "cppview" in directory /root/libfreenect-git/src/libfreenect-build/wrappers/cpp -- Configuring incomplete, errors occurred! Aborting... What does this mean?

<deleted-account> commented on 2010-12-19 10:14 (UTC)

My bad, i was looking for them with the freenect prefix, as they are in ubuntu for wich I wrote the wiki. That's a very good job. Let's hope we will have more features soon.

Sandmann commented on 2010-12-18 21:41 (UTC)

The examples "cppview", "glview" and "glpclview" should be compiled and included in the package?! However, if you want to use the library in your code, you should use: - #include <libfreenect/libfreenect.hpp> (C++) - #include <libfreenect/libfreenect.h> (C). When using the example code you should adapt the includes accordingly. For the "cppview" example I pasted the working code here: http://aur.pastebin.com/nmZHwdCG