From 12c8c997e79be0321822d4ccf051493d67b3a217 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 16 Jul 2019 23:22:21 +0200 Subject: gnu: qsynth: Use newer (HTTPS) home page. * gnu/packages/audio.scm (qsynth)[home-page]: Update. --- gnu/packages/audio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/audio.scm') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 3168a97414..2886db5a48 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2889,7 +2889,7 @@ interface.") `(("fluidsynth" ,fluidsynth) ("qtbase" ,qtbase) ("qtx11extras" ,qtx11extras))) - (home-page "http://qsynth.sourceforge.net") + (home-page "https://qsynth.sourceforge.io") (synopsis "Graphical user interface for FluidSynth") (description "Qsynth is a GUI front-end application for the FluidSynth SoundFont -- cgit v1.2.3 From 5e4cb92ee8bd32555606f0e25e496254c9e0097b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 16 Jul 2019 23:22:58 +0200 Subject: gnu: qsynth: Update to 0.5.7. * gnu/packages/audio.scm (qsynth): Update to 0.5.7. [arguments]: Remove CXXFLAGS=-std=gnu++11 #:configure-flag. --- gnu/packages/audio.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gnu/packages/audio.scm') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 2886db5a48..aedfa9b753 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2869,19 +2869,17 @@ interface.") (define-public qsynth (package (name "qsynth") - (version "0.5.6") + (version "0.5.7") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qsynth/qsynth/" version "/qsynth-" version ".tar.gz")) (sha256 - (base32 "0h4hhja8qbyzd6v24flw9wr4mwl03nplryx1gyrppn7sg13l1sx6")))) + (base32 "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; no "check" phase - #:configure-flags - '("CXXFLAGS=-std=gnu++11"))) + `(#:tests? #f)) ; no "check" phase (native-inputs `(("qttools" ,qttools) ("pkg-config" ,pkg-config))) -- cgit v1.2.3 From e7597aad86ba4629526c434d305d55bc20171855 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 16 Jul 2019 23:31:39 +0200 Subject: gnu: qjackctl: Update to 0.5.9. * gnu/packages/audio.scm (qjackctl): Update to 0.5.9. --- gnu/packages/audio.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/audio.scm') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index aedfa9b753..6532cb9188 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2120,14 +2120,14 @@ different audio devices such as ALSA or PulseAudio.") (define-public qjackctl (package (name "qjackctl") - (version "0.5.8") + (version "0.5.9") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/qjackctl/qjackctl/" version "/qjackctl-" version ".tar.gz")) (sha256 (base32 - "1r5hf3hcr20n93jrrm7xk2zf6yx264pcr4d10cpybhrancxh602n")))) + "1saywsda9m124rmjp7i3n0llryaliabjxhqhvqr6dm983qy7pypk")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) ; no check target -- cgit v1.2.3 From e13714b642f38f46705b2a9f860b42ea14618390 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 15 Jul 2019 20:45:41 +0530 Subject: gnu: Add gnaural. * gnu/packages/audio.scm (gnaural): New variable. --- gnu/packages/audio.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'gnu/packages/audio.scm') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 6532cb9188..3c5b6307eb 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2019 Pierre Langlois ;;; Copyright © 2019 Leo Famulari ;;; Copyright © 2019 Rutger Helling +;;; Copyright © 2019 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -3721,3 +3722,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+))) -- cgit v1.2.3