summaryrefslogtreecommitdiffstats
path: root/audio-drivers/a2jmidid
diff options
context:
space:
mode:
authorJuuso Alasuutari2008-12-06 22:12:03 +0200
committerJuuso Alasuutari2008-12-06 22:12:03 +0200
commita47b98f8d61383794e6d14fc6b0be41c3bb1d069 (patch)
tree983b591f0390dfce930379b695f903848d5a60b7 /audio-drivers/a2jmidid
parentf57693a5957e3028043f419eed19a49f410434a9 (diff)
a2jmidid: New spell, daemon for exposing ALSA sequencer applications in JACK MIDI
Diffstat (limited to 'audio-drivers/a2jmidid')
-rwxr-xr-xaudio-drivers/a2jmidid/BUILD1
-rwxr-xr-xaudio-drivers/a2jmidid/DEPENDS3
-rwxr-xr-xaudio-drivers/a2jmidid/DETAILS32
-rw-r--r--audio-drivers/a2jmidid/HISTORY4
-rwxr-xr-xaudio-drivers/a2jmidid/INSTALL1
-rwxr-xr-xaudio-drivers/a2jmidid/PREPARE6
-rw-r--r--audio-drivers/a2jmidid/nedko_arnaudov.gpgbin0 -> 3478 bytes
7 files changed, 47 insertions, 0 deletions
diff --git a/audio-drivers/a2jmidid/BUILD b/audio-drivers/a2jmidid/BUILD
new file mode 100755
index 0000000000..1d8ce04479
--- /dev/null
+++ b/audio-drivers/a2jmidid/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/audio-drivers/a2jmidid/DEPENDS b/audio-drivers/a2jmidid/DEPENDS
new file mode 100755
index 0000000000..4fdf289a7c
--- /dev/null
+++ b/audio-drivers/a2jmidid/DEPENDS
@@ -0,0 +1,3 @@
+depends dbus &&
+depends alsa-lib &&
+depends JACK-DRIVER
diff --git a/audio-drivers/a2jmidid/DETAILS b/audio-drivers/a2jmidid/DETAILS
new file mode 100755
index 0000000000..7054712517
--- /dev/null
+++ b/audio-drivers/a2jmidid/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=a2jmidid
+if [[ $A2J_VCS == y ]]; then
+ if [[ $A2J_VCS_AUTOUPDATE == y ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+ SOURCE_URL[0]=svn_http://svn.gna.org/svn/$SPELL/code:$SPELL
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
+else
+ VERSION=4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=http://download.gna.org/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=nedko_arnaudov.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+fi
+ WEB_SITE=http://home.gna.org/a2jmidid/
+ ENTERED=20081206
+ LICENSE[0]=GPL
+ KEYWORDS="drivers audio"
+ SHORT="Daemon for exposing ALSA sequencer applications in JACK MIDI"
+cat << EOF
+JACK Audio Connection Kit
+a2jmidid is a daemon for exposing legacy ALSA sequencer applications
+in a JACK MIDI system.
+EOF
diff --git a/audio-drivers/a2jmidid/HISTORY b/audio-drivers/a2jmidid/HISTORY
new file mode 100644
index 0000000000..2c463a12ed
--- /dev/null
+++ b/audio-drivers/a2jmidid/HISTORY
@@ -0,0 +1,4 @@
+2008-12-06 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS, PREPARE, DEPENDS, BUILD, INSTALL, nedko_arnaudov.gpg:
+ Created spell.
+
diff --git a/audio-drivers/a2jmidid/INSTALL b/audio-drivers/a2jmidid/INSTALL
new file mode 100755
index 0000000000..0ea15ccab7
--- /dev/null
+++ b/audio-drivers/a2jmidid/INSTALL
@@ -0,0 +1 @@
+waf_install
diff --git a/audio-drivers/a2jmidid/PREPARE b/audio-drivers/a2jmidid/PREPARE
new file mode 100755
index 0000000000..39d7530348
--- /dev/null
+++ b/audio-drivers/a2jmidid/PREPARE
@@ -0,0 +1,6 @@
+config_query A2J_VCS "Build latest version from development tree?" n &&
+
+if [[ $A2J_VCS == y ]]; then
+ config_query A2J_VCS_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi
diff --git a/audio-drivers/a2jmidid/nedko_arnaudov.gpg b/audio-drivers/a2jmidid/nedko_arnaudov.gpg
new file mode 100644
index 0000000000..093c15f47f
--- /dev/null
+++ b/audio-drivers/a2jmidid/nedko_arnaudov.gpg
Binary files differ