debian: depend on p7zip-full >= 9.20
[kinect-audio-setup.git] / debian / control
1 Source: kinect-audio-setup
2 Section: contrib/sound
3 Priority: extra
4 Maintainer: Antonio Ospite <ospite@studenti.unina.it>
5 Build-Depends: debhelper (>= 8.0.0), libusb-1.0-0-dev, pkg-config
6 Standards-Version: 3.9.2
7 Homepage: http://git.ao2.it/kinect-audio-setup.git/
8 Vcs-Git: git://git.ao2.it/kinect-audio-setup.git
9 Vcs-Browser: http://git.ao2.it/kinect-audio-setup.git/
10
11 Package: kinect-audio-setup
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, udev, wget, p7zip-full (>= 9.20)
14 Description: enable audio input from the Microsoft Kinect sensor device
15  When the Kinect is first plugged in the USB port it shows up as a
16  generic USB device with a bulk endpoint; after uploading a certain
17  firmware a reenumeration takes place and a USB Audio Class device
18  becomes available.
19  .
20  kinect-audio-setup provides tools to download the firmware off the net
21  at installation time â€”since it is not redistributable—, and it sets up
22  udev rules to call the firmware loader when the device is plugged in to
23  finally get the USB Audio Class device.
24  .
25  The UAC firmware is downloaded from the Microsoft Kinect SDK at
26  http://www.kinectforwindows.org, the license of the SDK can be found at
27  http://www.kinectforwindows.org/download/EULA.htm