debian: fix broken links to the Kinect For Windows EULA
[kinect-audio-setup.git] / debian / control
1 Source: kinect-audio-setup
2 Maintainer: Antonio Ospite <ao2@ao2.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.6
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: Microsoft Kinect sensor audio setup helpers
24  When the Kinect sensor is first plugged in, its audio input device shows
25  up as a generic USB device; after the appropriate firmware is loaded, the
26  device is reset and it becomes available as a USB Audio Class (UAC)
27  device.
28  .
29  Since the firmware is not redistributable, kinect-audio-setup provides
30  tools to download it from the Internet at installation time, and sets up
31  udev rules to call the firmware loader when the device is plugged in to
32  finally get the UAC device.
33  .
34  The UAC firmware is downloaded from the Microsoft Kinect Software
35  Development Kit at http://www.microsoft.com/en-us/kinectforwindows/, the
36  license of which can be found at
37  http://research.microsoft.com/en-us/um/legal/kinectsdk-tou_noncommercial.htm