diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 02:34:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 02:34:38 +0000 |
commit | d02108a6edb5723ab2ef25cccd8908601a9b45bb (patch) | |
tree | 7ca7b2b716ad42b8e0e3a6e1a62b3c7e98f4b79b /games-fps/quake2-icculus | |
parent | try quoting different (diff) | |
download | gentoo-2-d02108a6edb5723ab2ef25cccd8908601a9b45bb.tar.gz gentoo-2-d02108a6edb5723ab2ef25cccd8908601a9b45bb.tar.bz2 gentoo-2-d02108a6edb5723ab2ef25cccd8908601a9b45bb.zip |
Add support for USE=alsa #102791 by roma1390.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-fps/quake2-icculus')
-rw-r--r-- | games-fps/quake2-icculus/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-fps/quake2-icculus/ChangeLog b/games-fps/quake2-icculus/ChangeLog index e6f0b36cb1b6..4c4f3f786040 100644 --- a/games-fps/quake2-icculus/ChangeLog +++ b/games-fps/quake2-icculus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake2-icculus # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.15 2005/08/29 23:03:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/ChangeLog,v 1.16 2005/09/01 02:34:38 vapier Exp $ + + 01 Sep 2005; Mike Frysinger <vapier@gentoo.org> + quake2-icculus-0.16.1.ebuild: + Add support for USE=alsa #102791 by roma1390. 29 Aug 2005; Mike Frysinger <vapier@gentoo.org> -files/0.16-Makefile-gentoo-opts.patch, -files/0.16-gentoo-path.patch, diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild index 81a047748ddc..4ed0c3e35435 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.7 2005/08/31 03:45:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.8 2005/09/01 02:34:38 vapier Exp $ inherit eutils games @@ -15,13 +15,14 @@ SRC_URI="http://icculus.org/quake2/files/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="arts svga sdl aalib dedicated opengl noqmax rogue xatrix ipv6 joystick X" +IUSE="aalib alsa arts dedicated ipv6 joystick noqmax opengl rogue sdl svga X xatrix" RDEPEND="opengl? ( virtual/opengl ) svga? ( media-libs/svgalib ) sdl? ( media-libs/libsdl ) aalib? ( media-libs/aalib ) X? ( virtual/x11 ) + alsa? ( media-libs/alsa-lib ) arts? ( kde-base/arts )" DEPEND="${RDEPEND} rogue? ( app-arch/sharutils ) @@ -94,6 +95,7 @@ src_compile() { BUILD_QMAX=${BUILD_QMAX} \ HAVE_IPV6=$(yesno ipv6) \ BUILD_ARTS=$(yesno arts) \ + BUILD_ALSA=$(yesno alsa) \ SDLDIR=/usr/lib \ DEFAULT_BASEDIR="${GAMES_DATADIR}/quake2-data" \ DEFAULT_LIBDIR="${GAMES_LIBDIR}/${PN}${libsuffix}" \ |