mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
714d8aa451
Now that it's arch-independent again. Will need fixes in cerbero too.
20 lines
587 B
PkgConfig
20 lines
587 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}
|