2004-07-16 09:11:56 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
datadir=@datadir@
|
|
|
|
pyexecdir=@pyexecdir@
|
2003-06-26 07:40:13 +00:00
|
|
|
|
|
|
|
# same here. Useful when calling the code generator in addon packages.
|
2011-08-10 15:10:01 +00:00
|
|
|
pygstincludedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
2004-07-16 09:11:56 +00:00
|
|
|
defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
2011-08-10 15:10:01 +00:00
|
|
|
codegendir=${datadir}/pygst/0.10/codegen
|
2003-06-26 07:40:13 +00:00
|
|
|
|
|
|
|
Name: gst-python
|
|
|
|
Description: Python bindings for GStreamer
|
2009-04-11 14:54:00 +00:00
|
|
|
Requires: pygobject-2.0, gstreamer-@GST_MAJORMINOR@
|
2003-06-26 07:40:13 +00:00
|
|
|
Version: @VERSION@
|
2011-08-26 13:22:16 +00:00
|
|
|
Cflags: -I${pygstincludedir}
|