diff options
-rw-r--r-- | media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild index 3f77ce8b3634..a94e3a52f961 100644 --- a/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild +++ b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 COMMIT=b13aac15904c1f821b1739d00445f49432705387 -inherit cmake-utils vcs-snapshot +inherit cmake DESCRIPTION="Automatic BPM detection utility" HOMEPAGE="https://github.com/Tatsh/bpmdetect" SRC_URI="https://github.com/Tatsh/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" @@ -26,7 +27,8 @@ RDEPEND=" media-libs/portaudio media-libs/taglib " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig " |