bash-completion: Implement in a different way.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Fri, 20 Feb 2015 21:04:22 +0000 (22:04 +0100)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Mon, 23 Feb 2015 16:57:57 +0000 (17:57 +0100)
commit46e7baff745d35a2079d714ffb4284e85b74d1f7
tree4d6e1d41e696f84b0bc83dd14cc8746a3cd99534
parentbcce3fbcb8e55b72f3114971087582121b618dda
bash-completion: Implement in a different way.

+ Gets installed
+ Uses a helper tool, gst-completion-helper, installed in
  bash-completions/helpers.
+ Adds a common script that other tools can source.

https://bugzilla.gnome.org/show_bug.cgi?id=744877
Makefile.am
configure.ac
data/Makefile.am [new file with mode: 0644]
data/completions/gst-inspect-1.0 [new file with mode: 0644]
data/completions/gst-launch-1.0 [new file with mode: 0644]
libs/gst/helpers/.gitignore
libs/gst/helpers/Makefile.am
libs/gst/helpers/gst [new file with mode: 0644]
libs/gst/helpers/gst-completion-helper.c [new file with mode: 0644]
pkgconfig/gstreamer-uninstalled.pc.in
pkgconfig/gstreamer.pc.in