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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA8EF158042 for ; Sat, 19 Oct 2024 00:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2108BE08B0; Sat, 19 Oct 2024 00:05:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 380BEE08AB for ; Sat, 19 Oct 2024 00:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 322A23430C3 for ; Sat, 19 Oct 2024 00:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882A1252D for ; Sat, 19 Oct 2024 00:05:37 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1729265573.4efdc8bfa98ec62090cfa8885ebb0f1d2f2d85b0.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/whysynth/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/whysynth/metadata.xml media-plugins/whysynth/whysynth-20170701_p20180323-r1.ebuild media-plugins/whysynth/whysynth-20170701_p20180323.ebuild X-VCS-Directories: media-plugins/whysynth/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4efdc8bfa98ec62090cfa8885ebb0f1d2f2d85b0 X-VCS-Branch: master Date: Sat, 19 Oct 2024 00:05:37 +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: 96d78b84-2697-4f91-b46e-252f336945fc X-Archives-Hash: efbca6f03207ec756d00f8563aaa76d4 commit: 4efdc8bfa98ec62090cfa8885ebb0f1d2f2d85b0 Author: Takuya Wakazono gmail com> AuthorDate: Fri Oct 18 15:32:53 2024 +0000 Commit: David Roman gmail 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 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 @@ - smbolton/whysynth + theabolton/whysynth 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 +}