Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 405769 | Differences between
and this patch

Collapse All | Expand All

(-)zita-convolver-2.0.0.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI=3
5
EAPI=3
6
6
7
inherit base toolchain-funcs multilib
7
inherit base toolchain-funcs multilib versionator
8
8
9
DESCRIPTION="C++ library implementing a real-time convolution matrix"
9
DESCRIPTION="C++ library implementing a real-time convolution matrix"
10
HOMEPAGE="http://kokkinizita.net/linuxaudio/downloads/index.html"
10
HOMEPAGE="http://kokkinizita.net/linuxaudio/downloads/index.html"
Lines 30-33 Link Here
30
src_install() {
30
src_install() {
31
	emake PREFIX="${D}/usr" LIBDIR="$(get_libdir)" install || die
31
	emake PREFIX="${D}/usr" LIBDIR="$(get_libdir)" install || die
32
	dodoc "${WORKDIR}/${P}/AUTHORS" || die
32
	dodoc "${WORKDIR}/${P}/AUTHORS" || die
33
34
	# Add soname symlink which is not created in the Makefile
35
	pushd "${D}/usr/lib64"
36
	ln -s "libzita-convolver.so.${PV}" "libzita-convolver.so.$(get_major_version ${PV})"
37
	popd
33
}
38
}

Return to bug 405769