[Pkg-sugar-commit] [sugar-base] 01/02: #4781: Add mime types for some audio and video types.

Jonas Smedegaard dr at jones.dk
Fri Apr 17 07:42:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag v0.2.2
in repository sugar-base.

commit dae4912109de2001f9924feb536b61f181dd9e9f
Author: Tomeu Vizoso <tomeu at tomeuvizoso.net>
Date:   Wed Jan 16 12:06:49 2008 -0500

    #4781: Add mime types for some audio and video types.
---
 src/sugar/mime.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sugar/mime.py b/src/sugar/mime.py
index fd79ad8..a7b3eea 100644
--- a/src/sugar/mime.py
+++ b/src/sugar/mime.py
@@ -41,12 +41,12 @@ _generic_types = [
 { 'id'    : 'Audio',
   'name'  : _('Audio'),
   'icon'  : 'audio-x-generic',
-  'types' : ['audio/ogg', 'audio/x-wav', 'audio/wav']
+  'types' : ['audio/ogg', 'audio/x-wav', 'audio/wav', 'audio/x-vorbis+ogg']
 },
 { 'id'    : 'Video',
   'name'  : _('Video'),
   'icon'  : 'video-x-generic',
-  'types' : ['video/ogg', 'application/ogg']
+  'types' : ['video/ogg', 'application/ogg', 'video/x-theora+ogg']
 },
 { 'id'    : 'Link',
   'name'  : _('Link'),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-base.git



More information about the pkg-sugar-commit mailing list