From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1DD8138350 for ; Sat, 11 Apr 2020 18:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E731AE08B1; Sat, 11 Apr 2020 18:09:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B74E0E08B1 for ; Sat, 11 Apr 2020 18:09:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3599C34F10B for ; Sat, 11 Apr 2020 18:09:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2F70158 for ; Sat, 11 Apr 2020 18:09:48 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1586628559.c382c3d89a6587d1e2b34f3974102704ebf0794e.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/whysynth/Manifest media-plugins/whysynth/metadata.xml media-plugins/whysynth/whysynth-20180323.ebuild X-VCS-Directories: media-plugins/whysynth/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: c382c3d89a6587d1e2b34f3974102704ebf0794e X-VCS-Branch: dev Date: Sat, 11 Apr 2020 18:09:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a90713e-fbe8-4333-8740-a03f0c2cc888 X-Archives-Hash: dcf98e6b175b4bde461a574161ec4b41 commit: c382c3d89a6587d1e2b34f3974102704ebf0794e Author: Denis Reva gmail com> AuthorDate: Sat Apr 11 18:07:08 2020 +0000 Commit: Denis Reva gmail com> CommitDate: Sat Apr 11 18:09:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c382c3d8 media-plugins/whysynth: New ebuild: DSSI music software synthesizer Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Denis Reva gmail.com> media-plugins/whysynth/Manifest | 1 + media-plugins/whysynth/metadata.xml | 22 +++++++++++++++++++ media-plugins/whysynth/whysynth-20180323.ebuild | 29 +++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/media-plugins/whysynth/Manifest b/media-plugins/whysynth/Manifest new file mode 100644 index 0000000..03d9e7e --- /dev/null +++ b/media-plugins/whysynth/Manifest @@ -0,0 +1 @@ +DIST whysynth-20180323.tar.gz 2656205 BLAKE2B 305ebe9162bb4aed15ac4632f1511123b8cf1b7dd1859b18d1339ad076581938076a7856df36a7517d880e391db79dac445ebff51c956ecb09a4193d6335695c SHA512 978df4611adfa184027ba694b547e8307ee9ac167ef5057d0c0ce124e2206bbb633f93d88b789824112e71b6fa9f99de731d61f71d97416d5d87ac9df6b7dd40 diff --git a/media-plugins/whysynth/metadata.xml b/media-plugins/whysynth/metadata.xml new file mode 100644 index 0000000..b5af650 --- /dev/null +++ b/media-plugins/whysynth/metadata.xml @@ -0,0 +1,22 @@ + + + + + denis7774@gmail.com + Reva Denis + + + smbolton/whysynth + + + WhySynth is a versatile softsynth which operates as a plugin for the DSSI Soft Synth Interface. A brief list of features: + 4 oscillators, 2 filters, 3 LFOs, and 5 envelope generators per voice. + 11 oscillator modes: minBLEP, wavecycle, chorused wavecycle, asynchronous granular, three FM modes, waveshaper, noise, PADsynth, and phase distortion. + 10 filter modes. + flexible modulation and mixdown options, plus effects. + DSSI is a plugin API for software instruments (soft synths) with user interfaces, permitting them to be hosted in-process by audio applications. More information on DSSI can be found at: + http://dssi.sourceforge.net/ + WhySynth is something of a mongrel, combining bits from Xsynth-DSSI, hexter, Csound, Mats Olsson's MSS, and various other programs, with inspiration from a number of my favorite long-hair-days synths (Matrix 6, ESQ-1, K4), and wavecycle data resynthesized from Claude Kaber's Virtual K4 samples and //christian's exegesis of the Ensoniq SQ-80 wavetable ROMs. See the enclosed file AUTHORS for more details. + WhySynth is written by Sean Bolton, and copyright (c) 2017 under the GNU General Public License, version 2 or later. See the enclosed file COPYING for details. While this software is 'free' within the requirements of this license, I (Sean) would appreciate any or all of the following should you find WhySynth useful. + + diff --git a/media-plugins/whysynth/whysynth-20180323.ebuild b/media-plugins/whysynth/whysynth-20180323.ebuild new file mode 100644 index 0000000..ec2966f --- /dev/null +++ b/media-plugins/whysynth/whysynth-20180323.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools +DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface" +HOMEPAGE="http://smbolton.com/whysynth.html https://github.com/smbolton/whysynth" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +LICENSE="GPL-2" +WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568" +SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}" +RDEPEND="media-libs/dssi + media-libs/liblo + sci-libs/fftw:3.0 + x11-libs/gtk+:2 + media-libs/ladspa-sdk + media-libs/alsa-lib" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + ./autogen.sh + default + WANT_AUTOMAKE="1.7" eautoreconf +}