2005-08-20 12:14:28 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
2010-03-30 14:56:39 +00:00
|
|
|
datarootdir=${prefix}/share
|
|
|
|
datadir=${datarootdir}
|
|
|
|
girdir=${datadir}/gir-1.0
|
|
|
|
typelibdir=${libdir}/girepository-1.0
|
2005-08-20 12:14:28 +00:00
|
|
|
|
2005-10-15 13:24:54 +00:00
|
|
|
Name: GStreamer check unit testing
|
2005-08-20 12:14:28 +00:00
|
|
|
Description: Unit testing helper library for GStreamer modules
|
|
|
|
Requires: gstreamer-@GST_MAJORMINOR@
|
|
|
|
Version: @VERSION@
|
2010-03-22 07:40:34 +00:00
|
|
|
Libs: -L${libdir} -lgstcheck-@GST_MAJORMINOR@ @LIBM@
|
2009-08-06 16:27:12 +00:00
|
|
|
Cflags: -I${includedir}
|