wok-6.x diff shared-mime-info/stuff/kino.xml @ rev 17286
Add libnetfilter_cthelper
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 27 12:27:36 2014 +0100 (2014-10-27) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/shared-mime-info/stuff/kino.xml Mon Oct 27 12:27:36 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> 1.6 + <mime-type type="video/dv"> 1.7 + <comment>DV video</comment> 1.8 + <glob pattern="*.dv"/> 1.9 + <glob pattern="*.dif"/> 1.10 + <magic priority="50"> 1.11 + <match type="big32" value="0x1f070000" mask="0xffffff00" offset="0"/> 1.12 + </magic> 1.13 + </mime-type> 1.14 + 1.15 + <mime-type type="application/smil"> 1.16 + <comment>Kino SMIL Document</comment> 1.17 + <glob pattern="*.kino"/> 1.18 + </mime-type> 1.19 +</mime-info>