GNOME Bugzilla – Bug 634522
gst-visualize-m.m imports but doesn't use File::Basename
Last modified: 2010-12-02 21:16:19 UTC
The gst-visualize-m.m imports File::Basename at the top, but doesn't actually use any functions from that module. In Ubuntu we're attempting to trim down some of our dependencies, and in particular we're looking at Perl modules we can avoid installing. We've patched gst-visualize-m.m to remove this dependency (http://bit.ly/95Emmh) without any loss of functionality
I will push a patch after freeze. Please attach the patch in the future here to make it easier for us.
commit 52b0134566e66cf2d89f57d1489f1fae1c1066dd Author: Evan Broder <evan@ebroder.net> Date: Mon Nov 15 22:02:07 2010 +0200 gst-visualise: trim unused perl dependency Remove an unused perl module. Fixes #634522.