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
|
Description: Added AppStream metainfo XML with hardware provide info.
This allow isenkram to propose this package when the hardware is
present.
Author: Petter Reinholdtsen
Bug-Debian https://bugs.debian.org/1077363
Forwarded: no
Last-Update: 2025-03-05
---
Index: kinect-audio-setup-salsa/it.ao2.git.kinect_audio_setup.metainfo.xml
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ kinect-audio-setup-salsa/it.ao2.git.kinect_audio_setup.metainfo.xml 2025-03-04 23:05:16.430406567 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <id>it.ao2.git.kinect_audio_setup</id>
+ <metadata_license>MIT</metadata_license>
+ <name>kinect-audio-setup</name>
+ <summary>Microsoft Kinect sensor audio setup helpers</summary>
+ <description>
+ <p>When the Kinect sensor is first plugged in, its audio input
+ device shows up as a generic USB device; after the appropriate
+ firmware is loaded, the device is reset and it becomes available
+ as a USB Audio Class (UAC) device.</p>
+ <p>Since the firmware is not redistributable, kinect-audio-setup
+ provides tools to download it from the Internet at installation
+ time, and sets up udev rules to call the firmware loader when the
+ device is plugged in to finally get the UAC device.</p>
+ </description>
+ <url type="homepage">https://git.ao2.it/kinect-audio-setup.git/</url>
+ <provides>
+ <modalias>usb:v045Ep02ADd*</modalias>
+ </provides>
+</component>
|