1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3libdir=@libdir@ 4includedir=@includedir@/gstreamer-@GST_API_VERSION@ 5datarootdir=${prefix}/share 6datadir=${datarootdir} 7girdir=${datadir}/gir-1.0 8typelibdir=${libdir}/girepository-1.0 9 10Name: GStreamer Base Utils Library 11Description: General utility functions 12Requires: gstreamer-@GST_API_VERSION@ gstreamer-audio-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@ 13Requires.private: gstreamer-tag-@GST_API_VERSION@ 14Version: @VERSION@ 15Libs: -L${libdir} -lgstpbutils-@GST_API_VERSION@ 16Cflags: -I${includedir} 17 18