summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-21 17:58:36 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-21 17:58:36 +0000
commit2f87567be0410e590ff165f27c845b0a3f138ead (patch)
tree7eb91153b96b4e433ee550e914cb4870f257284b /media-sound/normalize
parentFixed data directory. (diff)
downloadgentoo-2-2f87567be0410e590ff165f27c845b0a3f138ead.tar.gz
gentoo-2-2f87567be0410e590ff165f27c845b0a3f138ead.tar.bz2
gentoo-2-2f87567be0410e590ff165f27c845b0a3f138ead.zip
small fixes
Diffstat (limited to 'media-sound/normalize')
-rw-r--r--media-sound/normalize/normalize-0.7.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/normalize/normalize-0.7.4.ebuild b/media-sound/normalize/normalize-0.7.4.ebuild
index cd3f3bc91832..fe23abb5cbba 100644
--- a/media-sound/normalize/normalize-0.7.4.ebuild
+++ b/media-sound/normalize/normalize-0.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.4.ebuild,v 1.1 2002/06/05 00:06:26 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.4.ebuild,v 1.2 2002/06/21 17:58:36 seemant Exp $
DESCRIPTION="Audio file volume normalizer"
HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize"
@@ -8,7 +8,7 @@ SRC_URI="http://www.cs.columbia.edu/~cvaill/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-RDEPEND="xmms? ( >= xmms-1.2.7r6 )
+RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 )
>=media-libs/audiofile-0.2.3-r1
>=media-sound/mad-0.14.2b-r1"
@@ -29,7 +29,7 @@ src_compile() {
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-audiofile \
- --with-mad
+ --with-mad || die
emake || die "emake failed"
}