summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/snd/README13
-rw-r--r--audio/snd/snd.SlackBuild4
-rw-r--r--audio/snd/snd.info6
3 files changed, 12 insertions, 11 deletions
diff --git a/audio/snd/README b/audio/snd/README
index 9c6b9e1bc6..85d1b9d5fa 100644
--- a/audio/snd/README
+++ b/audio/snd/README
@@ -4,10 +4,11 @@ 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 are currently the best supported (and tested) options for Snd.
-Slackware 14.2 includes Motif and the GNU Scientific Library (gsl), so
-these dependencies can now be the preferred defaults for Snd.
+these are currently the best supported (and tested) options. As
+Slackware 14.2 includes Motif and the GNU Scientific Library (gsl),
+both dependencies can now be the preferred defaults.
-OpenGL rendering of spectrograms under Motif can be enabled by setting
-OPENGL=yes in the environment you run snd.SlackBuild. Since this is
-not appropriate for all configurations, it is disabled by default.
+If desired, enable support for OpenGL rendering of spectrograms:
+ OPENGL=yes sh ./snd.SlackBuild
+This is not appropriate for all configurations, so this option is
+probably best left disabled (the default).
diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild
index 0c42132dde..9d71a6bd15 100644
--- a/audio/snd/snd.SlackBuild
+++ b/audio/snd/snd.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# SlackBuild for Snd, 2 February 2017
+# SlackBuild for Snd, 24 February 2017
# Arthur W. Green <awg@posteo.us>
# All rights reserved.
#
@@ -26,7 +26,7 @@
## in the Snd source distribution for more on this.
PRGNAM=snd
-VERSION=${VERSION:-17.1}
+VERSION=${VERSION:-17.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/audio/snd/snd.info b/audio/snd/snd.info
index 2594e9372d..dae507ab35 100644
--- a/audio/snd/snd.info
+++ b/audio/snd/snd.info
@@ -1,8 +1,8 @@
PRGNAM="snd"
-VERSION="17.1"
+VERSION="17.2"
HOMEPAGE="https://ccrma.stanford.edu/software/snd/"
-DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.1.tar.gz"
-MD5SUM="996af51716a718996b5d79352deb4f40"
+DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.2.tar.gz"
+MD5SUM="c48f3cc3c014220f3a86859f0eebc5bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""