[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: gx-super-fuzz-lv2: Fix SSE detection.
From: |
Ricardo Wurmus |
Subject: |
04/07: gnu: gx-super-fuzz-lv2: Fix SSE detection. |
Date: |
Fri, 14 Oct 2016 21:48:23 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit c6e45a93d4a0ffdeaeba87e852b4204f75e318ed
Author: Ricardo Wurmus <address@hidden>
Date: Fri Oct 14 23:37:36 2016 +0200
gnu: gx-super-fuzz-lv2: Fix SSE detection.
* gnu/packages/music.scm (gx-super-fuzz-lv2)[arguments]: Add phase
"escape-shell-commands".
---
gnu/packages/music.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 87dd5f2..51f391b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2243,6 +2243,17 @@ parallel with a DarkBooster, followed by a volume
control."))))
(base32
"1jclp53p01h94cpx17wm4765r7klbr41g7bvq87l53qwlrgkc7a9"))
(file-name (string-append name "-" version "-checkout"))))
+ (arguments
+ (substitute-keyword-arguments (package-arguments gx-guvnor-lv2)
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (add-after 'unpack 'escape-shell-commands
+ (lambda _
+ (substitute* "Makefile"
+ (("cat ") "$(shell cat ")
+ (("/dev/null") "/dev/null)")
+ (("SSE_CFLAGS = \"\"") "SSE_CFLAGS ="))
+ #t))))))
(home-page "https://github.com/brummer10/GxSuperFuzz.lv2")
(synopsis "Fuzz effect modelled after the UniVox SuperFuzz")
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", an
- branch master updated (b013c33 -> b74d79d), Ricardo Wurmus, 2016/10/14
- 02/07: gnu: gx-hyperion-lv2: Fix SSE detection., Ricardo Wurmus, 2016/10/14
- 03/07: gnu: gx-voodoo-fuzz-lv2: Fix SSE detection., Ricardo Wurmus, 2016/10/14
- 05/07: gnu: gx-vintage-fuzz-master-lv2: Fix SSE detection., Ricardo Wurmus, 2016/10/14
- 07/07: gnu: gx-switchless-wah-lv2: Fix SSE detection., Ricardo Wurmus, 2016/10/14
- 06/07: gnu: gx-slow-gear-lv2: Fix SSE detection., Ricardo Wurmus, 2016/10/14
- 04/07: gnu: gx-super-fuzz-lv2: Fix SSE detection.,
Ricardo Wurmus <=
- 01/07: gnu: gx-saturator-lv2: Fix SSE detection., Ricardo Wurmus, 2016/10/14