emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29750: closed ([PATCH] gnu: Add sonivox-eas.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29750: closed ([PATCH] gnu: Add sonivox-eas.)
Date: Mon, 18 Dec 2017 11:29:01 +0000

Your message dated Mon, 18 Dec 2017 12:28:29 +0100
with message-id <address@hidden>
and subject line Re: [bug#29750] [PATCH] gnu: Add sonivox-eas.
has caused the debbugs.gnu.org bug report #29750,
regarding [PATCH] gnu: Add sonivox-eas.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29750: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29750
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add sonivox-eas. Date: Sat, 16 Dec 2017 22:44:44 +0100
* gnu/packages/music.scm (sonivox-eas): New variable.
---
 gnu/packages/music.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1befaf26d..acbb2ee7b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3618,3 +3618,34 @@ by The Echo Nest.")
 @url{https://gpodder.net} APIs.  It allows applications to discover, manage
 and track podcasts.")
     (license license:lgpl2.1+)))
+
+(define-public sonivox-eas
+  (package
+    (name "sonivox-eas")
+    (version "1.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/pedrolcl/Linux-SonivoxEas.git";)
+                    (commit (string-append "v" version))))
+              (file-name (string-append name "-" version "-checkout"))
+              (sha256
+               (base32
+                "0l9gs00p5g4k4qy6i7nv1mfi2n2wnsycwjrgrh9hxzam4irf2mw2"))))
+    (build-system cmake-build-system)
+    (arguments '(#:tests? #f)) ; there are no tests
+    (inputs
+     `(("alsa-lib" ,alsa-lib)
+       ("drumstick" ,drumstick)
+       ("pulseaudio" ,pulseaudio)
+       ("qtbase" ,qtbase)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "https://github.com/pedrolcl/Linux-SonivoxEas";)
+    (synopsis "MIDI synthesizer library")
+    (description "This project is a real time General MIDI synthesizer based
+on the Sonivox EAS Synthesizer by Google.  It does not need external
+soundfonts, using embedded samples instead.")
+    ;; Sonivox is released under the ASL2.0; the rest of the code is under
+    ;; GPLv2+.
+    (license (list license:gpl2+ license:asl2.0))))
-- 
2.15.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#29750] [PATCH] gnu: Add sonivox-eas. Date: Mon, 18 Dec 2017 12:28:29 +0100 User-agent: mu4e 1.0-alpha3; emacs 25.3.1
Ludovic Courtès <address@hidden> writes:

> Ricardo Wurmus <address@hidden> skribis:
>
>> * gnu/packages/music.scm (sonivox-eas): New variable.
>
> LGTM!

Pushed to master.

Thanks for your reviews!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net




--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]