1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Source: libfreenect
Section: libdevel
Priority: extra
Maintainer: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
Uploaders: Arne Bernin <arne@alamut.de>, Yaroslav Halchenko <debian@onerussian.com>, Mark Renouf <mark.renouf@gmail.com>
Build-Depends: debhelper (>= 9), cmake, pkg-config,
libusb-1.0-0-dev(>= 1.0.18~), freeglut3-dev,
Build-Depends-Indep:
doxygen,
Standards-Version: 3.9.6
Homepage: http://openkinect.org/
Vcs-Git: https://salsa.debian.org/neurodebian-team/libfreenect.git -b debian
Vcs-Browser: https://salsa.debian.org/neurodebian-team/libfreenect.git
Package: libfreenect0.5
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libfreenect
Description: library for accessing Kinect device
libfreenect is a cross-platform library that provides the necessary interfaces
to activate, initialize, and communicate data with the Kinect hardware.
Currently, the library supports access to RGB and depth video streams, motors,
accelerometer and LED and provide binding in different languages (C++,
Python...)
.
This library is the low level component of the OpenKinect project which is an
open community of people interested in making use of the Xbox Kinect hardware
with PCs and other devices.
.
This package contains the shared library of libfreenect.
Package: libfreenect-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libfreenect0.5 (= ${binary:Version}), libusb-1.0-0-dev (>= 1.0.18~)
Description: library for accessing Kinect device -- development files
libfreenect is a cross-platform library that provides the necessary interfaces
to activate, initialize, and communicate data with the Kinect hardware.
Currently, the library supports access to RGB and depth video streams, motors,
accelerometer and LED and provide binding in different languages (C++,
Python...)
.
This library is the low level component of the OpenKinect project which is an
open community of people interested in making use of the Xbox Kinect hardware
with PCs and other devices.
.
This is the development package containing the libraries and header for
software development with libfreenect.
Package: libfreenect-bin
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libfreenect-demos (<< 1:0.1.2+dfsg-1)
Breaks: libfreenect-demos (<< 1:0.1.2+dfsg-1)
Description: library for accessing Kinect device -- utilities and samples
libfreenect is a cross-platform library that provides the necessary interfaces
to activate, initialize, and communicate data with the Kinect hardware.
Currently, the library supports access to RGB and depth video streams, motors,
accelerometer and LED and provide binding in different languages (C++,
Python...)
.
This library is the low level component of the OpenKinect project which is an
open community of people interested in making use of the Xbox Kinect hardware
with PCs and other devices.
.
This package includes utilities and sample programs for kinect.
Package: libfreenect-demos
Architecture: any
Depends: libfreenect-bin, ${misc:Depends}
Description: library for accessing Kinect device -- dummy package
libfreenect is a cross-platform library that provides the necessary interfaces
to activate, initialize, and communicate data with the Kinect hardware.
Currently, the library supports access to RGB and depth video streams, motors,
accelerometer and LED and provide binding in different languages (C++,
Python...)
.
This library is the low level component of the OpenKinect project which is an
open community of people interested in making use of the Xbox Kinect hardware
with PCs and other devices.
.
This package is a metapackage to do the transition from libfreenect-demos
to libfreenect-bin. This package can be removed after installation.
Package: libfreenect-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: library for accessing Kinect device -- documentation
libfreenect is a cross-platform library that provides the necessary interfaces
to activate, initialize, and communicate data with the Kinect hardware.
Currently, the library supports access to RGB and depth video streams, motors,
accelerometer and LED and provide binding in different languages (C++,
Python...)
.
This library is the low level component of the OpenKinect project which is an
open community of people interested in making use of the Xbox Kinect hardware
with PCs and other devices.
.
This package contains the documentation of the API of libfreenect.
Package: freenect
Section: libs
Architecture: any
Depends: ${misc:Depends}, libfreenect-bin, libfreenect-dev, libfreenect0.5,
libfreenect-doc
Description: library for accessing Kinect device -- metapackage
libfreenect is a cross-platform library that provides the necessary interfaces
to activate, initialize, and communicate data with the Kinect hardware.
Currently, the library supports access to RGB and depth video streams, motors,
accelerometer and LED and provide binding in different languages (C++,
Python...)
.
This library is the low level component of the OpenKinect project which is an
open community of people interested in making use of the Xbox Kinect hardware
with PCs and other devices.
.
This is the metapackage to install all components of the project.
|