summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2004-10-21 23:17:43 +0000
committerSimone Gotti <motaboy@gentoo.org>2004-10-21 23:17:43 +0000
commit1884226edf2de160b272fff1d7aacd06da07da12 (patch)
tree5304bec96cf67dc6747870a760e81f587a4d651c /media-sound
parentadd shout2send plugin (Manifest recommit) (diff)
downloadgentoo-2-1884226edf2de160b272fff1d7aacd06da07da12.tar.gz
gentoo-2-1884226edf2de160b272fff1d7aacd06da07da12.tar.bz2
gentoo-2-1884226edf2de160b272fff1d7aacd06da07da12.zip
Disable the VUMETER if 'arts' USE flag is disabled too. This should be fixed upstream
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/kamix/ChangeLog6
-rw-r--r--media-sound/kamix/kamix-0.5.7.ebuild8
2 files changed, 12 insertions, 2 deletions
diff --git a/media-sound/kamix/ChangeLog b/media-sound/kamix/ChangeLog
index af368beff8ea..c3b9b48b5f68 100644
--- a/media-sound/kamix/ChangeLog
+++ b/media-sound/kamix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/kamix
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/ChangeLog,v 1.7 2004/10/15 09:23:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/ChangeLog,v 1.8 2004/10/21 23:17:43 motaboy Exp $
+
+ 22 Oct 2004; Simone Gotti <motaboy@gentoo.org> kamix-0.5.7.ebuild:
+ Disable the VUMETER if 'arts' USE flag is disabled too. This should be fixed
+ upstream
15 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> kamix-0.5.7.ebuild:
Added arts as a DEPENDency.
diff --git a/media-sound/kamix/kamix-0.5.7.ebuild b/media-sound/kamix/kamix-0.5.7.ebuild
index 3f67d8522dcb..2da1606be1a0 100644
--- a/media-sound/kamix/kamix-0.5.7.ebuild
+++ b/media-sound/kamix/kamix-0.5.7.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/kamix/kamix-0.5.7.ebuild,v 1.2 2004/10/15 09:23:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/kamix-0.5.7.ebuild,v 1.3 2004/10/21 23:17:43 motaboy Exp $
inherit kde
need-kde 3
@@ -18,3 +18,9 @@ DEPEND="${DEPEND}
>=media-libs/alsa-lib-0.9"
S=${WORKDIR}/${PN}
+
+src_compile() {
+ kde_src_compile myconf
+ myconf="$myconf `use_enable arts vumeter`"
+ kde_src_compile configure make
+} \ No newline at end of file