media-libs/slv2-0.6.6-r2: fixed configuration against new lv2
authorMiroslav Šulc <fordfrog@gentoo.org>
Sat, 14 Dec 2019 16:53:34 +0000 (17:53 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Sat, 14 Dec 2019 16:53:34 +0000 (17:53 +0100)
>=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 <fordfrog@gentoo.org>
media-libs/slv2/slv2-0.6.6-r2.ebuild

index a2d0bf16a6d133281ece507be954089e8eee443a..39c9070abce8ba533b5012afa1b331c5ab85cbb4 100644 (file)
@@ -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() {