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

Collapse All | Expand All

(-)a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild (-2 / +11 lines)
Line 0 Link Here
1
--- a/configure.ac	2009-06-04 18:17:02.000000000 +0000
Lines 3-9 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit multilib-minimal
6
inherit multilib-minimal autotools
7
7
8
DESCRIPTION="Bauer stereophonic-to-binaural DSP library"
8
DESCRIPTION="Bauer stereophonic-to-binaural DSP library"
9
HOMEPAGE="http://bs2b.sourceforge.net/"
9
HOMEPAGE="http://bs2b.sourceforge.net/"
Lines 17-23 RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]" Link Here
17
DEPEND="${RDEPEND}"
17
DEPEND="${RDEPEND}"
18
BDEPEND="virtual/pkgconfig"
18
BDEPEND="virtual/pkgconfig"
19
19
20
PATCHES=( "${FILESDIR}"/${PV}-format-security.patch )
20
PATCHES=(
21
	"${FILESDIR}"/${PV}-format-security.patch
22
	"${FILESDIR}"/${PV}-configure-ac-use-dist-xz.patch
23
)
24
25
src_prepare() {
26
	default
27
	eautoreconf
28
}
21
29
22
multilib_src_configure() {
30
multilib_src_configure() {
23
	ECONF_SOURCE="${S}" \
31
	ECONF_SOURCE="${S}" \

Return to bug 526712