From 5bf87b2e25696d2ca45783c028a14a207c1b0112 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miroslav=20=C5=A0ulc?= Date: Sat, 14 Dec 2019 17:53:34 +0100 Subject: [PATCH] media-libs/slv2-0.6.6-r2: fixed configuration against new lv2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit >=media-libs/lv2-1.16.0 changed name from lv2core.pc to lv2.pc which breaks the compilation. did not find a way how to check one pkg or another one in the wscript so doing the check and patching in the ebuild Closes: https://bugs.gentoo.org/702912 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Miroslav Å ulc --- media-libs/slv2/slv2-0.6.6-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/slv2/slv2-0.6.6-r2.ebuild b/media-libs/slv2/slv2-0.6.6-r2.ebuild index a2d0bf16a6d1..39c9070abce8 100644 --- a/media-libs/slv2/slv2-0.6.6-r2.ebuild +++ b/media-libs/slv2/slv2-0.6.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,6 +27,8 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/ldconfig.patch epatch "${FILESDIR}"/${P}-raptor2-link.patch + + has_version ">=media-libs/lv2-1.16.0" && (sed -i "s/lv2core/lv2/" wscript || die "Failed to fix lv2") } src_configure() { -- 2.26.2