mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments for all other variables.
Original commit message from CVS: * pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments for all other variables.
This commit is contained in:
parent
ed111af937
commit
1a666a1e93
2 changed files with 13 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-16 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
* pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments
|
||||||
|
for all other variables.
|
||||||
|
|
||||||
2004-07-15 Johan Dahlin <johan@gnome.org>
|
2004-07-15 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* testsuite/registry.py: Add some basic tests
|
* testsuite/registry.py: Add some basic tests
|
||||||
|
|
|
@ -1,18 +1,19 @@
|
||||||
#prefix=@prefix@
|
prefix=@prefix@
|
||||||
#exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
#includedir=@includedir@
|
includedir=@includedir@
|
||||||
#datadir=@datadir@
|
datadir=@datadir@
|
||||||
|
pyexecdir=@pyexecdir@
|
||||||
|
|
||||||
# you can use the --variable=pygtkincludedir argument to
|
# you can use the --variable=pygtkincludedir argument to
|
||||||
# pkg-config to get this value. You might want to use this to
|
# pkg-config to get this value. You might want to use this to
|
||||||
# install additional headers.
|
# install additional headers.
|
||||||
#gstpythonincludedir=${includedir}/gst-python-@GST_MAJORMINOR@
|
gstpythonincludedir=${includedir}/gst-python-@GST_MAJORMINOR@
|
||||||
|
|
||||||
# same here. Useful when calling the code generator in addon packages.
|
# same here. Useful when calling the code generator in addon packages.
|
||||||
#defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
defsdir=${datadir}/gst-python/@GST_MAJORMINOR@/defs
|
||||||
|
|
||||||
Name: gst-python
|
Name: gst-python
|
||||||
Description: Python bindings for GStreamer
|
Description: Python bindings for GStreamer
|
||||||
Requires: pygtk-2.0, gstreamer-@GST_MAJORMINOR@
|
Requires: pygtk-2.0, gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
#Cflags: -I${gstpythonincludedir}
|
Cflags: -I${gstpythonincludedir}
|
||||||
|
|
Loading…
Reference in a new issue