From: Alexis Ballier Date: Tue, 30 Aug 2016 12:48:08 +0000 (+0200) Subject: media-libs/libgig: add LDPATH env.d file so that libgig.so can be found at runtime X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e1d26a8b707391f2157551f7acf25f10eda43c21;p=gentoo.git media-libs/libgig: add LDPATH env.d file so that libgig.so can be found at runtime Package-Manager: portage-2.3.0 --- diff --git a/media-libs/libgig/libgig-4.0.0.ebuild b/media-libs/libgig/libgig-4.0.0-r1.ebuild similarity index 78% rename from media-libs/libgig/libgig-4.0.0.ebuild rename to media-libs/libgig/libgig-4.0.0-r1.ebuild index 2bce38d5f135..db4e49d73e3b 100644 --- a/media-libs/libgig/libgig-4.0.0.ebuild +++ b/media-libs/libgig/libgig-4.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils +inherit eutils multilib DESCRIPTION="a C++ library for loading Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files" HOMEPAGE="http://www.linuxsampler.org/libgig/" @@ -33,6 +33,10 @@ src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog NEWS README TODO + # For libgig.so to be found at runtime + printf "LDPATH=\"${EPREFIX}/usr/$(get_libdir)/libgig/\"" > 99${PN} + doenvd "99${PN}" + if use doc ; then dohtml -r doc/html/* fi