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/media-sound/kmidimon/kmidimon-0.7.5.ebuild

35 lines
758 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kmidimon/kmidimon-0.7.5.ebuild,v 1.5 2014/12/03 08:05:59 kensington Exp $
EAPI=5
KDE_LINGUAS="cs es ja"
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="A MIDI monitor for ALSA sequencer"
HOMEPAGE="http://kmidimon.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND="
media-libs/alsa-lib
>=media-sound/drumstick-0.5
<media-sound/drumstick-1.0.0
"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_configure() {
local mycmakeargs=(
-DSTATIC_DRUMSTICK=OFF
)
kde4-base_src_configure
}