commit:     e1d26a8b707391f2157551f7acf25f10eda43c21
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 12:48:08 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 12:49:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d26a8b

media-libs/libgig: add LDPATH env.d file so that libgig.so can be found at 
runtime

Package-Manager: portage-2.3.0

 media-libs/libgig/{libgig-4.0.0.ebuild => libgig-4.0.0-r1.ebuild} | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

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 2bce38d..db4e49d 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

Reply via email to