| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/portaudio/Attic/portaudio-19_pre20110326.ebuild,v 1.3 2012/05/20 09:38:42 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/portaudio/Attic/portaudio-19_pre20110326.ebuild,v 1.4 2012/05/21 11:56:22 jer Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit libtool |
7 | inherit libtool |
| 8 | |
8 | |
| … | |
… | |
| 12 | HOMEPAGE="http://www.portaudio.com/" |
12 | HOMEPAGE="http://www.portaudio.com/" |
| 13 | SRC_URI="http://www.portaudio.com/archives/${MY_P}.tgz" |
13 | SRC_URI="http://www.portaudio.com/archives/${MY_P}.tgz" |
| 14 | |
14 | |
| 15 | LICENSE="as-is" |
15 | LICENSE="as-is" |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" |
17 | KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" |
| 18 | IUSE="alsa +cxx debug jack oss static-libs" |
18 | IUSE="alsa +cxx debug jack oss static-libs" |
| 19 | |
19 | |
| 20 | RDEPEND="alsa? ( media-libs/alsa-lib ) |
20 | RDEPEND="alsa? ( media-libs/alsa-lib ) |
| 21 | jack? ( media-sound/jack-audio-connection-kit )" |
21 | jack? ( media-sound/jack-audio-connection-kit )" |
| 22 | DEPEND="${RDEPEND} |
22 | DEPEND="${RDEPEND} |