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

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

[debbugs-tracker] bug#36669: closed ([PATCH] gnu: Add gnaural.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36669: closed ([PATCH] gnu: Add gnaural.)
Date: Wed, 17 Jul 2019 07:43:01 +0000

Your message dated Wed, 17 Jul 2019 13:11:48 +0530
with message-id <address@hidden>
and subject line Re: [bug#36669] [PATCH] gnu: Add gnaural.
has caused the debbugs.gnu.org bug report #36669,
regarding [PATCH] gnu: Add gnaural.
to be marked as done.

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


-- 
36669: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36669
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add gnaural. Date: Mon, 15 Jul 2019 21:42:12 +0530
* gnu/packages/audio.scm (gnaural): New variable.
---
 gnu/packages/audio.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3168a97414..86967beb64 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2019 Leo Famulari <address@hidden>
 ;;; Copyright © 2019 Rutger Helling <address@hidden>
+;;; Copyright © 2019 Arun Isaac <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3723,3 +3724,32 @@ library.")
     (description "FAudio is an XAudio reimplementation that focuses solely on
 developing fully accurate DirectX Audio runtime libraries.")
     (license license:zlib)))
+
+(define-public gnaural
+  (package
+    (name "gnaural")
+    (version "20110606")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://sourceforge/gnaural/Gnaural/gnaural_"
+                           version ".tar.xz"))
+       (sha256
+        (base32
+         "1gq519c0imsh57zklyi0f8h64l3ai48lh672c834470z8c6kvbfi"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("alsa-lib" ,alsa-lib)
+       ("gtk+" ,gtk+-2)
+       ("libsndfile" ,libsndfile)
+       ("portaudio" ,portaudio)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "http://gnaural.sourceforge.net/";)
+    (synopsis "Binaural beat synthesizer")
+    (description "Gnaural is a programmable auditory binaural beat synthesizer
+intended to be used for brainwave entrainment.  Gnaural supports creation of
+binaural beat tracks of different frequencies and exporting of tracks into
+different audio formats.  Gnaural can also be linked over the internet with
+other Gnaural instances, allowing synchronous sessions between many users.")
+    (license license:gpl2+)))
-- 
2.22.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36669] [PATCH] gnu: Add gnaural. Date: Wed, 17 Jul 2019 13:11:48 +0530
Thanks for the review, pushed to master!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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