commit: a58c779a5b169b8e000d52b1ff6715714c306321 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Thu Oct 31 15:18:34 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Thu Oct 31 15:19:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a58c779a
media-plugins/argotlunar-bin: fix RDEPEND and bump EAPI Closes: https://bugs.gentoo.org/781128 Closes: https://bugs.gentoo.org/781131 Closes: https://bugs.gentoo.org/840374 Closes: https://bugs.gentoo.org/932774 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> ...rgotlunar-bin-2.06-r1.ebuild => argotlunar-bin-2.06-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r2.ebuild similarity index 79% rename from media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild rename to media-plugins/argotlunar-bin/argotlunar-bin-2.06-r2.ebuild index e6b19cf3e..5203eb3ab 100644 --- a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild +++ b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST" HOMEPAGE="https://mourednik.github.io/argotlunar/" -#It's impossible to obtain package directly from DROPBOX, so I've just uploaded it to my own webserver SRC_URI="https://www.dropbox.com/s/fwtg6jfkzakj7is/argotlunar-2.06-linux_64.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/argotlunar-${PV}-linux_64" @@ -22,6 +21,7 @@ RDEPEND=" media-libs/libpng:0/16 sys-libs/glibc sys-libs/zlib + x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext @@ -30,7 +30,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" -QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so" +QA_PREBUILT="*" src_install(){ into "/usr/$(get_libdir)/vst/${PN}"
