mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
46e7baff74
+ 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
20 lines
635 B
PkgConfig
20 lines
635 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
toolsdir=${exec_prefix}/bin
|
|
pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
|
|
datarootdir=${prefix}/share
|
|
datadir=${datarootdir}
|
|
girdir=${datadir}/gir-1.0
|
|
completionsdir=@BASH_COMPLETION_DIR@
|
|
helpersdir=@BASH_HELPERS_DIR@
|
|
typelibdir=${libdir}/girepository-1.0
|
|
|
|
Name: GStreamer
|
|
Description: Streaming media framework
|
|
Version: @VERSION@
|
|
Requires: glib-2.0, gobject-2.0
|
|
Requires.private: gmodule-no-export-2.0
|
|
Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@
|
|
Cflags: -I${includedir} -I${libdir}/gstreamer-@GST_API_VERSION@/include
|