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

36 lines
697 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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 )
PATCHES=( "${FILESDIR}/${P}-kdelibs-4.14.11.patch" )
src_configure() {
local mycmakeargs=(
-DSTATIC_DRUMSTICK=OFF
)
kde4-base_src_configure
}