Re: [PATCH] Add Faust and Guitarix.

2015-06-21 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: [...] >>> +(native-search-paths >>> + (list (search-path-specification >>> +(variable "LV2_PATH") >>> +(files '("lib/lv2") >> >> Shouldn’t it be in LV2 itself instead? > > I don’t know. LV2_PATH is used by L

Re: [PATCH] Add Faust and Guitarix.

2015-06-18 Thread Ricardo Wurmus
Ludovic Courtès writes: >> Subject: [PATCH 1/3] gnu: Add Faust. >> >> * gnu/packages/audio.scm (faust): New variable. > > [...] > >> + 'unpack 'remove-prebuilt-library >> + (lambda _ >> +(delete-file >> "architecture/android/libs/armeabi-v7a/libfaust_dsp.so") > > T

Re: [PATCH] Add Faust and Guitarix.

2015-06-16 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 7d0f4d6702cf6ed370e534862244fb65c414f46d Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sun, 14 Jun 2015 15:00:37 +0200 > Subject: [PATCH 1/3] gnu: Add Faust. > > * gnu/packages/audio.scm (faust): New variable. [...] > + 'unpack 'remove-prebuilt

Re: [PATCH] Add Faust and Guitarix.

2015-06-16 Thread Ludovic Courtès
Mark H Weaver skribis: > Alex Kost writes: > >> Ricardo Wurmus (2015-06-14 19:32 +0300) wrote: >> >> [...] >>> +(build-system gnu-build-system) >>> +(arguments >>> + `(#:make-flags (list (string-append "prefix=" (assoc-ref %outputs >>> "out"))) >> >> I think it is clearer to use jus

Re: [PATCH] Add Faust and Guitarix.

2015-06-15 Thread Mark H Weaver
Alex Kost writes: > Ricardo Wurmus (2015-06-14 19:32 +0300) wrote: > > [...] >> +(build-system gnu-build-system) >> +(arguments >> + `(#:make-flags (list (string-append "prefix=" (assoc-ref %outputs >> "out"))) > > I think it is clearer to use just '%output': > > `(#:make-fla

Re: [PATCH] Add Faust and Guitarix.

2015-06-14 Thread Alex Kost
Ricardo Wurmus (2015-06-14 19:32 +0300) wrote: [...] > +(build-system gnu-build-system) > +(arguments > + `(#:make-flags (list (string-append "prefix=" (assoc-ref %outputs > "out"))) I think it is clearer to use just '%output': `(#:make-flags (list (string-append "prefix=" %

[PATCH] Add Faust and Guitarix.

2015-06-14 Thread Ricardo Wurmus
>From 7d0f4d6702cf6ed370e534862244fb65c414f46d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 14 Jun 2015 15:00:37 +0200 Subject: [PATCH 1/3] gnu: Add Faust. * gnu/packages/audio.scm (faust): New variable. --- gnu/packages/audio.scm | 31 +++ 1 file changed,