#! /bin/sh /usr/share/dpatch/dpatch-run ## 100_fix_m4v_movies.dpatch by Markus Golser ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ --- browser-plugin/totemNarrowSpacePlugin.cpp.orig 2007-07-26 13:48:20.000000000 +0200 +++ browser-plugin/totemNarrowSpacePlugin.cpp 2007-07-26 13:48:52.000000000 +0200 @@ -52,6 +52,7 @@ static const totemPluginMimeEntry kMimeTypes[] = { { "video/quicktime", "mov", NULL, FALSE }, { "video/mp4", "mp4", NULL, FALSE }, + { "video/x-m4v", "m4v", NULL, FALSE }, { "image/x-macpaint", "pntg", NULL, FALSE }, { "image/x-quicktime", "pict, pict1, pict2", "image/x-pict", FALSE }, { "application/x-quicktime-media-link", "qtl", NULL, TRUE }