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
commit0f8b10f7decb90e930da91e2525b3b17e13d15c0 (patch)
treeb9aa59688971ebe43eb4444deb4e9d3a231e9406 /media-sound/normalize/normalize-0.7.4.ebuild
parentFixed data directory. (diff)
downloadhistorical-0f8b10f7decb90e930da91e2525b3b17e13d15c0.tar.gz
historical-0f8b10f7decb90e930da91e2525b3b17e13d15c0.tar.bz2
historical-0f8b10f7decb90e930da91e2525b3b17e13d15c0.zip
small fixes
Diffstat (limited to 'media-sound/normalize/normalize-0.7.4.ebuild')
-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"
}