-
Notifications
You must be signed in to change notification settings - Fork 23
/
vlc-fix-appdata.patch
38 lines (38 loc) · 1.81 KB
/
vlc-fix-appdata.patch
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
35
36
37
38
diff --git a/share/vlc.appdata.xml.in.in b/share/vlc.appdata.xml.in.in
index cc9c39a..e55c8d6 100644
--- a/share/vlc.appdata.xml.in.in
+++ b/share/vlc.appdata.xml.in.in
@@ -14,11 +14,12 @@
VCDs, and various streaming protocols.
</p>
</description>
+ <content_rating type="oars-1.1" />
<url type="homepage">https://www.videolan.org/vlc/</url>
<url type="bugtracker">https://trac.videolan.org/vlc/</url>
<url type="donation">https://www.videolan.org/contribute.html</url>
<releases>
- <release version="@VERSION@" />
+ <release version="@VERSION@" date="2023-10-30"/>
</releases>
<provides>
<library>libvlc.so.5</library>
@@ -26,16 +27,9 @@
<project_group>VideoLAN</project_group>
<project_license>GPL-2.0+</project_license>
<developer_name>VideoLAN et al.</developer_name>
- <update_contact>vlc-devel -- videolan.org</update_contact>
+ <update_contact>matmaul_at_gmail.com</update_contact>
<screenshots>
- <screenshot type="default">
- <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-poney.jpg</image>
- </screenshot>
- <screenshot type="default">
- <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-open.jpg</image>
- </screenshot>
- <screenshot type="default">
- <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-debian.jpg</image>
- </screenshot>
+ <screenshot type="default"><image type="source">https://raw.githubusercontent.com/flathub/org.videolan.VLC/master/vlc_screenshot_gnome3.jpg</image></screenshot>
+ <screenshot><image type="source">https://raw.githubusercontent.com/flathub/org.videolan.VLC/master/vlc_screenshot_gnome3_dark.jpg</image></screenshot>
</screenshots>
</component>