summaryrefslogtreecommitdiffstats
path: root/audio/snd/README
diff options
context:
space:
mode:
author AW Green <awg@posteo.us>2017-10-27 16:37:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-28 05:58:30 +0700
commitd23dbd02554620e5185359b67c300c2d9886e4ae (patch)
tree32352fe78f771f76717e2c15532dc369c47d9ce1 /audio/snd/README
parent4e70a72643e4da1ba4943f8106d6a706866c2444 (diff)
downloadslackbuilds-d23dbd02554620e5185359b67c300c2d9886e4ae.tar.gz
slackbuilds-d23dbd02554620e5185359b67c300c2d9886e4ae.tar.xz
audio/snd: Updated for version 17.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/snd/README')
-rw-r--r--audio/snd/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/snd/README b/audio/snd/README
index c2847b1fc0..d0b04dbf6f 100644
--- a/audio/snd/README
+++ b/audio/snd/README
@@ -3,12 +3,13 @@ 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 SlackBuild configures Snd to use Scheme (s7), ALSA, and Motif, as
-these options are well-supported by Snd's author and extensively tested.
-But if you prefer GTK3 to Motif, then enable it like so:
+This SlackBuild configures Snd to use Scheme (s7), ALSA, and Motif.
+
+If you prefer Pulse Audio to ALSA, then begin the build like so:
+ PULSEAUDIO=yes sh ./snd.SlackBuild
+
+Using GTK3 instead of Motif is also easy.
GTK=yes sh ./snd.SlackBuild
-Support for OpenGL spectrogram rendering can also be enabled:
+To enable support for OpenGL spectrogram rendering:
OPENGL=yes sh ./snd.SlackBuild
-This option is not appropriate for all configurations, so it is disabled
-by default.