Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488282
Collapse All | Expand All

(-)/usr/portage/media-libs/sbc/sbc-1.1.ebuild (-6 / +6 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v 1.2 2013/10/09 13:54:46 jer Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils
6
inherit eutils multilib multilib-minimal
7
7
8
DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers"
8
DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers"
9
HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
9
HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2 LGPL-2.1"
12
LICENSE="GPL-2 LGPL-2.1"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86"
14
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
15
IUSE="static-libs"
15
IUSE="static-libs"
16
16
17
# --enable-tester is building src/sbctester but the tarball is missing required
17
# --enable-tester is building src/sbctester but the tarball is missing required
Lines 22-34 Link Here
22
22
23
DOCS="AUTHORS ChangeLog"
23
DOCS="AUTHORS ChangeLog"
24
24
25
src_configure() {
25
multilib_src_configure() {
26
	ECONF_SOURCE=${S} \
26
	econf \
27
	econf \
27
		$(use_enable static-libs static) \
28
		$(use_enable static-libs static) \
28
		--disable-tester
29
		--disable-tester
29
}
30
}
30
31
31
src_install() {
32
multilib_src_install_all() {
32
	default
33
	prune_libtool_files
33
	prune_libtool_files
34
}
34
}

Return to bug 488282