summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-06 14:25:14 +0200
committerFlorian Franzmann2019-10-06 22:02:48 +0200
commit025da599ecf357edec1bc51e635ab38e407770a0 (patch)
tree0edd273bdbe98dd1c59b41097d7f5f10a6f06a83 /audio-creation
parent21eb4aacb3d4c7ff8abc4539900879e24735b870 (diff)
audio-creation/vmpk: new spell, a virtual piano midi keyboard
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/vmpk/BUILD1
-rwxr-xr-xaudio-creation/vmpk/CONFIGURE1
-rwxr-xr-xaudio-creation/vmpk/DEPENDS5
-rwxr-xr-xaudio-creation/vmpk/DETAILS17
-rw-r--r--audio-creation/vmpk/HISTORY3
5 files changed, 27 insertions, 0 deletions
diff --git a/audio-creation/vmpk/BUILD b/audio-creation/vmpk/BUILD
new file mode 100755
index 0000000000..182a954096
--- /dev/null
+++ b/audio-creation/vmpk/BUILD
@@ -0,0 +1 @@
+qt5_cmake_build
diff --git a/audio-creation/vmpk/CONFIGURE b/audio-creation/vmpk/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/audio-creation/vmpk/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/audio-creation/vmpk/DEPENDS b/audio-creation/vmpk/DEPENDS
new file mode 100755
index 0000000000..a423d35980
--- /dev/null
+++ b/audio-creation/vmpk/DEPENDS
@@ -0,0 +1,5 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+
+depends qtbase &&
+depends drumstick &&
+depends -sub CXX gcc
diff --git a/audio-creation/vmpk/DETAILS b/audio-creation/vmpk/DETAILS
new file mode 100755
index 0000000000..1cc3fa8a7f
--- /dev/null
+++ b/audio-creation/vmpk/DETAILS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=vmpk
+ VERSION=0.7.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://downloads.sourceforge.net/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:6ea02d5bd353a29e1690157efb6067f6a0395d7561ba1b916ba5c544f4273f4f25611f255069dfaac40946911cb5286bf9644a7836897091a4a3709a62c253fd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://sourceforge.net/projects/vmpk/"
+ LICENSE[0]=GPL
+ ENTERED=20191006
+ SHORT="a virtual midi piano keyboard"
+cat << EOF
+VMPK is a virtual MIDI piano keyboard for Linux, Windows and OSX. Based on
+Qt and Drumstick the program is a MIDI event generator using the computer's
+alphanumeric keyboard and the mouse. It may be used also to display received
+MIDI notes.
+EOF
diff --git a/audio-creation/vmpk/HISTORY b/audio-creation/vmpk/HISTORY
new file mode 100644
index 0000000000..d2e878efe0
--- /dev/null
+++ b/audio-creation/vmpk/HISTORY
@@ -0,0 +1,3 @@
+2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: spell created
+