diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-13 22:40:44 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-10-13 22:40:44 +0000 |
commit | b113e897690be0af484e58d65a6d41cd29b1dc68 (patch) | |
tree | e45bda21e40b40ef35a4150c59351507a6848199 /media-sound/kamix/kamix-0.6.3.ebuild | |
parent | unmask findutils (diff) | |
download | historical-b113e897690be0af484e58d65a6d41cd29b1dc68.tar.gz historical-b113e897690be0af484e58d65a6d41cd29b1dc68.tar.bz2 historical-b113e897690be0af484e58d65a6d41cd29b1dc68.zip |
Version bumped. Bug 95979.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-sound/kamix/kamix-0.6.3.ebuild')
-rw-r--r-- | media-sound/kamix/kamix-0.6.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/kamix/kamix-0.6.3.ebuild b/media-sound/kamix/kamix-0.6.3.ebuild new file mode 100644 index 000000000000..9b0f127f6dfb --- /dev/null +++ b/media-sound/kamix/kamix-0.6.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/kamix-0.6.3.ebuild,v 1.1 2005/10/13 22:40:44 matsuu Exp $ + +inherit kde + +DESCRIPTION="A mixer for KDE and ALSA." +HOMEPAGE="http://kamix.sourceforge.net/" +SRC_URI="mirror://sourceforge/kamix/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=">=media-libs/alsa-lib-0.9" + +need-kde 3 + +S=${WORKDIR}/${PN} + +src_compile() { + myconf="$(use_enable arts vumeter)" + + kde_src_compile +} |