diff options
author | 2013-01-20 14:40:17 +0000 | |
---|---|---|
committer | 2013-01-20 14:40:17 +0000 | |
commit | 3e0e16a2c746a8377cb82b54ad46d85a38ced6c6 (patch) | |
tree | 61ef1f7cf8c9503ef6a4eab1632290d10a822a75 /media-libs/openal/openal-1.13.ebuild | |
parent | Version bump. Fix running tests in parallel. Use fast random source to make t... (diff) | |
download | gentoo-2-3e0e16a2c746a8377cb82b54ad46d85a38ced6c6.tar.gz gentoo-2-3e0e16a2c746a8377cb82b54ad46d85a38ced6c6.tar.bz2 gentoo-2-3e0e16a2c746a8377cb82b54ad46d85a38ced6c6.zip |
old
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/openal/openal-1.13.ebuild')
-rw-r--r-- | media-libs/openal/openal-1.13.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/openal/openal-1.13.ebuild b/media-libs/openal/openal-1.13.ebuild deleted file mode 100644 index e5cf6d9d7a6b..000000000000 --- a/media-libs/openal/openal-1.13.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.13.ebuild,v 1.8 2012/05/15 13:52:18 aballier Exp $ - -EAPI=3 -inherit cmake-utils - -MY_P=${PN}-soft-${PV} - -DESCRIPTION="A software implementation of the OpenAL 3D audio API" -HOMEPAGE="http://kcat.strangesoft.net/openal.html" -SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="alsa debug oss portaudio pulseaudio" - -RDEPEND="alsa? ( media-libs/alsa-lib ) - portaudio? ( >=media-libs/portaudio-19_pre ) - pulseaudio? ( media-sound/pulseaudio )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS="alsoftrc.sample" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use alsa ALSA) - $(cmake-utils_use oss OSS) - $(cmake-utils_use portaudio PORTAUDIO) - $(cmake-utils_use pulseaudio PULSEAUDIO) - ) - - cmake-utils_src_configure -} |