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