summaryrefslogtreecommitdiffstats
path: root/audio-drivers/ngjackspa/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/ngjackspa/DETAILS')
-rwxr-xr-xaudio-drivers/ngjackspa/DETAILS31
1 files changed, 31 insertions, 0 deletions
diff --git a/audio-drivers/ngjackspa/DETAILS b/audio-drivers/ngjackspa/DETAILS
new file mode 100755
index 0000000000..7d3b2fd5e0
--- /dev/null
+++ b/audio-drivers/ngjackspa/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=ngjackspa
+ VERSION=1.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://download.gna.org/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:cf9527ea69e8c9801a1a428a68f636afe6d9f4c7fea174e46771510dafbc346f4532f84bc34244ef30261688ce46827118a37a942e71cea3d4bffe86f089dfd8
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://home.gna.org/ngjackspa/"
+ LICENSE[0]=GPL
+ ENTERED=20140320
+ SHORT="a set of simple interfaces that host a LADSPA plugin, providing JACK ports"
+cat << EOF
+ng-jackspa is a set of simple interfaces that host a LADSPA plugin, providing
+JACK ports for its audio inputs and outputs, and dynamic setting of its
+control inputs.
+
+njackspa
+ Visual interface for the terminal written using ncurses.
+
+gjackspa
+ GTK+ graphical interface for X11 written using gtkmm-2.4.
+
+qjackspa
+ Qt graphical interface for X11 written using Qt 4.
+
+jackspa-cli
+ Command-line interface for the terminal without dynamic setting of the
+ control inputs.
+
+ng-jackspa is a fork/continuation of jackspa. ng-jackspa can stand either
+for next generation jackspa or for ncurses/GTK+ jackspa.
+EOF