diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-14 19:03:55 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-14 19:03:59 +0200 |
| commit | e49d0da8493baa06af8592beb19c345202f32252 (patch) | |
| tree | 2ad1dbb101969719c95b0378e8b0f8565a73e83a /gnu | |
| parent | 92cea8460f5464a33254e0051268558862252b78 (diff) | |
gnu: Remove openni2.
* gnu/packages/gstreamer.scm (openni2): Delete variable.
Fixes: guix/guix#1891
Change-Id: If4c58002f41c0aef87c90113553abbc27e76d7cd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gstreamer.scm | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index e78cd6c4223..454e6757f7e 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -102,44 +102,6 @@ #:use-module (gnu packages assembly) #:use-module (gnu packages xml)) -(define-public openni2 - (package - (name "openni2") - (version "2.2.0") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/occipital/OpenNI2") - (commit (string-append "v" version "-debian")))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0mfnyzpq53wnzgjfx91xcbx0nrl0lp1vrk1rk20a3gb3kshsr675")))) - (build-system gnu-build-system) - (arguments - `(#:tests? #f ; No target - #:phases - (modify-phases %standard-phases - (delete 'configure)))) - (native-inputs - `(("graphviz" ,graphviz) - ("doxygen" ,doxygen) - ("openjdk" ,openjdk14) - ("openjdk:jdk" ,openjdk14 "jdk") - ("python" ,python-wrapper))) - (inputs - `(("freeglut3" ,freeglut) - ("libudev" ,eudev) - ("libusb" ,libusb))) - (synopsis "Framework for sensor-based 'Natural Interaction") - (description "OpenNI is a framework for getting data to support -'Natural Interaction', i.e. skeleton tracking, gesture tracking, and similar -ways of getting data from humans. It provides the interface for physical devices -and for middleware components.") - (home-page "https://structure.io/openni") - (license license:asl2.0))) - (define-public libdc1394 (package (name "libdc1394") |
