Search Criteria
Package Details: openni-git 20130205-2
Git Clone URL: | https://aur.archlinux.org/openni-git.git (read-only, click to copy) |
---|---|
Package Base: | openni-git |
Description: | The OpenNI Framework provides the interface for physical devices and for middleware components |
Upstream URL: | http://www.openni.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | bugix |
Maintainer: | Sandmann |
Last Packager: | Sandmann |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2011-02-12 16:54 |
Last Updated: | 2015-06-27 13:53 |
Dependencies (5)
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- java-environment (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- libusb (libusb-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-rc, mesa-stable, mesa-minimal+-git)
- git (git-git) (make)
Required by (10)
- openni-primesense-sensor (requires openni)
- ros-melodic-openni-camera (requires openni)
- ros-melodic-openni-camera (requires openni) (make)
- ros-melodic-openni-launch (requires openni)
- ros-melodic-openni-launch (requires openni) (make)
- ros-noetic-openni-camera (requires openni)
- ros-noetic-openni-camera (requires openni) (make)
- ros-noetic-openni-launch (requires openni) (make)
- ros-noetic-openni-launch (requires openni)
- sensorkinect (requires openni)
Latest Comments
1 2 3 Next › Last »
bchretien commented on 2014-04-13 09:43
@Sandmann: you could use:
git describe --abbrev=0 --tags | cut -d'-' -f2
Sandmann commented on 2014-02-08 14:09
@bchretien, sure, I can include the pkg-config file. However, I'm wondering from where to get the version number (i.e. 1.5.7.10) as the package is built from the latest sources.
bchretien commented on 2014-02-02 20:44
Hi, can you consider including pkg-config file?
Updated PKGBUILD + file available here: http://goo.gl/u2h4HA
Sandmann commented on 2013-12-08 21:45
Patch included. Thank you.
zanegrey commented on 2013-12-08 08:19
This package is missing the jni lib. Here is a patch to fix it.
74c74
< install libnimCodecs.so libnimMockNodes.so libnimRecorder.so libOpenNI.so "${pkgdir}/usr/lib"
---
> install libnimCodecs.so libnimMockNodes.so libnimRecorder.so libOpenNI.so libOpenNI.jni.so "${pkgdir}/usr/lib"
Sandmann commented on 2013-02-05 13:35
Thanks for the hint. The package now depends on "mesa".
Anonymous comment on 2013-02-05 11:52
You should add "mesa" package to dependencies.
It contains GL/glx.h which is needed for building SimpleNIViewer.
zootboy commented on 2012-12-08 19:04
@sen.cenan
I ran into this same issue. You need to have your locale set to UTF-8.
https://wiki.archlinux.org/index.php/Locale#US_English_example
Follow the "US english example" and the "Setting system-wide locale" sections.
Anonymous comment on 2012-12-02 20:32
I am getting BOMs (byte ordering mark) after the licensing comments in some of the C sharp files, causing the build to fail. I tried to remove it from source files manually, but it still doesn't work. Anyone knows what's going on here? Thanks a lot.
ex:
../../../../../Wrappers/OpenNI.net/AntiFlickerCapability.cs(22,0): error CS1525: Unexpected symbol `?'
../../../../../Wrappers/OpenNI.net/AssemblyInfo.cs(22,0): error CS1525: Unexpected symbol `?'
../../../../../Wrappers/OpenNI.net/AudioMetaData.cs(22,0): error CS1525: Unexpected symbol `?'
Sandmann commented on 2012-05-17 22:44
Thank you. Problem fixed.