[Lunar-commits] <moonbase> kmid: Adding to moonbase. You'll want to modprobe at least snd-seq-midi.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Apr 27 13:40:06 CEST 2010
commit 1e2f77ef7e6e7f3675a0e314f71d96d94eafa79c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Apr 27 07:40:06 2010 -0400
kmid: Adding to moonbase. You'll want to modprobe at least snd-seq-midi.
---
kde4/apps/kmid/BUILD | 13 +++++++++++++
kde4/apps/kmid/DEPENDS | 1 +
kde4/apps/kmid/DETAILS | 22 ++++++++++++++++++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/kde4/apps/kmid/BUILD b/kde4/apps/kmid/BUILD
new file mode 100644
index 0000000..ba3dec0
--- /dev/null
+++ b/kde4/apps/kmid/BUILD
@@ -0,0 +1,13 @@
+(
+
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/apps/kmid/DEPENDS b/kde4/apps/kmid/DEPENDS
new file mode 100644
index 0000000..cbb6dc5
--- /dev/null
+++ b/kde4/apps/kmid/DEPENDS
@@ -0,0 +1 @@
+depends alsa-utils
diff --git a/kde4/apps/kmid/DETAILS b/kde4/apps/kmid/DETAILS
new file mode 100644
index 0000000..40acbd3
--- /dev/null
+++ b/kde4/apps/kmid/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=kmid
+ VERSION=2.3.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/kmid2/$VERSION/
+ SOURCE_VFY=sha1:eca309a624d5f7f687c30820a487fc7caa8ed756
+ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+ WEB_SITE=http://kmid2.sourceforge.net/
+ ENTERED=20100427
+ UPDATED=20100427
+ SHORT="MIDI/Karaoke player for KDE4"
+
+cat << EOF
+KMid is a MIDI/Karaoke player for KDE4. It runs in Linux, using the ALSA
+Sequencer.
+
+KMid plays MIDI and karaoke files to hardware MIDI devices or software
+synthesizers. It supports playlists, MIDI mappers, tempo (speed), volume and
+pitch (transpose) controls and configurable character encoding, font and
+color for lyrics. The graphic views include a rhythm view (visual metronome),
+a channels window with solo/muting controls and instrument selectors, and a
+piano player window (Pianola).
+EOF
More information about the Lunar-commits
mailing list