From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4MW6Aw86OGBnPgAA0tVLHw (envelope-from ) for ; Fri, 26 Feb 2021 00:00:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id OMEWOw46OGCjXgAAbx9fmQ (envelope-from ) for ; Fri, 26 Feb 2021 00:00:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 76A6123748 for ; Fri, 26 Feb 2021 01:00:14 +0100 (CET) Received: from localhost ([::1]:52246 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFQYH-0004h1-K2 for larch@yhetil.org; Thu, 25 Feb 2021 19:00:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFQY7-0004gF-OG for guix-patches@gnu.org; Thu, 25 Feb 2021 19:00:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56434) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lFQY7-0005r7-Gp for guix-patches@gnu.org; Thu, 25 Feb 2021 19:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lFQY7-0004fR-GH for guix-patches@gnu.org; Thu, 25 Feb 2021 19:00:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46785] [PATCH] gnu: Add mamba. References: <20210225234150.20653-2-alex@zrythm.org> In-Reply-To: <20210225234150.20653-2-alex@zrythm.org> Resent-From: Alexandros Theodotou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 26 Feb 2021 00:00:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46785 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46785@debbugs.gnu.org Cc: Alexandros Theodotou Received: via spool by 46785-submit@debbugs.gnu.org id=B46785.161429758217870 (code B ref 46785); Fri, 26 Feb 2021 00:00:03 +0000 Received: (at 46785) by debbugs.gnu.org; 25 Feb 2021 23:59:42 +0000 Received: from localhost ([127.0.0.1]:39745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFQXg-0004e4-B0 for submit@debbugs.gnu.org; Thu, 25 Feb 2021 18:59:41 -0500 Received: from mout02.posteo.de ([185.67.36.142]:39647) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFQXe-0004dh-CW for 46785@debbugs.gnu.org; Thu, 25 Feb 2021 18:59:35 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 3887A2400FB for <46785@debbugs.gnu.org>; Fri, 26 Feb 2021 00:59:28 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DmqWz44RSz6tmF; Fri, 26 Feb 2021 00:59:27 +0100 (CET) From: Alexandros Theodotou Date: Thu, 25 Feb 2021 23:59:19 +0000 Message-Id: <20210225235919.22373-1-alex@zrythm.org> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.27 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=zrythm.org (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 76A6123748 X-Spam-Score: -1.27 X-Migadu-Scanner: scn0.migadu.com X-TUID: R5UYLnMCCDxD * gnu/packages/music.scm (mamba): New variable. --- gnu/packages/music.scm | 47 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index d1089fff9b..9dd1b506cb 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -24,7 +24,7 @@ ;;; Copyright © 2019 Jakob L. Kreuze ;;; Copyright © 2019 raingloom ;;; Copyright © 2019 David Wilson -;;; Copyright © 2019, 2020 Alexandros Theodotou +;;; Copyright © 2019, 2020, 2021 Alexandros Theodotou ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Lars-Dominik Braun ;;; Copyright © 2020 Giacomo Leidi @@ -5826,6 +5826,51 @@ It can also play and mix samples.") (home-page "https://gitlab.com/iurie-sw/geonkick") (license license:gpl3+))) +(define-public mamba + (package + (name "mamba") + (version "2.1") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/brummer10/Mamba") + (commit (string-append "v" version)) + (recursive? #t))) ; references specific commit of libxputty + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bq6sqsij3cdwcsj3wpsnivi4c7jl4l5gwfywhqnib70v60smdja")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no "check" target + #:make-flags + (list (string-append "PREFIX=" + (assoc-ref %outputs "out")) + "CC=gcc") + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (inputs + `(("alsa-lib" ,alsa-lib) + ("cairo" ,cairo) + ("fluidsynth" ,fluidsynth) + ("jack" ,jack-1) + ("liblo" ,liblo) + ("libsigc++" ,libsigc++) + ("libsmf" ,libsmf) + ("libx11" ,libx11))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "https://github.com/brummer10/Mamba") + (synopsis "Virtual MIDI keyboard and MIDI file player/recorder for JACK") + (description "Mamba is a virtual MIDI keyboard and MIDI file +player/recorder for the JACK Audio Connection Kit. It comes with predefined +keymaps for QWERTZ, QWERTY and AZERTY keyboards and also allows custom +ones.") + (license license:bsd-0))) + (define-public dpf-plugins (package (name "dpf-plugins") -- 2.30.1