2009-01-06 12:16:18 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
2012-04-04 12:20:13 +00:00
|
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
2011-01-08 01:12:02 +00:00
|
|
|
datarootdir=${prefix}/share
|
|
|
|
datadir=${datarootdir}
|
|
|
|
girdir=${datadir}/gir-1.0
|
|
|
|
typelibdir=${libdir}/girepository-1.0
|
2009-01-06 12:16:18 +00:00
|
|
|
|
|
|
|
Name: GStreamer Application Library
|
|
|
|
Description: Helper functions and base classes for application integration
|
2012-04-04 12:20:13 +00:00
|
|
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
2009-01-06 12:16:18 +00:00
|
|
|
Version: @VERSION@
|
2012-04-04 12:20:13 +00:00
|
|
|
Libs: -L${libdir} -lgstapp-@GST_API_VERSION@
|
2009-01-06 12:16:18 +00:00
|
|
|
Cflags: -I${includedir}
|
|
|
|
|