You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-base/kmix/kmix-4.9.2.ebuild

30 lines
715 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-4.9.2.ebuild,v 1.1 2012/10/02 18:11:42 johu Exp $
EAPI=4
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE mixer gui"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="alsa debug canberra pulseaudio"
DEPEND="
alsa? ( >=media-libs/alsa-lib-1.0.14a )
canberra? ( media-libs/libcanberra )
pulseaudio? ( >=media-sound/pulseaudio-0.9.12 )
"
RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with alsa)
$(cmake-utils_use_with canberra)
$(cmake-utils_use_with pulseaudio PulseAudio)
)
kde4-base_src_configure
}