Re: [PATCH 16/24] gnu: gstreamer: Add qt-gstreamer.

2016-08-17 Thread David Craven
I'll withhold this patch for now pending further investigation... Thank you!

Re: [PATCH 16/24] gnu: gstreamer: Add qt-gstreamer.

2016-08-17 Thread Eric Bavier
On 2016-08-17 06:14, David Craven wrote: Is boost propagated due to header references? The include files reference these headers: #include #include #include #include what is the reason for disabling runpath validation? I'm getting a bunch of these errors. The problem seems to be that /

Re: [PATCH 16/24] gnu: gstreamer: Add qt-gstreamer.

2016-08-17 Thread David Craven
> Is boost propagated due to header references? The include files reference these headers: #include #include #include #include > what is the reason for disabling runpath validation? I'm getting a bunch of these errors. The problem seems to be that /gnu/store/2g5xcc8hp16nfnf37449f3p492m8i03h

Re: [PATCH 16/24] gnu: gstreamer: Add qt-gstreamer.

2016-08-16 Thread Eric Bavier
Hello David, You can remove the "gstreamer: " bit from the commit subject. On Tue, 16 Aug 2016 20:39:30 +0200 David Craven wrote: > * gnu/packages/gstreamer.scm (qt-gstreamer): New variable. > --- > gnu/packages/gstreamer.scm | 42 ++ > 1 file changed, 4

Re: [PATCH 16/24] gnu: gstreamer: Add qt-gstreamer.

2016-08-16 Thread Leo Famulari
On Tue, Aug 16, 2016 at 08:39:30PM +0200, David Craven wrote: > * gnu/packages/gstreamer.scm (qt-gstreamer): New variable. > + #:validate-runpath? #f)) My understanding is that if the runpath validator fails, then something is wrong with the package. Why is it disabled here?

[PATCH 16/24] gnu: gstreamer: Add qt-gstreamer.

2016-08-16 Thread David Craven
* gnu/packages/gstreamer.scm (qt-gstreamer): New variable. --- gnu/packages/gstreamer.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 54919cd..ee3c9e4 100644 --- a/gnu/packages/gstream