diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 09:17:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 09:40:23 +0100 |
commit | eeee97e92d4b877157ba69c3c0a14bb8d4350888 (patch) | |
tree | 0a411df6b43f05cc09b465da027818b6e4f5bb45 /media-sound/bpmdetect | |
parent | media-sound/snapcast: EAPI 8, add media-libs/flac subslot dep (diff) | |
download | gentoo-eeee97e92d4b877157ba69c3c0a14bb8d4350888.tar.gz gentoo-eeee97e92d4b877157ba69c3c0a14bb8d4350888.tar.bz2 gentoo-eeee97e92d4b877157ba69c3c0a14bb8d4350888.zip |
media-sound/bpmdetect: EAPI 8, add media-libs/flac subslot dep
media-libs/flac-1.4.0 breaks ABI.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/bpmdetect')
-rw-r--r-- | media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810-r1.ebuild (renamed from media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810-r1.ebuild index 5e436f36d0e5..529bd2033449 100644 --- a/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild +++ b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 COMMIT=b13aac15904c1f821b1739d00445f49432705387 inherit cmake @@ -14,14 +14,13 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtwidgets:5 - media-libs/flac + media-libs/flac:= media-libs/libmad media-libs/libvorbis media-libs/portaudio @@ -32,7 +31,7 @@ BDEPEND=" virtual/pkgconfig " -PATCHES=("${FILESDIR}"/${P}-gcc-11.patch) +PATCHES=( "${FILESDIR}"/${P}-gcc-11.patch ) src_install() { einstalldocs |