2004-07-16 09:11:56 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
includedir=@includedir@
|
|
|
|
datadir=@datadir@
|
|
|
|
pyexecdir=@pyexecdir@
|
2003-06-26 07:40:13 +00:00
|
|
|
|
|
|
|
# you can use the --variable=pygtkincludedir argument to
|
|
|
|
# pkg-config to get this value. You might want to use this to
|
|
|
|
# install additional headers.
|
2004-07-16 09:11:56 +00:00
|
|
|
gstpythonincludedir=${includedir}/gst-python-@GST_MAJORMINOR@
|
2003-06-26 07:40:13 +00:00
|
|
|
|
|
|
|
# same here. Useful when calling the code generator in addon packages.
|
2004-07-16 09:11:56 +00:00
|
|
|
defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
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@
|
2004-07-16 09:11:56 +00:00
|
|
|
Cflags: -I${gstpythonincludedir}
|