Re: [PATCH 4/4] gnu: Add gst-python.

2016-03-06 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/gstreamer.scm (python-gst, python2-gst): New variables. > > [...] > >> +(arguments >> + `(#:configure-flags >> + (let ((python-sitedir >> + ;; XXX: make this a package property? >> +

Re: [PATCH 4/4] gnu: Add gst-python.

2016-03-06 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/gstreamer.scm (python-gst, python2-gst): New variables. [...] > +(arguments > + `(#:configure-flags > + (let ((python-sitedir > + ;; XXX: make this a package property? > + ,(string-append "lib/python" > +

Re: [PATCH 4/4] gnu: Add gst-python.

2016-03-05 Thread 宋文武
Efraim Flashner writes: > On Sun, 6 Mar 2016 15:07:58 +0800 > [...] > > are you sure this should use the gnu-build-system and not the > python-build-system? Yes, it use autotools, and don’t have setup.py.

Re: [PATCH 4/4] gnu: Add gst-python.

2016-03-05 Thread Efraim Flashner
On Sun, 6 Mar 2016 15:07:58 +0800 宋文武 wrote: > * gnu/packages/gstreamer.scm (python-gst, python2-gst): New variables. > --- > gnu/packages/gstreamer.scm | 58 > ++ > 1 file changed, 58 insertions(+) > > diff --git a/gnu/packages/gstreamer.scm b/gnu/

[PATCH 4/4] gnu: Add gst-python.

2016-03-05 Thread 宋文武
* gnu/packages/gstreamer.scm (python-gst, python2-gst): New variables. --- gnu/packages/gstreamer.scm | 58 ++ 1 file changed, 58 insertions(+) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 5b348b1..b19ea81 100644 --- a/gnu/