diff options
author | 2000-11-01 04:44:18 +0000 | |
---|---|---|
committer | 2000-11-01 04:44:18 +0000 | |
commit | 182e0c3759c10f93fed3e90413e5b18366fc7679 (patch) | |
tree | 3251dacabea637a20c4b46cb5eb93955c8d05ba6 /media-sound/esound | |
parent | Added dependencies (diff) | |
download | historical-182e0c3759c10f93fed3e90413e5b18366fc7679.tar.gz historical-182e0c3759c10f93fed3e90413e5b18366fc7679.tar.bz2 historical-182e0c3759c10f93fed3e90413e5b18366fc7679.zip |
Added dependencies
Diffstat (limited to 'media-sound/esound')
-rw-r--r-- | media-sound/esound/esound-0.2.19.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-sound/esound/esound-0.2.19.ebuild b/media-sound/esound/esound-0.2.19.ebuild index 182ccb818cb7..64af49f5457f 100644 --- a/media-sound/esound/esound-0.2.19.ebuild +++ b/media-sound/esound/esound-0.2.19.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/esound/esound-0.2.19.ebuild,v 1.5 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.6 2000/11/01 04:44:18 achim Exp $ P=esound-0.2.19 A=${P}.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="esound" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/"${A} HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=media-libs/alsa-lib-0.5.9 + >=media-libs/audiofile-0.1.9" src_compile() { cd ${S} |