One of the sites requested by a school to work with Debian Edu uses mime types audio/mp4 and audio/x-mp4 in their streams. To get these working with the mplayer mozilla plugin, I NMUed it the other day. Please allow the change to be included in Lenny. The new version is available on all archs already, and got 4 days left in unstable until its 10 day period is over. This is the complete patch.
diff -u mplayerplug-in-3.55/debian/changelog mplayerplug-in-3.55/debian/changelog --- mplayerplug-in-3.55/debian/changelog +++ mplayerplug-in-3.55/debian/changelog @@ -1,3 +1,13 @@ +mplayerplug-in (3.55-1.1) unstable; urgency=low + + * Non-maintainer upload to solve issue important + for Debian Edu. + * Add new patch 01_mp4-audio.patch to add audio/m4a and + audio/x-m4a mime types to list of handled MIME + types (Closes: #490402). Patch from upstream CVS. + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Sat, 16 Aug 2008 18:57:19 +0200 + mplayerplug-in (3.55-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- mplayerplug-in-3.55.orig/debian/patches/01_mp4-audio.patch +++ mplayerplug-in-3.55/debian/patches/01_mp4-audio.patch @@ -0,0 +1,16 @@ +add audio/m4a and audio/x-m4a mime types to list of handled MIME types (Closes: #490402). + +Patch from upstream, see +<URL:http://sourceforge.net/mailarchive/message.php?msg_name=E1KHmRH-0000m1-4R%40mail.sourceforge.net>. + +--- mplayerplug-in-3.55.orig/Source/plugin-setup.cpp ++++ mplayerplug-in-3.55/Source/plugin-setup.cpp +@@ -348,6 +348,8 @@ + "audio/x-mpeg:mpg,mpeg:MPEG;" + "audio/mpeg2:mp2:MPEG audio;" + "audio/x-mpeg2:mp2:MPEG audio;" ++ "audio/mp4:mp4:MPEG 4 audio;" ++ "audio/x-mp4:mp4:MPEG 4 audio;" + "video/mp4:mp4:MPEG 4 Video;" + "video/3gpp:mp4,3gp:MPEG 4 Video;", sizeof(MimeTypes)); + Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

