diff options
author | 2001-10-09 22:15:31 +0000 | |
---|---|---|
committer | 2001-10-09 22:15:31 +0000 | |
commit | f7e91e96afb772a80a60ec2fd78bf729cf13fc9e (patch) | |
tree | 6f36245692acf5039b5ba02abe190bd6083ed46e /media-sound | |
parent | forgot to del divx.dll install stuff (diff) | |
download | gentoo-2-f7e91e96afb772a80a60ec2fd78bf729cf13fc9e.tar.gz gentoo-2-f7e91e96afb772a80a60ec2fd78bf729cf13fc9e.tar.bz2 gentoo-2-f7e91e96afb772a80a60ec2fd78bf729cf13fc9e.zip |
make esd conditional on use esd
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/xmms/xmms-1.2.5-r1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/xmms/xmms-1.2.5-r1.ebuild b/media-sound/xmms/xmms-1.2.5-r1.ebuild index 0fc3474bc6a0..5045a6cfc52a 100644 --- a/media-sound/xmms/xmms-1.2.5-r1.ebuild +++ b/media-sound/xmms/xmms-1.2.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.5-r1.ebuild,v 1.3 2001/10/07 00:35:32 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.5-r1.ebuild,v 1.4 2001/10/09 22:15:31 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="X MultiMedia System" @@ -11,18 +11,18 @@ HOMEPAGE="http://www.xmms.org/" DEPEND="gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) >=dev-libs/libxml-1.8.15 >=media-libs/libmikmod-3.1.9 - >=media-sound/esound-0.2.22 + esd? ( >=media-sound/esound-0.2.22 ) vorbis? ( >=media-libs/libvorbis-1.0_beta4 ) >=x11-libs/gtk+-1.2.10-r4 virtual/opengl" RDEPEND="gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) - >=dev-libs/libxml-1.8.15 - >=media-libs/libmikmod-3.1.9 - >=media-sound/esound-0.2.22 - vorbis? ( >=media-libs/libvorbis-1.0_beta4 ) - >=x11-libs/gtk+-1.2.10-r4 - virtual/opengl" + >=dev-libs/libxml-1.8.15 + >=media-libs/libmikmod-3.1.9 + esd? ( >=media-sound/esound-0.2.22 ) + vorbis? ( >=media-libs/libvorbis-1.0_beta4 ) + >=x11-libs/gtk+-1.2.10-r4 + virtual/opengl" src_unpack() { unpack ${A} |