public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/whysynth/
Date: Sat, 19 Oct 2024 00:05:37 +0000 (UTC)	[thread overview]
Message-ID: <1729265573.4efdc8bfa98ec62090cfa8885ebb0f1d2f2d85b0.davidroman@gentoo> (raw)

commit:     4efdc8bfa98ec62090cfa8885ebb0f1d2f2d85b0
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Oct 18 15:32:53 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Oct 18 15:32:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4efdc8bf

media-plugins/whysynth: fix RDEPEND

Closes: https://bugs.gentoo.org/840380
Closes: https://bugs.gentoo.org/932775
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 media-plugins/whysynth/metadata.xml                |  2 +-
 ...build => whysynth-20170701_p20180323-r1.ebuild} | 29 ++++++++++++++--------
 2 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/media-plugins/whysynth/metadata.xml b/media-plugins/whysynth/metadata.xml
index 9b998aeff..51a12fe5e 100644
--- a/media-plugins/whysynth/metadata.xml
+++ b/media-plugins/whysynth/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<!-- maintainer-needed -->
 	<upstream>
-		<remote-id type="github">smbolton/whysynth</remote-id>
+		<remote-id type="github">theabolton/whysynth</remote-id>
 	</upstream>
 	<longdescription lang="en">
 		WhySynth is a versatile softsynth which operates as a plugin for the DSSI Soft Synth Interface. A brief list of features:

diff --git a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_p20180323-r1.ebuild
similarity index 50%
rename from media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
rename to media-plugins/whysynth/whysynth-20170701_p20180323-r1.ebuild
index 62a8ae840..14be37c3b 100644
--- a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
+++ b/media-plugins/whysynth/whysynth-20170701_p20180323-r1.ebuild
@@ -1,32 +1,41 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
 DESCRIPTION="A software synthesizer plugin for the DSSI Soft Synth Interface"
-HOMEPAGE="http://smbolton.com/whysynth.html https://github.com/smbolton/whysynth"
+HOMEPAGE="https://smbolton.com/whysynth.html https://github.com/theabolton/whysynth"
 WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568"
-SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/theabolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz"
 
 S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
-DEPEND="media-libs/dssi
+DEPEND="
+	dev-libs/glib:2
+	media-libs/alsa-lib
+	media-libs/dssi
+	media-libs/ladspa-sdk
 	media-libs/liblo
-	sci-libs/fftw:3.0
+	sci-libs/fftw:3.0=
+	x11-libs/cairo
 	x11-libs/gtk+:2
-	media-libs/ladspa-sdk
-	media-libs/alsa-lib"
+"
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
-	./autogen.sh
+	./autogen.sh || die
 	default
 	eautoreconf
 }
+
+src_install() {
+	default
+	find "${ED}" -type f -name '*.la' -delete || die
+}


             reply	other threads:[~2024-10-19  0:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-19  0:05 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-01 14:43 [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/whysynth/ Andrew Ammerlaan
2021-04-01 14:43 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-09-23 10:10 Andrew Ammerlaan
2020-04-12 13:15 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12  8:11 Andrew Ammerlaan
2020-04-11 20:34 Andrew Ammerlaan
2020-04-11 20:34 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729265573.4efdc8bfa98ec62090cfa8885ebb0f1d2f2d85b0.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox