GNOME Bugzilla – Bug 633023
[discoverer] Add versionized gst-discoverer tool
Last modified: 2010-10-30 11:08:33 UTC
+++ This bug was initially created as a clone of Bug #632988 +++ gst-discoverer should be a versionized tool, like gst-inspect-0.10/gst-launch-0.10/etc, and have a wrapper script called gst-discoverer. Otherwise parallel installation of gstreamer 0.10 and 0.11/0.12 isn't possible
I think we should just dispense with the wrapper crap and only have gst-discoverer-0.10 (same for core, but we can't really change it there now).
Created attachment 173121 [details] [review] tools: Rename gst-discoverer to gst-discoverer-0.10
Comment on attachment 173121 [details] [review] tools: Rename gst-discoverer to gst-discoverer-0.10 I don't think we need to / should apply the -0.10 suffix to the source file. You probably only need that because the .c file is in EXTRA_DIST and not in xyz_SOURCES where it belongs (IMHO).
commit 0c4e4f25ae392681a3574202aa1813e6bb0a51c5 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sat Oct 30 12:03:39 2010 +0100 tools: rename gst-discoverer binary to gst-discoverer-0.10 We're not providing a wrapper like we do for the tools in core, since wrappers are confusing (e.g. for debugging purposes), mostly pointless (since the API is likely to change between major versions), and cause packaging issues when packages for two different major versions are to be installed in parallel. https://bugzilla.gnome.org/show_bug.cgi?id=633023