aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Reva <denis7774@gmail.com>2020-04-12 09:38:08 +0500
committerDenis Reva <denis7774@gmail.com>2020-04-12 09:38:08 +0500
commitdc01a6aa243387c8e8d0d201537d863e25853080 (patch)
tree239f007e4274abdf0eb53aa4cc18bf894d33752c
parentmedia-libs/amdvlk: quote S,D and T variables (diff)
downloadguru-dc01a6aa243387c8e8d0d201537d863e25853080.tar.gz
guru-dc01a6aa243387c8e8d0d201537d863e25853080.tar.bz2
guru-dc01a6aa243387c8e8d0d201537d863e25853080.zip
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@gmail.com>
-rw-r--r--media-plugins/whysynth/Manifest2
-rw-r--r--media-plugins/whysynth/whysynth-20170701_pre20180323.ebuild (renamed from media-plugins/whysynth/whysynth-20180323.ebuild)16
2 files changed, 11 insertions, 7 deletions
diff --git a/media-plugins/whysynth/Manifest b/media-plugins/whysynth/Manifest
index 03d9e7eae..a2f06912b 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
index ec2966f51..ecdd0cd7b 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