GNOME Bugzilla – Bug 601698
Rename new plugin-scanner helper executable before release
Last modified: 2009-11-18 09:41:50 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.
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.