Package Details: openni2-libfreenect 2.2beta2-4

Package Base: openni2-libfreenect
Description: Open source SDK used for the development of 3D sensing middleware libraries and applications
Upstream URL: http://www.openni.org/
Category: lib
Licenses: Apache
Submitter: zanegrey
Maintainer: zanegrey
Last Packager: None
Votes: 1
First Submitted: 2014-02-02 21:15
Last Updated: 2014-02-23 19:31

Latest Comments

Comment by foxxy

2015-01-27 02:09

I think the make depency java-environment should be java-environment-common.

Comment by foxxy

2014-11-12 10:44

I'm getting the following error from systemd-udevd:

Nov 12 10:38:09 XXX systemd-udevd[203]: invalid key/value pair in file /etc/udev/rules.d/557-primesense-usb.rules on line 14,starting at character 111 ('')

line 14, character 111 is EOF. I think the file should end with a newline.

Comment by zanegrey

2014-02-23 19:32

Updated: Moved freeglut into depends (I accidently put it into makedepends).

Comment by zanegrey

2014-02-23 19:29

Here is a new pkgbuild (https://gist.github.com/muff1nman/9176043), but Ill wait to upload it until it has been tested.

Comment by zanegrey

2014-02-23 18:47

Good call. To be honest, I actually have yet to test this package. It was based on a previous package that used the the bridge library here: https://github.com/piedar/OpenNI2-FreenectDriver. Since that was merged into libfreenect, I made this package to reflect that and deleted the old one. Unfortunately, I graduated and lost access to the kinects I was testing with before I had a chance to test so I apologize for any rough edges and appreciate all commments and suggestions!

At first, I considered depending on the libfreenect package directly but decided against it so that I could ensure the openni driver was built during the build process and a symlink could be avoided. Although maybe it would just be cleaner to make libfreenect a hard dependency. Also, it seems that the libfreenect package has been updated to build the openni driver.

Ill whip up a new PKGBUILD using this approach and we can see if that would be a better route. Thanks!

Comment by foxxy

2014-02-23 10:48

Also, you either need to install the Kinect udev rules or depend on the libfreenect package. At the moment, I'm just installing libfreenect-git along side your package, but this does lead to some duplicate.

Comment by zanegrey

2014-02-22 23:01

Fixed, thank you!

Comment by foxxy

2014-02-22 22:44

Lovely package. But, missing dependency freeglut. Thanks.