Blame pkgconfig/gstreamer-audio.pc.in

Packit Service 4387a0
prefix=@prefix@
Packit Service 4387a0
exec_prefix=@exec_prefix@
Packit Service 4387a0
libdir=@libdir@
Packit Service 4387a0
includedir=@includedir@/gstreamer-@GST_API_VERSION@
Packit Service 4387a0
datarootdir=${prefix}/share
Packit Service 4387a0
datadir=${datarootdir}
Packit Service 4387a0
girdir=${datadir}/gir-1.0
Packit Service 4387a0
typelibdir=${libdir}/girepository-1.0
Packit Service 4387a0
Packit Service 4387a0
Name: GStreamer Audio library
Packit Service 4387a0
Description: Audio helper functions and base classes
Packit Service 4387a0
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Packit Service 4387a0
Requires.private: @ORC_PC@
Packit Service 4387a0
Version: @VERSION@
Packit Service 4387a0
Libs: -L${libdir} -lgstaudio-@GST_API_VERSION@
Packit Service 4387a0
Cflags: -I${includedir}
Packit Service 4387a0