public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/
@ 2020-04-11 18:09 Denis Reva
  0 siblings, 0 replies; 6+ messages in thread
From: Denis Reva @ 2020-04-11 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c382c3d89a6587d1e2b34f3974102704ebf0794e
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sat Apr 11 18:07:08 2020 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> 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 <denis7774 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>denis7774@gmail.com</email>
+		<name>Reva Denis</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">smbolton/whysynth</remote-id>
+	</upstream>
+	<longdescription>
+        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.
+	</longdescription>
+</pkgmetadata>

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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-plugins/whysynth/
@ 2020-04-11 20:34 Andrew Ammerlaan
  2020-04-11 20:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-04-11 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1a60e3b6aa702f3f036a0334abc7777b95057626
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Apr 11 20:26:45 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 11 20:26:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a60e3b6

media-plugins/whysynth: fix inconsistent use of spaces/tabs indentation

makes repoman happy

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-plugins/whysynth/metadata.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-plugins/whysynth/metadata.xml b/media-plugins/whysynth/metadata.xml
index b5af650..6c512ea 100644
--- a/media-plugins/whysynth/metadata.xml
+++ b/media-plugins/whysynth/metadata.xml
@@ -9,14 +9,14 @@
 		<remote-id type="github">smbolton/whysynth</remote-id>
 	</upstream>
 	<longdescription>
-        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.
+		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.
 	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/
@ 2020-04-12  4:39 Denis Reva
  0 siblings, 0 replies; 6+ messages in thread
From: Denis Reva @ 2020-04-12  4:39 UTC (permalink / raw
  To: gentoo-commits

commit:     dc01a6aa243387c8e8d0d201537d863e25853080
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Apr 12 04:38:08 2020 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sun Apr 12 04:38:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc01a6aa

media-plugins/whysynth:

Renamed to satisfy the Gentoo ebuild format guidelines:
 https://devmanual.gentoo.org/ebuild-writing/file-format/index.html
Resorted strings of ebuild

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 media-plugins/whysynth/Manifest                          |  2 +-
 ...80323.ebuild => whysynth-20170701_pre20180323.ebuild} | 16 ++++++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/media-plugins/whysynth/Manifest b/media-plugins/whysynth/Manifest
index 03d9e7e..a2f0691 100644
--- a/media-plugins/whysynth/Manifest
+++ b/media-plugins/whysynth/Manifest
@@ -1 +1 @@
-DIST whysynth-20180323.tar.gz 2656205 BLAKE2B 305ebe9162bb4aed15ac4632f1511123b8cf1b7dd1859b18d1339ad076581938076a7856df36a7517d880e391db79dac445ebff51c956ecb09a4193d6335695c SHA512 978df4611adfa184027ba694b547e8307ee9ac167ef5057d0c0ce124e2206bbb633f93d88b789824112e71b6fa9f99de731d61f71d97416d5d87ac9df6b7dd40
+DIST whysynth-20170701_pre20180323.tar.gz 2656205 BLAKE2B 305ebe9162bb4aed15ac4632f1511123b8cf1b7dd1859b18d1339ad076581938076a7856df36a7517d880e391db79dac445ebff51c956ecb09a4193d6335695c SHA512 978df4611adfa184027ba694b547e8307ee9ac167ef5057d0c0ce124e2206bbb633f93d88b789824112e71b6fa9f99de731d61f71d97416d5d87ac9df6b7dd40

diff --git a/media-plugins/whysynth/whysynth-20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild
similarity index 94%
rename from media-plugins/whysynth/whysynth-20180323.ebuild
rename to media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild
index ec2966f..ecdd0cd 100644
--- a/media-plugins/whysynth/whysynth-20180323.ebuild
+++ b/media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild
@@ -4,24 +4,28 @@
 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"
+WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568"
+SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
 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
+
+DEPEND="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}"
+RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
+
 src_prepare() {
 	./autogen.sh
 	default


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/
@ 2020-04-12 13:15 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-04-12 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8062bd1955623deb7f66cd1441221acb4d195ea7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 12 13:10:56 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 12 13:10:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8062bd19

media-plugins/whysynth: replace _pre with _p

as per gentoo ebuild naming guidelines

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-plugins/whysynth/Manifest                                         | 2 +-
 ...h-20170701_pre20180323.ebuild => whysynth-20170701_p20180323.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/whysynth/Manifest b/media-plugins/whysynth/Manifest
index a2f0691..537f75f 100644
--- a/media-plugins/whysynth/Manifest
+++ b/media-plugins/whysynth/Manifest
@@ -1 +1 @@
-DIST whysynth-20170701_pre20180323.tar.gz 2656205 BLAKE2B 305ebe9162bb4aed15ac4632f1511123b8cf1b7dd1859b18d1339ad076581938076a7856df36a7517d880e391db79dac445ebff51c956ecb09a4193d6335695c SHA512 978df4611adfa184027ba694b547e8307ee9ac167ef5057d0c0ce124e2206bbb633f93d88b789824112e71b6fa9f99de731d61f71d97416d5d87ac9df6b7dd40
+DIST whysynth-20170701_p20180323.tar.gz 2656205 BLAKE2B 305ebe9162bb4aed15ac4632f1511123b8cf1b7dd1859b18d1339ad076581938076a7856df36a7517d880e391db79dac445ebff51c956ecb09a4193d6335695c SHA512 978df4611adfa184027ba694b547e8307ee9ac167ef5057d0c0ce124e2206bbb633f93d88b789824112e71b6fa9f99de731d61f71d97416d5d87ac9df6b7dd40

diff --git a/media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
similarity index 100%
rename from media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild
rename to media-plugins/whysynth/whysynth-20170701_p20180323.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/
@ 2020-09-22 15:32 Denis Reva
  0 siblings, 0 replies; 6+ messages in thread
From: Denis Reva @ 2020-09-22 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6a80307aa7694a30052f081137edfc7dba32c078
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 22 15:21:31 2020 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Tue Sep 22 15:32:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a80307a

media-plugins/whysynth: maintainer retire #744112

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 media-plugins/whysynth/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-plugins/whysynth/metadata.xml b/media-plugins/whysynth/metadata.xml
index 5aed736e..c28a7df1 100644
--- a/media-plugins/whysynth/metadata.xml
+++ b/media-plugins/whysynth/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>denis7774@gmail.com</email>
-		<name>Reva Denis</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">smbolton/whysynth</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/
@ 2021-04-01 14:43 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-04-01 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b4574cda0ef8010c7169fe10016ac849b5a7ca30
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr  1 14:43:05 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  1 14:43:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4574cda

media-plugins/whysynth: fix MisplacedEclassVar

seems to work with automake-1.16, so this is probably
unnecesairy either way

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-plugins/whysynth/whysynth-20170701_p20180323.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
index ecdd0cd7b..4990f484a 100644
--- a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
+++ b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,5 +29,5 @@ S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
 src_prepare() {
 	./autogen.sh
 	default
-	WANT_AUTOMAKE="1.7" eautoreconf
+	eautoreconf
 }


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

end of thread, other threads:[~2021-04-01 14:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-11 18:09 [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/ Denis Reva
  -- strict thread matches above, loose matches on Subject: below --
2020-04-11 20:34 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-11 20:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12  4:39 Denis Reva
2020-04-12 13:15 Andrew Ammerlaan
2020-09-22 15:32 Denis Reva
2021-04-01 14:43 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox