summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-26 16:13:49 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-26 16:13:49 +0000
commit460cb41a81714d929fc54f21910632b0f6c69e8a (patch)
tree503eb12ce60ff87a9dcc7cad31ec06119ca31649 /media-sound
parentUpdate ntlm_impl-spnego.patch, bug #273572, updated patch by Dmitry Karasik (diff)
downloadgentoo-2-460cb41a81714d929fc54f21910632b0f6c69e8a.tar.gz
gentoo-2-460cb41a81714d929fc54f21910632b0f6c69e8a.tar.bz2
gentoo-2-460cb41a81714d929fc54f21910632b0f6c69e8a.zip
Initial import, ebuild by me
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/vmpk/ChangeLog10
-rw-r--r--media-sound/vmpk/metadata.xml14
-rw-r--r--media-sound/vmpk/vmpk-0.2.5.ebuild28
3 files changed, 52 insertions, 0 deletions
diff --git a/media-sound/vmpk/ChangeLog b/media-sound/vmpk/ChangeLog
new file mode 100644
index 000000000000..e7fd1b968a2c
--- /dev/null
+++ b/media-sound/vmpk/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-sound/vmpk
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.1 2009/06/26 16:13:49 aballier Exp $
+
+*vmpk-0.2.5 (26 Jun 2009)
+
+ 26 Jun 2009; Alexis Ballier <aballier@gentoo.org> +vmpk-0.2.5.ebuild,
+ +metadata.xml:
+ Initial import, ebuild by me
+
diff --git a/media-sound/vmpk/metadata.xml b/media-sound/vmpk/metadata.xml
new file mode 100644
index 000000000000..db6124f44fde
--- /dev/null
+++ b/media-sound/vmpk/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>proaudio</herd>
+<longdescription lang="en">
+ Virtual MIDI Piano Keyboard is a MIDI event generator and receiver. It
+ doesn't produce any sound by itself, but can be used to drive a MIDI
+ synthesizer (either hardware or software, internal or external). You can use
+ the computer's keyboard to play MIDI notes, and also the mouse. You can use
+ the Virtual MIDI Piano Keyboard to display the played MIDI notes from
+ another instrument or MIDI file player. To do so, connect the other MIDI
+ port to the input port of VMPK.
+</longdescription>
+</pkgmetadata>
diff --git a/media-sound/vmpk/vmpk-0.2.5.ebuild b/media-sound/vmpk/vmpk-0.2.5.ebuild
new file mode 100644
index 000000000000..f18bd6e0d61f
--- /dev/null
+++ b/media-sound/vmpk/vmpk-0.2.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.2.5.ebuild,v 1.1 2009/06/26 16:13:49 aballier Exp $
+
+inherit cmake-utils eutils
+
+DESCRIPTION="Virtual MIDI Piano Keyboard"
+HOMEPAGE="http://vmpk.sourceforge.net/"
+SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="x11-libs/qt-core
+ x11-libs/qt-gui
+ media-libs/alsa-lib"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+
+src_install() {
+ cmake-utils_src_install
+ rm -rf "${D}/usr/share/doc/packages"
+}