unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36669] [PATCH] gnu: Add gnaural.
@ 2019-07-15 16:12 Arun Isaac
  2019-07-16 17:18 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2019-07-15 16:12 UTC (permalink / raw)
  To: 36669

* 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 <pierre.langlois@gmx.com>
 ;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#36669] [PATCH] gnu: Add gnaural.
  2019-07-15 16:12 [bug#36669] [PATCH] gnu: Add gnaural Arun Isaac
@ 2019-07-16 17:18 ` Marius Bakke
  2019-07-17  7:41   ` bug#36669: " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2019-07-16 17:18 UTC (permalink / raw)
  To: Arun Isaac, 36669

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

Arun Isaac <arunisaac@systemreboot.net> writes:

> * gnu/packages/audio.scm (gnaural): New variable.

LGTM.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#36669: [PATCH] gnu: Add gnaural.
  2019-07-16 17:18 ` Marius Bakke
@ 2019-07-17  7:41   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2019-07-17  7:41 UTC (permalink / raw)
  To: Marius Bakke, 36669-done

[-- Attachment #1: Type: text/plain, Size: 42 bytes --]


Thanks for the review, pushed to master!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-17  7:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15 16:12 [bug#36669] [PATCH] gnu: Add gnaural Arun Isaac
2019-07-16 17:18 ` Marius Bakke
2019-07-17  7:41   ` bug#36669: " Arun Isaac

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).