summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2004-10-06 19:42:59 +0000
committerChristian Parpart <trapni@gentoo.org>2004-10-06 19:42:59 +0000
commiteae2f9cc89d88b8f8134221759bb73dba401f40b (patch)
tree25c8f066be157ab028a38f6e0f712f35e87f051c /media-sound/vlevel/vlevel-0.5.ebuild
parentCompiles and works with aspell-0.60 series as well. (diff)
downloadhistorical-eae2f9cc89d88b8f8134221759bb73dba401f40b.tar.gz
historical-eae2f9cc89d88b8f8134221759bb73dba401f40b.tar.bz2
historical-eae2f9cc89d88b8f8134221759bb73dba401f40b.zip
added gzip to DEPEND and set RDEPEND to media-libs/ladspa-sdk; minor style fixes
Diffstat (limited to 'media-sound/vlevel/vlevel-0.5.ebuild')
-rw-r--r--media-sound/vlevel/vlevel-0.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/vlevel/vlevel-0.5.ebuild b/media-sound/vlevel/vlevel-0.5.ebuild
index 5f13d82a7f01..ab1ab96ba1ef 100644
--- a/media-sound/vlevel/vlevel-0.5.ebuild
+++ b/media-sound/vlevel/vlevel-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vlevel/vlevel-0.5.ebuild,v 1.2 2004/10/06 19:41:23 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vlevel/vlevel-0.5.ebuild,v 1.3 2004/10/06 19:42:59 trapni Exp $
DESCRIPTION="VLevel is a dynamic compressor which amplifies the quiet parts of music. It's currently a LADSPA plugin and a command-line filter."
HOMEPAGE="http://vlevel.sourceforge.net/"
@@ -16,6 +16,7 @@ DEPEND="
media-libs/ladspa-sdk
app-arch/gzip
"
+RDEPEND="media-libs/ladspa-sdk"
src_compile() {
emake CXXFLAGS="$CXXFLAGS -fPIC -DPIC" || die "emake failed"