[Lunar-commits] <moonbase-other> vmpk: cleanup and version bumped

v4hn me at v4hn.de
Mon Jul 30 16:39:15 CEST 2012


commit c689b4ef759262a88b3bb1998f5f0e8ceb1c2aac
Author: v4hn <me at v4hn.de>
Date: Mon, 30 Jul 2012 07:39:15 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c689b4ef759262a88b3bb1998f5f0e8ceb1c2aac

vmpk: cleanup and version bumped
---
  zbeta/vmpk/BUILD                                             +2/-6     
  zbeta/vmpk/DEPENDS                                           +2/-3     
  zbeta/vmpk/DETAILS                                           +11/-11   
  3 files changed, 15 insertions (+), 20 deletions (-)

--- a/zbeta/vmpk/BUILD
+++ b/zbeta/vmpk/BUILD
@@ -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
--- a/zbeta/vmpk/DEPENDS
+++ b/zbeta/vmpk/DEPENDS
@@ -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"
--- a/zbeta/vmpk/DETAILS
+++ b/zbeta/vmpk/DETAILS
@@ -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




More information about the Lunar-commits mailing list