[Lunar-commits] <moonbase-other> vmpk: introduction to moonbase
v4hn
me at v4hn.de
Mon Jul 30 15:48:34 CEST 2012
commit 1085f9ffefbaa0e71d86f5937215b6e2550e26d4
Author: Alexander Lindemann <z3r03nna at antiniveau.dyndns.org>
Date: Mon, 30 Jul 2012 06:48:34 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1085f9ffefbaa0e71d86f5937215b6e2550e26d4
vmpk: introduction to moonbase
---
zbeta/vmpk/BUILD +11/-0
zbeta/vmpk/DEPENDS +5/-0
zbeta/vmpk/DETAILS +19/-0
3 files changed, 35 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/zbeta/vmpk/BUILD
@@ -0,0 +1,11 @@
+(
+ #Bugfix for CMAKE 2.98
+ sedit s/"FATAL_ERROR \"Program pkg-config not found\""/"STATUS \"Program pkg-config not found\""/ CMakeLists.txt &&
+
+ cmake .\
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/zbeta/vmpk/DEPENDS
@@ -0,0 +1,5 @@
+depends qt4
+depends alsa-utils
+
+#Could provide Jack Support
+#optional_depends "jack" "-DRTMIDI_DRIVER=JACK -DPROGRAM_NAME=vmpk-jack "" "for jack midi support"
--- /dev/null
+++ b/zbeta/vmpk/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=vmpk
+ VERSION=0.4.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
+ SOURCE_VFY=sha1:d83f9a76abd32fc3abb6de3c22f29fa77f182338
+ WEB_SITE=http://vmpk.sourceforge.net/
+ ENTERED=20120706
+ UPDATED=20120706
+ SHORT="Virtual Midi Keyboard"
+
+cat << EOF
+Virtual MIDI Piano Keyboard is a MIDI events 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.
+EOF
More information about the Lunar-commits
mailing list