diff options
Diffstat (limited to 'media-sound/glame/glame-1.0.1.ebuild')
-rw-r--r-- | media-sound/glame/glame-1.0.1.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/media-sound/glame/glame-1.0.1.ebuild b/media-sound/glame/glame-1.0.1.ebuild index 206cc6474f61..adedcd5dccfd 100644 --- a/media-sound/glame/glame-1.0.1.ebuild +++ b/media-sound/glame/glame-1.0.1.ebuild @@ -1,28 +1,29 @@ # 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.6 2004/01/30 06:39:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.7 2004/03/27 03:14:00 eradicator Exp $ -IUSE="nls gnome" +IUSE="nls gnome oggvorbis" -S=${WORKDIR}/${P} DESCRIPTION="Glame is an audio file editing utility" -SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" HOMEPAGE="http://glame.sourceforge.net/" +SRC_URI="mirror://sourceforge/glame/${P}.tar.gz" +RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc" -DEPEND=">=dev-util/guile-1.4-r3 +RDEPEND=">=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 ) gnome? ( <gnome-base/libglade-2 gnome-base/gnome-libs )" -RDEPEND="nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.58 + nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} |