[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: qsynth: Update to 0.4.3.
From: |
Ricardo Wurmus |
Subject: |
02/09: gnu: qsynth: Update to 0.4.3. |
Date: |
Sat, 19 Nov 2016 10:26:34 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 4ed4bb11cb731829273e7002ddf06ec9417c9b1c
Author: Ricardo Wurmus <address@hidden>
Date: Sat Nov 19 01:19:16 2016 +0100
gnu: qsynth: Update to 0.4.3.
* gnu/packages/audio.scm (qsynth): Update to 0.4.3.
---
gnu/packages/audio.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7d2e2d2..77d3b53 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2281,21 +2281,22 @@ interface.")
(define-public qsynth
(package
(name "qsynth")
- (version "0.4.1")
+ (version "0.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qsynth/qsynth/" version
"/qsynth-" version ".tar.gz"))
(sha256
- (base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
+ (base32 "1j5hm99fjrnaw8wbmlh4qixkv3rw5dl429mp1ag7js2ydrx0j9yy"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" phase
#:configure-flags
'("CXXFLAGS=-std=gnu++11")))
(native-inputs
- `(("qttools" ,qttools)))
+ `(("qttools" ,qttools)
+ ("pkg-config" ,pkg-config)))
(inputs
`(("fluidsynth" ,fluidsynth)
("qtbase" ,qtbase)
- branch master updated (2c45309 -> cfcef2c), Ricardo Wurmus, 2016/11/19
- 02/09: gnu: qsynth: Update to 0.4.3.,
Ricardo Wurmus <=
- 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, 2016/11/19
- 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