guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch] gst-plugins-base


From: Efraim Flashner
Subject: Re: [Patch] gst-plugins-base
Date: Thu, 31 Mar 2016 10:22:16 +0300
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Mar 30, 2016 at 05:57:24PM -0400, Mark H Weaver wrote:
> Mark H Weaver <address@hidden> writes:
> 
> > Here's one way to do it:
> >
> >     (inputs
> >      `(("cdparanoia" ,cdparanoia)
> >        ,@(if (any (cute string-prefix? <> (or (%current-target-system)
> >                                               (%current-system)))
> >                   '("arm" "mips"))

64-bit Arm is Aarch64 and not arm64, so this probably won't capture
64-bit Arm if/when we start to support it.

> >              '()
> >              `(("orc" ,orc)))
> >
> > You'll need to import (srfi srfi-1) for 'any' and (srfi srfi-26) for
> > 'cute'.
> >
> > What do you think?  Can you send an updated patch?
> 
> One more thing: please add a comment containing the string "FIXME",
> explaining that we are omitting "orc" on arm and mips, and the reason
> why.
> 
>      Thanks!
>        Mark

It turns out I didn't search gstreamer.scm well enough, so if this patch
looks good then I'll copy the syntax over to the other packages in
gstreamer and make patches for them too.

address@hidden:~/workspace/guix$ grep \(\"orc\"\ \,orc\)
gnu/packages/*scm
gnu/packages/gstreamer.scm:           `(("orc" ,orc)))
gnu/packages/gstreamer.scm:       ("orc" ,orc)
gnu/packages/gstreamer.scm:       ("orc" ,orc)
gnu/packages/gstreamer.scm:       ("orc" ,orc)))
gnu/packages/gstreamer.scm:       ("orc" ,orc)

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: 0001-gnu-gst-plugins-base-Don-t-build-with-orc-on-arm-mip.patch
Description: Text document

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]