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/jack-keyboard/jack-keyboard-2.5.ebuild

29 lines
648 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="A virtual MIDI keyboard for JACK MIDI"
HOMEPAGE="http://pin.if.uz.zgora.pl/~trasz/jack-keyboard/"
SRC_URI="http://pin.if.uz.zgora.pl/~trasz/jack-keyboard/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="lash X"
RDEPEND=">=media-sound/jack-audio-connection-kit-0.103
>=x11-libs/gtk+-2.12:2
>=dev-libs/glib-2.2:2
lash? ( media-sound/lash )
X? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-apps/sed"
src_configure() {
econf $(use_with X x11) \
$(use_with lash)
}