-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathvlc-fix-appdata.patch
More file actions
31 lines (31 loc) · 1.54 KB
/
vlc-fix-appdata.patch
File metadata and controls
31 lines (31 loc) · 1.54 KB
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
diff --git a/share/org.videolan.vlc.appdata.xml.in.in b/share/org.videolan.vlc.appdata.xml.in.in
index ec237dc..8284673 100644
--- a/share/org.videolan.vlc.appdata.xml.in.in
+++ b/share/org.videolan.vlc.appdata.xml.in.in
@@ -18,7 +18,7 @@
<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="2026-01-01"/>
</releases>
<provides>
<library>libvlc.so.5</library>
@@ -28,15 +28,8 @@
<developer_name>VideoLAN et al.</developer_name>
<update_contact>vlc-devel -- videolan.org</update_contact>
<screenshots>
- <screenshot type="default">
- <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-poney.jpg</image>
- </screenshot>
- <screenshot>
- <image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-open.jpg</image>
- </screenshot>
- <screenshot>
- <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>
<content_rating type="oars-1.1" />
</component>