After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 634522 - gst-visualize-m.m imports but doesn't use File::Basename
gst-visualize-m.m imports but doesn't use File::Basename
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-10 15:23 UTC by Evan Broder
Modified: 2010-12-02 21:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Evan Broder 2010-11-10 15:23:17 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
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-11-15 20:00:32 UTC
I will push a patch after freeze. Please attach the patch in the future here to make it easier for us.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2010-12-02 21:16:19 UTC
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.