Package Details: libfreenect 0.7.0-2

Git Clone URL: https://aur.archlinux.org/libfreenect.git (read-only, click to copy)
Package Base: libfreenect
Description: Drivers and libraries for the Xbox Kinect device on Linux
Upstream URL: https://github.com/OpenKinect/libfreenect
Keywords: camera kinect
Licenses: GPL2
Submitter: Sandmann
Maintainer: tytan652
Last Packager: tytan652
Votes: 5
Popularity: 0.013343
First Submitted: 2012-10-31 19:41 (UTC)
Last Updated: 2023-08-04 07:46 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-08-03 18:56 (UTC)

I think this should depend on the interface name, 'libgl', and not specifically on libglvnd.

There are other providers of 'libgl', like the AMD proprietary GPU driver (amdgpu-pro-oglp).

tytan652 commented on 2021-12-14 06:09 (UTC)

@SmashedSqwurl Thank you I was going to check the issue today since Python 3.10 was out and got issue re-building libfreenect.

SmashedSqwurl commented on 2021-12-13 23:51 (UTC)

I ran into some issues building this package today. It looks like the CMake variable for the GLUT libraries changed at some point. Adding this patch to the PKGBUILD got it building successfully for me:

diff --git a/PKGBUILD b/PKGBUILD
index 05def33..9a45c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ sha512sums=('e232487fe62a81161e6e74d34a625d6e86ca56befc1692590ecf863ce6b96b9094b

 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/${GLUT_LIBRARY}/${GLUT_LIBRARIES}/g' examples/CMakeLists.txt wrappers/cpp/CMakeLists.txt
 }

 build() {

tytan652 commented on 2020-05-21 13:35 (UTC) (edited on 2020-09-28 17:35 (UTC) by tytan652)

Package adopted and updated

Old comment: Updated PKGBUILD here. I'll try to adopt this package

Guillermo commented on 2019-05-31 14:15 (UTC)

Support for python 3 would be welcome.

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

Updated to 0.5.6

retrakker commented on 2017-06-21 07:12 (UTC)

The last know release is 0.5.5 ... here is a diff for an update https://gist.github.com/seichter/6638ccaecb7e73f1bd4ac45d4135e215

neTpK commented on 2016-06-23 06:39 (UTC)

[ 35%] Linking C static library ../lib/libfreenect.a [ 35%] Built target freenectstatic make: *** [Makefile:128: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build libfreenect.

Sandmann commented on 2015-05-23 16:16 (UTC)

Thanks for the information. The issues should be solved by now.

efernandes commented on 2015-05-14 21:28 (UTC)

I got this error: done, saved to SystemUpdate.zip Extracting $Systemupdate/FFFE07DF00000001 from system update file... Traceback (most recent call last): File "/tmp/yaourt-tmp-macgyver/aur-libfreenect/src/libfreenect-0.5.2/src/fwfetcher.py", line 548, in <module> pirs = extractPirsFromZip(fw) File "/tmp/yaourt-tmp-macgyver/aur-libfreenect/src/libfreenect-0.5.2/src/fwfetcher.py", line 538, in extractPirsFromZip pirs = z.open("$Systemupdate/FFFE07DF00000001").read() File "/usr/lib/python2.7/zipfile.py", line 961, in open zinfo = self.getinfo(name) File "/usr/lib/python2.7/zipfile.py", line 909, in getinfo 'There is no item named %r in the archive' % name) KeyError: "There is no item named '$Systemupdate/FFFE07DF00000001' in the archive" src/CMakeFiles/firmware.dir/build.make:49: recipe for target 'src/CMakeFiles/firmware' failed make[2]: *** [src/CMakeFiles/firmware] Error 1 CMakeFiles/Makefile2:110: recipe for target 'src/CMakeFiles/firmware.dir/all' failed make[1]: *** [src/CMakeFiles/firmware.dir/all] Error 2 Makefile:116: recipe for target 'all' failed make: *** [all] Error 2 Someone can help? Thanks :)