summaryrefslogtreecommitdiffstats
path: root/audio/snd/README
diff options
context:
space:
mode:
author Arthur W. Green2016-03-19 12:49:16 +0100
committer Willy Sudiarto Raharjo2016-03-19 12:49:16 +0100
commitae5e19636919dce9887b5324cf1f696e6a95aa94 (patch)
tree9cf61435042e27c43c76cc84eca9d2d12c1e7f24 /audio/snd/README
parente9e4f0ab47c478886495a16def8a3a132430dc6d (diff)
downloadslackbuilds-ae5e19636919dce9887b5324cf1f696e6a95aa94.tar.gz
audio/snd: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/snd/README')
-rw-r--r--audio/snd/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/audio/snd/README b/audio/snd/README
index 9c78c06155..3b0cf106dd 100644
--- a/audio/snd/README
+++ b/audio/snd/README
@@ -1,11 +1,12 @@
Snd is a sound editor modelled loosely after Emacs. It is highly
-programmable, supports a variety of audio and sample file formats,
-includes a complete implementation of Common Lisp Music (CLM), and
-can be run sans GUI as a scripting engine.
+programmable, supports a variety of audio and sample file formats, includes a
+complete implementation of Common Lisp Music (CLM), can be run sans GUI as a
+scripting engine, and more.
-This script build against the Motif toolkit primarily because
-Snd's GTK+ interface doesn't seem as well-tested (tending to crash
-unexpectedly on this maintainer's x86_64 machines), but also because
-it supports OpenGL rendering of spectrograms.
+This SlackBuild configures Snd to use Scheme (s7), ALSA, and the Motif, as
+these are currently the best supported (and tested) options for Snd. Slackare
+14.2 includes Motif and the GNU Scientific Library (gsl), so these
+dependencies can now be the preferred defaults for Snd.
-Comment out the "--with-gl" line in snd.SlackBuild if you don't want this.
+OpenGL rendering of spectrograms under Motif can also enabled by passing
+"--with-gl" to configure in snd.SlackBuild.