[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: gx-hyperion-lv2: Update to 0-2.6a096a664.
From: |
Ricardo Wurmus |
Subject: |
04/09: gnu: gx-hyperion-lv2: Update to 0-2.6a096a664. |
Date: |
Sat, 19 Nov 2016 10:26:34 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit dad6cb50da30a3e6e788ae688cd8313148e14d8d
Author: Ricardo Wurmus <address@hidden>
Date: Sat Nov 19 10:54:09 2016 +0100
gnu: gx-hyperion-lv2: Update to 0-2.6a096a664.
* gnu/packages/music.scm (gx-hyperion-lv2): Update to 0-2.6a096a664.
[arguments]: Remove "escape-shell-commands" phase.
---
gnu/packages/music.scm | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b12767a..26c767f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2197,8 +2197,8 @@ pedal."))))
saturation effect."))))
(define-public gx-hyperion-lv2
- (let ((commit "7d993bc77f9946b3df0e481632c61b2dcbb6549f")
- (revision "1"))
+ (let ((commit "6a096a664e553e551e179e85cf390bd1683410fb")
+ (revision "2"))
(package (inherit gx-guvnor-lv2)
(name "gx-hyperion-lv2")
(version (string-append "0-" revision "." (string-take commit 9)))
@@ -2209,19 +2209,8 @@ saturation effect."))))
(commit commit)))
(sha256
(base32
- "12klcyc6l9v93ii3478mqz44jzvh5np1sk8zzdmz42jp0w8qd429"))
+ "1ksv3wmylhwbf6kjl2lnhr14h9rfl291cfm21471gnb1r68yqfxh"))
(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/GxHyperion.lv2")
(synopsis "Simulation of the Hyperion Fuzz pedal")
(description "This package provides the LV2 plugin \"GxHyperion\", a
- branch master updated (2c45309 -> cfcef2c), Ricardo Wurmus, 2016/11/19
- 02/09: gnu: qsynth: Update to 0.4.3., Ricardo Wurmus, 2016/11/19
- 01/09: gnu: synthv1: Update to 0.8.0., Ricardo Wurmus, 2016/11/19
- 06/09: gnu: gx-super-fuzz-lv2: Update to 0-2.f40389575., Ricardo Wurmus, 2016/11/19
- 04/09: gnu: gx-hyperion-lv2: Update to 0-2.6a096a664.,
Ricardo Wurmus <=
- 03/09: gnu: gx-saturator-lv2: Update to 0-2.0b581ac85., Ricardo Wurmus, 2016/11/19
- 05/09: gnu: gx-voodoo-fuzz-lv2: Update to 0-2.aec7889b4., Ricardo Wurmus, 2016/11/19
- 07/09: gnu: gx-vintage-fuzz-master-lv2: Update to 0-2.0fec0bc1e., Ricardo Wurmus, 2016/11/19
- 08/09: gnu: gx-slow-gear-lv2: Update to 0-2.cb852e042., Ricardo Wurmus, 2016/11/19
- 09/09: gnu: gx-switchless-wah-lv2: Update to 0-2.7b0869120., Ricardo Wurmus, 2016/11/19