plugin-scanner: rename plugin-scanner helper binary to gst-plugin-scanner
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 16 Nov 2009 00:12:22 +0000 (00:12 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 18 Nov 2009 09:28:08 +0000 (09:28 +0000)
commit3c7c9692aca0ddf88fcf3ec6528582555454e769
tree760c1476d89510703c82bbd7084136cd43dc260c
parentab5f2f4f5d129d502a33395ca77523d437dcf84a
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.
configure.ac
docs/faq/gst-uninstalled
docs/gst/Makefile.am
docs/libs/Makefile.am
docs/plugins/Makefile.am
gst/gstpluginloader.c
libs/gst/helpers/.gitignore
libs/gst/helpers/Makefile.am
libs/gst/helpers/gst-plugin-scanner.c [moved from libs/gst/helpers/plugin-scanner.c with 95% similarity]
tests/check/Makefile.am
tests/examples/manual/Makefile.am