[proaudio] New ebuild: media-sound/kmidimon-0.5.0

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Kmidimon (http://kmetronome.sourceforge.net/kmidimon/) is a MIDI monitor for
Linux using ALSA sequencer and KDE user interface.

Excellent tool for debugging MIDI stuff, if you ask me...

JR

-- 
| me@home ~$whoami            ^ ^  | "Trust me, I know what I'm doing!" |
| Jouni 'Mad Max' Rinne      ('x') | - Sledge Hammer                    |
| me@home ~$man woman       C " "  | -------[ph34r t3h p3Ngu1n]-------- |
| Segmentation fault (core dumped) | ::   Last.fm user ID: l33tmmx   :: |
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

IUSE=""

DESCRIPTION="MIDI monitor using ALSA sequencer and KDE user interface."
HOMEPAGE="http://kmetronome.sourceforge.net/kmidimon/";
SRC_URI="mirror://sourceforge/kmetronome/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"
RESTRICT="nomirror"

RDEPEND=">=media-libs/alsa-lib-1.0
	kde-base/kdelibs"

DEPEND="${RDEPEND}
	>=dev-util/cmake-2.4.2
	sys-devel/gettext
	dev-util/pkgconfig"

src_compile() {
	cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix`
	emake || die
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog
}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/