audio/snd: Updated for version 17.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arthur W. Green 2017-02-24 23:41:02 +07:00 committed by Willy Sudiarto Raharjo
parent c8f8dad836
commit 01fdf5721c
3 changed files with 12 additions and 11 deletions

View File

@ -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).

View File

@ -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}

View File

@ -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=""