| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.4.1 | 8 | amd64 ~ppc ~x86 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="C++ library for loading Gigasampler and DLS level 1/2 files"
HOMEPAGE="https://www.linuxsampler.org/libgig/"
SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND="
media-libs/audiofile
media-libs/libsndfile"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
doc? ( app-text/doxygen )"
src_compile() {
emake
use doc && emake docs
}
src_install() {
emake DESTDIR="${D}" install
use doc && HTML_DOCS=( doc/html/. )
einstalldocs
find "${D}" -name '*.la' -type f -delete || die
# For libgig.so to be found at runtime
printf "LDPATH=\"${EPREFIX}/usr/$(get_libdir)/libgig/\"" > 99${PN} || die
doenvd "99${PN}"
}
media-libs/audiofile media-libs/libsndfile
media-libs/audiofile media-libs/libsndfile
virtual/pkgconfig doc? ( app-text/doxygen )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libgig-4.4.1.tar.bz2 | 589939 bytes | https://download.linuxsampler.org/packages/libgig-4.4.1.tar.bz2 |