mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 11:44:18 +08:00
Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.
This commit is contained in:
parent
f1269968c9
commit
d64ddb67c6
@ -18,6 +18,7 @@ nobase_dist_pkgdata_DATA = \
|
||||
$(DIST_http) \
|
||||
$(DIST_osdmenu_default) \
|
||||
$(DIST_osdmenu_dvd) \
|
||||
$(DIST_applications) \
|
||||
$(NULL)
|
||||
|
||||
nobase_pkgdata_DATA = skins2/default.vlt
|
||||
@ -248,6 +249,10 @@ DIST_osdmenu_dvd = \
|
||||
osdmenu/dvd/unselect/barroff.png \
|
||||
$(NULL)
|
||||
|
||||
DIST_applications = \
|
||||
applications/vlc.desktop \
|
||||
$(NULL)
|
||||
|
||||
skins2/%.vlt:
|
||||
mkdir -p skins2
|
||||
tar cvvzf $@ --exclude .svn -C $(srcdir)/skins2 $*/
|
||||
|
13
share/applications/vlc.desktop
Normal file
13
share/applications/vlc.desktop
Normal file
@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=0.9.2
|
||||
Name=VLC media player
|
||||
Name[fr]=lecteur multimédia VLC
|
||||
Comment=Universal movies and music player
|
||||
Comment[fr]=Lecteur universel pour films et musique
|
||||
Exec=wxvlc
|
||||
Icon=vlc
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;AudioVideo;Player;
|
||||
MimeType=video/dv;video/mpeg;video/x-mpeg;video/msvideo;video/quicktime;video/x-anim;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/x-flc;video/x-fli;application/ogg;application/x-ogg;application/x-matroska;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-wav;audio/x-mpegurl;audio/x-scpls;audio/x-m4a;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;application/vnd.rn-realmedia;audio/x-real-audio;audio/x-pn-realaudio;application/x-flac;audio/x-flac;application/x-shockwave-flash;misc/ultravox;application/x-matroska;audio/vnd.rn-realaudio;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;image/vnd.rn-realpix;video/vnd.rn-realvideo;audio/x-pn-realaudio-plugin;
|
Loading…
Reference in New Issue
Block a user