Re: Python transition and pkg-config files

2006-07-17 Thread Loïc Minier
On Tue, Jul 11, 2006, Loïc Minier wrote: > From gst0.10-python's configure.ac: [...] > PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0` > => (/usr/share/pygtk/2.0/defs: I can only ship that one time) > PYGTK_H2DEF=`$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py > PYG

Re: Python transition and pkg-config files

2006-07-11 Thread Loïc Minier
On Tue, Jul 11, 2006, Loïc Minier wrote: > It's also possible to influence the PKG_CONFIG_PATH, eg. > PKG_CONFIG_PATH=/usr/lib/pkg-config/python2.3:$PKG_CONFIG_PATH in > debian/rules. I tried this, and it wasn't too hard except it needed a "rtupdate" script to update the symlinks after a defa

Re: Python transition and pkg-config files

2006-07-11 Thread Loïc Minier
On Tue, Jul 11, 2006, Loïc Minier wrote: > Or should pyexecdir be dropped from .pc files? After some IRC discussion, this is not an option, and would violate the contract between the upstream .pc file authors and the upstream application developers trying to use these .pc files. Some other i