tags 405900 +patch thanks Hi,
I've made a patch for swf-player which fixes _this_ bug, but in practice Iceweasel will not pick this plugin up. I've also tried to copy the old .so-file into one of the directories where Iceweasel picks up it's plugins, but libswfdecmozilla.so does not show up in the list of plugins in Iceweasel (about:plugins). My package is available [1] if others want to test, but I'm not sure if I will NMU this package when the plugin doesn't work. - Werner [1] http://people.debian.org/~werner/debian/pool/unstable/s/swfdec0.3/
diff -u swfdec0.3-0.3.6/debian/changelog swfdec0.3-0.3.6/debian/changelog --- swfdec0.3-0.3.6/debian/changelog +++ swfdec0.3-0.3.6/debian/changelog @@ -1,3 +1,11 @@ +swfdec0.3 (0.3.6-2.2) unstable; urgency=high + + * Non-maintainer upload. + * Adding symlinks for plugin in the plugin directories for iceape, + iceweasel and the latest firefox-package. (Closes: #405900) + + -- Morten Werner Olsen <[EMAIL PROTECTED]> Wed, 10 Jan 2007 06:42:55 +0100 + swfdec0.3 (0.3.6-2.1) unstable; urgency=medium * Non-maintainer upload, BSP Zurich/Switzerland. diff -u swfdec0.3-0.3.6/debian/rules swfdec0.3-0.3.6/debian/rules --- swfdec0.3-0.3.6/debian/rules +++ swfdec0.3-0.3.6/debian/rules @@ -9,4 +9,11 @@ + mkdir -p debian/tmp/usr/lib/firefox/plugins + cd debian/tmp/usr/lib/firefox/plugins && ln -s ../../mozilla/plugins/*.so . + mkdir -p debian/tmp/usr/lib/iceape/plugins + cd debian/tmp/usr/lib/iceape/plugins && ln -s ../../mozilla/plugins/*.so . + mkdir -p debian/tmp/usr/lib/iceweasel/plugins + cd debian/tmp/usr/lib/iceweasel/plugins && ln -s ../../mozilla/plugins/*.so . mkdir -p debian/tmp/usr/lib/mozilla-snapshot/plugins cd debian/tmp/usr/lib/mozilla-snapshot/plugins && ln -s ../../mozilla/plugins/*.so . mkdir -p debian/tmp/usr/lib/mozilla-firefox/plugins cd debian/tmp/usr/lib/mozilla-firefox/plugins && ln -s ../../mozilla/plugins/*.so . + diff -u swfdec0.3-0.3.6/debian/swf-player.install swfdec0.3-0.3.6/debian/swf-player.install --- swfdec0.3-0.3.6/debian/swf-player.install +++ swfdec0.3-0.3.6/debian/swf-player.install @@ -4,4 +4,7 @@ debian/tmp/usr/lib/gtk-2.0/*/loaders/*.so debian/tmp/usr/lib/gtk-2.0/*/loaders/*.la +debian/tmp/usr/lib/firefox/plugins/*.so +debian/tmp/usr/lib/iceape/plugins/*.so +debian/tmp/usr/lib/iceweasel/plugins/*.so debian/tmp/usr/lib/mozilla-snapshot/plugins/*.so debian/tmp/usr/lib/mozilla-firefox/plugins/*.so