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 601698 - Rename new plugin-scanner helper executable before release
Rename new plugin-scanner helper executable before release
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: 0.10.26
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-12 14:16 UTC by Tim-Philipp Müller
Modified: 2009-11-18 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2009-11-12 14:16:54 UTC
We should move and/or rename the new plugin-scanner helper binary before the next release, so that it's versioned and namespaced properly.

I'll do that later/tonight.
Comment 1 Tim-Philipp Müller 2009-11-18 09:41:50 UTC
Ok, here it goes, let's see what breaks:

 commit 3c7c9692aca0ddf88fcf3ec6528582555454e769
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Mon Nov 16 00:12:22 2009 +0000

    plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scanner
    
    and install into a different directory $(libexecdir/gstreamer-0.10) so that
    everything is versioned properly.
    
    NOTE: run 'make clean' after updating; if you are running an uninstalled setup,
    you will need to update your gst-uninstalled script (unless it's symlinked
    to gstreamer core master) and exit/enter your uninstalled environment to get
    the updated environment. If you are running an installed setup, you should
    run 'make uninstall' before merging this change or remove the old
    plugin-scanner binary manually.
    
    Fixes #601698.