summaryrefslogtreecommitdiff
path: root/audio/vmpk
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vmpk')
-rw-r--r--audio/vmpk/README2
-rw-r--r--audio/vmpk/slack-desc10
-rw-r--r--audio/vmpk/vmpk.SlackBuild6
-rw-r--r--audio/vmpk/vmpk.info6
4 files changed, 13 insertions, 11 deletions
diff --git a/audio/vmpk/README b/audio/vmpk/README
index 82fa797d26..ef2981b793 100644
--- a/audio/vmpk/README
+++ b/audio/vmpk/README
@@ -5,3 +5,5 @@ 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.
+
+Optional: Jack-audio-connection
diff --git a/audio/vmpk/slack-desc b/audio/vmpk/slack-desc
index ab1ff62ff4..c1134db0f5 100644
--- a/audio/vmpk/slack-desc
+++ b/audio/vmpk/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
vmpk: vmpk (Virtual Midi Piano Keyboard)
diff --git a/audio/vmpk/vmpk.SlackBuild b/audio/vmpk/vmpk.SlackBuild
index f210b093a8..0f7ce5ce79 100644
--- a/audio/vmpk/vmpk.SlackBuild
+++ b/audio/vmpk/vmpk.SlackBuild
@@ -3,7 +3,7 @@
# Written by Michales Michaloudes korgie@gmail.com
PRGNAM=vmpk
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -16,7 +16,7 @@ if [ -z "$ARCH" ]; then
fi
CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
+TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -55,7 +55,7 @@ cmake . \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
- -DBUILD_SHARED_LIBS:BOOL=ON
+ -DBUILD_SHARED_LIBS:BOOL=ON
make
make install DESTDIR=$PKG
diff --git a/audio/vmpk/vmpk.info b/audio/vmpk/vmpk.info
index 6117cfe89e..80f54c590a 100644
--- a/audio/vmpk/vmpk.info
+++ b/audio/vmpk/vmpk.info
@@ -1,8 +1,8 @@
PRGNAM="vmpk"
-VERSION="0.4.0"
+VERSION="0.5.1"
HOMEPAGE="http://vmpk.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/project/vmpk/vmpk/0.4.0/vmpk-0.4.0.tar.bz2"
-MD5SUM="bc54ac39fe02ce3cbed4b2b7f82cd70f"
+DOWNLOAD="http://downloads.sourceforge.net/project/vmpk/vmpk/0.5.1/vmpk-0.5.1.tar.bz2"
+MD5SUM="07e376936c38c7c244374ff9ddca6a72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""