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

(-)file_not_specified_in_diff (-6 / +5 lines)
Line  Link Here
0
-- libao-0.8.8.ebuild
0
++ libao-1.0.0.ebuild
Lines 1-4 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 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/libao/libao-0.8.8.ebuild,v 1.9 2009/06/01 14:31:23 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libao/libao-0.8.8.ebuild,v 1.9 2009/06/01 14:31:23 ssuominen Exp $
4
4
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
15
IUSE="alsa doc nas mmap pulseaudio"
15
IUSE="alsa doc nas mmap pulseaudio"
16
16
17
RDEPEND="alsa? ( media-libs/alsa-lib )
17
RDEPEND="alsa? ( media-libs/alsa-lib )
Lines 21-27 Link Here
21
	dev-util/pkgconfig"
21
	dev-util/pkgconfig"
22
22
23
src_prepare() {
23
src_prepare() {
24
	epatch "${FILESDIR}"/${P}-alsa09-buffertime-milliseconds.patch
25
	elibtoolize
24
	elibtoolize
26
}
25
}
27
26
Lines 29-36 Link Here
29
	econf \
28
	econf \
30
		--enable-shared \
29
		--enable-shared \
31
		--disable-static \
30
		--disable-static \
32
		$(use_enable alsa alsa09) \
31
		$(use_enable alsa alsa) \
33
		$(use_enable mmap alsa09-mmap) \
32
		$(use_enable mmap alsa-mmap) \
34
		--disable-arts \
33
		--disable-arts \
35
		--disable-esd \
34
		--disable-esd \
36
		$(use_enable nas) \
35
		$(use_enable nas) \

Return to bug 313007