summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-04 17:06:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-04 18:34:04 +0200
commit91bd1ac96387cbd0e738a5673e7b665e4df5d518 (patch)
treec3cbf50f7c8e6f7a5c74d1ed217dcbbd2efd9460 /media-sound/sndfile-tools/sndfile-tools-9999.ebuild
parentmedia-libs/libsamplerate: Fix file collision with media-sound/sndfile-tools (diff)
downloadgentoo-91bd1ac96387cbd0e738a5673e7b665e4df5d518.tar.gz
gentoo-91bd1ac96387cbd0e738a5673e7b665e4df5d518.tar.bz2
gentoo-91bd1ac96387cbd0e738a5673e7b665e4df5d518.zip
media-sound/sndfile-tools: Tarball respun, EAPI-7 bump
Drop bogus slot ops. Block colliding media-libs/libsamplerate versions. Closes: https://bugs.gentoo.org/645256 Closes: https://bugs.gentoo.org/736459 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/sndfile-tools/sndfile-tools-9999.ebuild')
-rw-r--r--media-sound/sndfile-tools/sndfile-tools-9999.ebuild24
1 files changed, 13 insertions, 11 deletions
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
index 46defab32442..6ed4dd5751d3 100644
--- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
+++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-DESCRIPTION="A small collection of programs that use libsndfile"
+DESCRIPTION="Small collection of programs that use libsndfile"
HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
if [[ ${PV} == *9999 ]]; then
@@ -18,15 +18,17 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="jack"
-RDEPEND="
- media-libs/libsndfile:=
- media-libs/libsamplerate:=
- x11-libs/cairo:=
- sci-libs/fftw:3.0=
- jack? ( media-sound/jack-audio-connection-kit:= )"
DEPEND="
- virtual/pkgconfig
- ${RDEPEND}"
+ media-libs/libsamplerate
+ media-libs/libsndfile
+ x11-libs/cairo
+ sci-libs/fftw:3.0=
+ jack? ( virtual/jack )
+"
+RDEPEND="${DEPEND}
+ !<media-libs/libsamplerate-0.1.9-r1
+"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
default