diff options
author | Arthur W. Green <awg@posteo.us> | 2017-04-04 01:20:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-06 21:03:01 +0700 |
commit | 94ad494de897860183b440f79de32a8241c4329d (patch) | |
tree | 32093bc8d21591afadedd489f8d823a31783fb33 /audio/snd | |
parent | 580397b85f2dc58cb6affd81d1f9c6d4ad832406 (diff) |
audio/snd: Updated for version 17.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/README | 9 | ||||
-rw-r--r-- | audio/snd/snd.SlackBuild | 9 | ||||
-rw-r--r-- | audio/snd/snd.info | 6 |
3 files changed, 11 insertions, 13 deletions
diff --git a/audio/snd/README b/audio/snd/README index 85d1b9d5fa3b..ee23b7e4fc4f 100644 --- a/audio/snd/README +++ b/audio/snd/README @@ -4,11 +4,10 @@ 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. As -Slackware 14.2 includes Motif and the GNU Scientific Library (gsl), -both dependencies can now be the preferred defaults. +these options are well-supported by Snd's author and extensively +tested. -If desired, enable support for OpenGL rendering of spectrograms: +Support for OpenGL rendering of spectrograms can be enabled like so: OPENGL=yes sh ./snd.SlackBuild This is not appropriate for all configurations, so this option is -probably best left disabled (the default). +disabled by default. diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild index 9d71a6bd15bf..d9d1e072999f 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# SlackBuild for Snd, 24 February 2017 +# SlackBuild for Snd, 3 April 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.2} +VERSION=${VERSION:-17.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,7 @@ else LIBDIRSUFFIX="" fi -if [ "${OPENGL:-no}" = "yes" ]; then +if [ "${OPENGL}" = "yes" ]; then OPENGL="--with-gl" fi @@ -89,7 +89,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-motif \ $OPENGL \ --with-fftw \ - --with-gsl \ --with-doc-dir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux @@ -104,7 +103,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # documentation. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/doc/$PRGNAM-$VERSION/pix -cp -a COPYING README.Snd *.html $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING NEWS README.Snd HISTORY.Snd *.html $PKG/usr/doc/$PRGNAM-$VERSION cp -a pix/*.png $PKG/usr/doc/$PRGNAM-$VERSION/pix cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/audio/snd/snd.info b/audio/snd/snd.info index dae507ab3530..13ba3d2d8d23 100644 --- a/audio/snd/snd.info +++ b/audio/snd/snd.info @@ -1,8 +1,8 @@ PRGNAM="snd" -VERSION="17.2" +VERSION="17.3" HOMEPAGE="https://ccrma.stanford.edu/software/snd/" -DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.2.tar.gz" -MD5SUM="c48f3cc3c014220f3a86859f0eebc5bc" +DOWNLOAD="ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-17.3.tar.gz" +MD5SUM="cb45d5b2ddef4f0b47fa2c803b11ed0a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |