From patchwork Tue Feb 25 14:55:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandros Theodotou X-Patchwork-Id: 20422 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 87B9827BBE4; Tue, 25 Feb 2020 14:56:14 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 74F7327BBEA for ; Tue, 25 Feb 2020 14:56:10 +0000 (GMT) Received: from localhost ([::1]:58210 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6bd4-000701-0f for patchwork@mira.cbaines.net; Tue, 25 Feb 2020 09:56:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52896) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6bcx-0006zi-Ta for guix-patches@gnu.org; Tue, 25 Feb 2020 09:56:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6bcw-0001tA-Ei for guix-patches@gnu.org; Tue, 25 Feb 2020 09:56:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j6bcw-0001sy-8o for guix-patches@gnu.org; Tue, 25 Feb 2020 09:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j6bcw-0003iY-7t for guix-patches@gnu.org; Tue, 25 Feb 2020 09:56:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#38689] Add VL1 emulator, regrader and fogpad References: <4c5d863876ffa71c9e20562c8e744130dec4cac7.camel@zrythm.org> In-Reply-To: <4c5d863876ffa71c9e20562c8e744130dec4cac7.camel@zrythm.org> Resent-From: Alexandros Theodotou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 25 Feb 2020 14:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38689 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 38689@debbugs.gnu.org Received: via spool by 38689-submit@debbugs.gnu.org id=B38689.158264255214276 (code B ref 38689); Tue, 25 Feb 2020 14:56:02 +0000 Received: (at 38689) by debbugs.gnu.org; 25 Feb 2020 14:55:52 +0000 Received: from localhost ([127.0.0.1]:55929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j6bcl-0003iC-IT for submit@debbugs.gnu.org; Tue, 25 Feb 2020 09:55:52 -0500 Received: from mout02.posteo.de ([185.67.36.142]:57469) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j6bcj-0003i6-9e for 38689@debbugs.gnu.org; Tue, 25 Feb 2020 09:55:50 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C483A2400FB for <38689@debbugs.gnu.org>; Tue, 25 Feb 2020 15:55:42 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 48RhnT5pVwz9rxN for <38689@debbugs.gnu.org>; Tue, 25 Feb 2020 15:55:41 +0100 (CET) Message-ID: <27c62f6ce6c37bcecc891cebba898370149abd30.camel@zrythm.org> From: Alexandros Theodotou Date: Tue, 25 Feb 2020 14:55:40 +0000 User-Agent: Evolution 3.32.4 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, I've fixed some indentation issues with the patch and I also made a patch series including fogpad and regrader since I made them inherit this. The build procedure is the same because they use the same framework and are by the same upstream. Please close this https://debbugs.gnu.org/db/39/39213.html as well because it is confusing to have separate issues. Thanks, Alex From 77bf5b5a618d4e835de81fb2af58c28c60bf4605 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Tue, 25 Feb 2020 14:46:08 +0000 Subject: [PATCH 1/3] gnu: Add vl1-emulator. * gnu/packages/music.scm (vl1-emulator): New variable. --- gnu/packages/music.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 16e69840df..954e82dc35 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5189,3 +5189,45 @@ featureful and easy to use. It offers unlimited automation options, LV2 plugin support, JACK support and chord assistance.") (home-page "https://www.zrythm.org") (license license:agpl3+))) + +(define-public vl1-emulator + (package + (name "vl1-emulator") + (version "1.1.0.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/linuxmao-org/VL1-emulator.git") + (commit (string-append "v" version)) + ;; bundles a specific commit of the DISTRHO plugin framework + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1npc86vqma8gk1hawa0lii0r2xmnv846plyl1ci3bdswyrdk5chm")))) + (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)))) ; no configure target + (inputs + `(("cairo" ,cairo) + ("jack" ,jack-1) + ("libx11" ,libx11) + ("mesa" ,mesa))) + (native-inputs + `(("lv2" ,lv2) + ("pkg-config" ,pkg-config))) + (home-page "https://github.com/linuxmao-org/VL1-emulator") + (synopsis "Emulator of Casio VL-Tone VL1") + (description + "The VL1-Emulator is an emulator of Casio VL-Tone VL1, based on source +code by PolyValens, offered as a VST plugin, an LV2 plugin and a standalone +JACK application.") + ;; Expat or CC0 + (license (list license:expat license:cc0)))) -- 2.25.1