Skip to content

Commit

Permalink
vmpk: cleanup and version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 30, 2012
1 parent 1085f9f commit c689b4e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
8 changes: 2 additions & 6 deletions zbeta/vmpk/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
(
#Bugfix for CMAKE 2.98
#Bugfix for cmake 2.8.8
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
default_cmake_build

) > $C_FIFO 2>&1
5 changes: 2 additions & 3 deletions zbeta/vmpk/DEPENDS
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
depends qt4
depends alsa-utils
depends alsa-lib

#Could provide Jack Support
#optional_depends "jack" "-DRTMIDI_DRIVER=JACK -DPROGRAM_NAME=vmpk-jack "" "for jack midi support"
optional_depends "jack" "-DENABLE_JACK=on" "-DENABLE_JACK=off" "for jack midi support"
22 changes: 11 additions & 11 deletions zbeta/vmpk/DETAILS
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
MODULE=vmpk
VERSION=0.4.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
SOURCE_VFY=sha1:d83f9a76abd32fc3abb6de3c22f29fa77f182338
VERSION=0.5.0
SOURCE=$MODULE-${VERSION}rc.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/
SOURCE_VFY=sha1:955354ed371c689370ecc2e08cf0129002bf0c77
WEB_SITE=http://vmpk.sourceforge.net/
ENTERED=20120706
UPDATED=20120706
UPDATED=20120730
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.
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

0 comments on commit c689b4e

Please sign in to comment.