mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-11 14:21:20 +00:00
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
This commit is contained in:
parent
91d574c234
commit
0c4e4f25ae
3 changed files with 9 additions and 5 deletions
|
@ -75,7 +75,9 @@ check: check-exports
|
||||||
|
|
||||||
CRUFT_FILES = \
|
CRUFT_FILES = \
|
||||||
$(top_builddir)/common/shave \
|
$(top_builddir)/common/shave \
|
||||||
$(top_builddir)/common/shave-libtool
|
$(top_builddir)/common/shave-libtool \
|
||||||
|
$(top_builddir)/tools/gst-discoverer
|
||||||
|
|
||||||
|
|
||||||
include $(top_srcdir)/common/cruft.mak
|
include $(top_srcdir)/common/cruft.mak
|
||||||
|
|
||||||
|
|
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
|
@ -2,4 +2,4 @@ gst-launch-ext-?.*
|
||||||
gst-visualise-?.*
|
gst-visualise-?.*
|
||||||
gst-launch-ext-?.*.1
|
gst-launch-ext-?.*.1
|
||||||
gst-visualise-?.*.1
|
gst-visualise-?.*.1
|
||||||
gst-discoverer
|
gst-discoverer-*
|
||||||
|
|
|
@ -5,13 +5,15 @@ man_MANS = \
|
||||||
gst-visualise-@GST_MAJORMINOR@.1
|
gst-visualise-@GST_MAJORMINOR@.1
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
gst-discoverer
|
gst-discoverer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
|
gst_discoverer_@GST_MAJORMINOR@_SOURCES = gst-discoverer.c
|
||||||
|
|
||||||
CLEANFILES = $(man_MANS) $(bin_SCRIPTS) $(bin_PROGRAMS)
|
CLEANFILES = $(man_MANS) $(bin_SCRIPTS) $(bin_PROGRAMS)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-visualise-m.m gst-visualise.1.in \
|
gst-visualise-m.m gst-visualise.1.in
|
||||||
gst-discoverer.c
|
|
||||||
|
|
||||||
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la\
|
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la\
|
||||||
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la\
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la\
|
||||||
|
|
Loading…
Reference in a new issue