diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 06:39:18 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2004-01-30 06:39:18 +0000 |
commit | b3d9fd85a29428e85101585436b2972ee7322b86 (patch) | |
tree | 52089c060b63f0b60c1939a4ebc86370efcc091f /media-sound/glame | |
parent | autoconf fixes, move unzip out of DEPEND as it isn't needed for building (Man... (diff) | |
download | gentoo-2-b3d9fd85a29428e85101585436b2972ee7322b86.tar.gz gentoo-2-b3d9fd85a29428e85101585436b2972ee7322b86.tar.bz2 gentoo-2-b3d9fd85a29428e85101585436b2972ee7322b86.zip |
autoconf fixes
Diffstat (limited to 'media-sound/glame')
-rw-r--r-- | media-sound/glame/glame-0.6.4.ebuild | 3 | ||||
-rw-r--r-- | media-sound/glame/glame-1.0.1.ebuild | 3 | ||||
-rw-r--r-- | media-sound/glame/glame-1.0.2.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/glame/glame-0.6.4.ebuild b/media-sound/glame/glame-0.6.4.ebuild index a82a6bdbd532..9208063239d0 100644 --- a/media-sound/glame/glame-0.6.4.ebuild +++ b/media-sound/glame/glame-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.4.ebuild,v 1.6 2004/01/26 00:42:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.4.ebuild,v 1.7 2004/01/30 06:39:18 drobbins Exp $ IUSE="nls gnome" @@ -16,6 +16,7 @@ KEYWORDS="x86" DEPEND=">=dev-util/guile-1.4-r3 dev-libs/libxml2 >=media-sound/esound-0.2 + >=sys-devel/autoconf-2.58 media-libs/audiofile gnome? ( <gnome-base/libglade-2 gnome-base/gnome-libs )" diff --git a/media-sound/glame/glame-1.0.1.ebuild b/media-sound/glame/glame-1.0.1.ebuild index 2b33bcad3050..206cc6474f61 100644 --- a/media-sound/glame/glame-1.0.1.ebuild +++ b/media-sound/glame/glame-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.5 2004/01/26 00:42:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.6 2004/01/30 06:39:18 drobbins Exp $ IUSE="nls gnome" @@ -16,6 +16,7 @@ KEYWORDS="~x86 ~sparc" DEPEND=">=dev-util/guile-1.4-r3 dev-libs/libxml2 >=media-sound/esound-0.2 + >=sys-devel/autoconf-2.58 media-libs/audiofile media-sound/mad oggvorbis? ( media-sound/vorbis-tools ) diff --git a/media-sound/glame/glame-1.0.2.ebuild b/media-sound/glame/glame-1.0.2.ebuild index 410a52a351fe..4eaf168d5eb8 100644 --- a/media-sound/glame/glame-1.0.2.ebuild +++ b/media-sound/glame/glame-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.2.ebuild,v 1.2 2004/01/26 00:42:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.2.ebuild,v 1.3 2004/01/30 06:39:18 drobbins Exp $ DESCRIPTION="an audio file editing utility" HOMEPAGE="http://glame.sourceforge.net/" @@ -16,6 +16,7 @@ DEPEND=">=dev-util/guile-1.4-r3 >=dev-libs/libxml2-2.0.0 >=media-sound/esound-0.2 >=media-libs/audiofile-0.2.2 + >=sys-devel/autoconf-2.58 =dev-libs/fftw-2* media-sound/mad media-libs/ladspa-sdk |