Package: vlc Version: 1.1.12-3 Severity: normal Tags: patch Hello,
VLC does not add a mailcap entry for video/ogg, making it very inconvenient to share patent-unencumbered video files. Please see the attached patch for a fix. Hendrik
--- debian/vlc.mime.orig 2011-12-10 20:17:14.000000000 -0500 +++ debian/vlc.mime 2011-12-10 20:24:59.000000000 -0500 @@ -31,6 +31,9 @@ video/quicktime; vlc %s; description="Apple Quicktime Video"; test=test -n "$DISPLAY"; priority=4 video/quicktime; vlc -I rc -V caca %s; needsterminal; description="Apple Quicktime Video"; priority=3 +video/ogg; vlc %s; description="Ogg Video"; test=test -n "$DISPLAY"; priority=4 +video/quicktime; vlc -I rc -V caca %s; needsterminal; description="Ogg Video"; priority=3 + application/ogg; vlc %s; nametemplate=%s.ogg; description="Ogg stream"; test=test -n "$DISPLAY"; priority=4 application/ogg; vlc -I rc -V caca %s; nametemplate=%s.ogg; needsterminal; description="Ogg stream"; priority=3 application/x-ogg; vlc %s; nametemplate=%s.ogg; description="Ogg stream"; test=test -n "$DISPLAY"; priority=4