Package: mplayerplug-in Version: 3.55-1.1 This is the patch used in my NMU.
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)); + -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]