[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: Add portmidi-for-extempore.
From: |
Ricardo Wurmus |
Subject: |
08/09: gnu: Add portmidi-for-extempore. |
Date: |
Fri, 16 Sep 2016 15:32:04 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 38098bf7b4c00551afd770eb6ac81cf96aa32c38
Author: Ricardo Wurmus <address@hidden>
Date: Wed Sep 14 11:26:54 2016 +0200
gnu: Add portmidi-for-extempore.
* gnu/packages/music.scm (portmidi-for-extempore): New variable.
---
gnu/packages/music.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index f294564..c62dbbc 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1081,6 +1081,23 @@ projects.")
using a system-independent interface.")
(license license:expat)))
+(define-public portmidi-for-extempore
+ (package (inherit portmidi)
+ (name "portmidi-for-extempore")
+ (version "217")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/extemporelang/portmidi/"
+ "archive/" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0gjikwciyr8kk4y3qiv1pcq58xpgw38ql1m2gs6g0qc1s8sx4235"))))
+ (build-system cmake-build-system)
+ (arguments `(#:tests? #f)) ; no tests
+ (native-inputs '())
+ (home-page "https://github.com/extemporelang/portmidi/")))
+
(define-public python-pyportmidi
(package
(name "python-pyportmidi")
- branch master updated (f687539 -> 9159562), Ricardo Wurmus, 2016/09/16
- 05/09: gnu: Add stb-image-for-extempore., Ricardo Wurmus, 2016/09/16
- 08/09: gnu: Add portmidi-for-extempore.,
Ricardo Wurmus <=
- 04/09: gnu: Add assimp., Ricardo Wurmus, 2016/09/16
- 01/09: gnu: Add r-rtsne., Ricardo Wurmus, 2016/09/16
- 03/09: gnu: Add nanovg-for-extempore., Ricardo Wurmus, 2016/09/16
- 09/09: gnu: Add Extempore., Ricardo Wurmus, 2016/09/16
- 02/09: gnu: Add r-e1071., Ricardo Wurmus, 2016/09/16
- 07/09: gnu: Add kiss-fft-for-extempore., Ricardo Wurmus, 2016/09/16
- 06/09: gnu: Add llvm-for-extempore., Ricardo Wurmus, 2016/09/16