File: Extended-Appstream-modalias-XML-with-modalias-hardware-ma.patch

package info (click to toggle)
cheese 44.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,312 kB
  • sloc: ansic: 6,621; xml: 293; sh: 183; python: 55; makefile: 21
file content (29 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download
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
From: Petter Reinholdtsen <pere@debian.org>
Date: Sun, 20 Apr 2025 00:12:51 +0200
Subject: Extended Appstream modalias XML with modalias hardware mapping.

This information allow package managers and systems like isenkram to propose
cheese when relevant hardware and kernel drivers are available on a
computer.

More information on the Appstream format is available from
<URL: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html >.

Forwarded: https://gitlab.gnome.org/GNOME/cheese/-/merge_requests/77
---
 data/org.gnome.Cheese.appdata.xml.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/org.gnome.Cheese.appdata.xml.in b/data/org.gnome.Cheese.appdata.xml.in
index 16ddd00..2711825 100644
--- a/data/org.gnome.Cheese.appdata.xml.in
+++ b/data/org.gnome.Cheese.appdata.xml.in
@@ -67,4 +67,8 @@
       <url>https://gitlab.gnome.org/GNOME/cheese/raw/3.38.0/NEWS</url>
     </release>
   </releases>
+  <provides>
+    <modalias>usb:v*p*d*dc*dsc*dp*ic0Eisc01ip*</modalias>
+    <modalias>lkmodule:videodev</modalias>
+  </provides>
 </component>