summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/spandsp/README17
-rw-r--r--audio/spandsp/slack-desc8
-rw-r--r--audio/spandsp/spandsp.SlackBuild16
-rw-r--r--audio/spandsp/spandsp.info6
4 files changed, 21 insertions, 26 deletions
diff --git a/audio/spandsp/README b/audio/spandsp/README
index 1420de8acf..633f678c26 100644
--- a/audio/spandsp/README
+++ b/audio/spandsp/README
@@ -1,15 +1,14 @@
-spandsp 0.0.6pre21 - A DSP library for telephony
+spandsp - A DSP library for telephony
-----------------------------------------------
SpanDSP is a library of DSP functions for telephony, in the 8000 sample per
-second world of E1s, T1s, and higher order PCM channels. It contains low
-level functions, such as basic filters. It also contains higher level
-functions, such as cadenced supervisory tone detection, and a complete
-software FAX machine.
+second world of E1s, T1s, and higher order PCM channels. It contains low level
+functions, such as basic filters. It also contains higher level functions, such
+as cadenced supervisory tone detection, and a complete software FAX machine.
The software has been designed to avoid intellectual property issues, using
mature techniques where all relevant patents have expired. See the file
-DueDiligence for important information about these intellectual property issues
+DueDiligence for important information about these intellectual property issues.
-The library is licenced under the LGPL 2.1 licence. The test suite, and some
-support programs are licenced under the GPL 2 licence. The full text of these
-licences can be found in the file COPYING.
+The library is licenced under the LGPL 2.1 licence. The test suite, and some support
+programs are licenced under the GPL 2 licence. The full text of these licences can
+be found in the file COPYING.
diff --git a/audio/spandsp/slack-desc b/audio/spandsp/slack-desc
index f9e9172f32..7f17d12db4 100644
--- a/audio/spandsp/slack-desc
+++ b/audio/spandsp/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-spandsp: spandsp 0.0.6pre21 (A DSP library for telephony)
+spandsp: spandsp (DSP library for telephony)
spandsp:
spandsp: SpanDSP is a library of DSP functions for telephony, in the 8000
spandsp: sample per second world of E1s, T1s, and higher order PCM channels.
-spandsp: It contains low level functions, such as basic filters. It also
-spandsp: contains higher level functions, such as cadenced supervisory tone
+spandsp: It contains low level functions, such as basic filters. It also
+spandsp: contains higher level functions, such as cadenced supervisory tone
spandsp: detection, and a complete software FAX machine.
-spandsp: The software has been designed to avoid intellectual property issues,
+spandsp: The software has been designed to avoid intellectual property issues,
spandsp: using mature techniques where all relevant patents have expired.
spandsp: See the file DueDiligence for important information about these
spandsp: intellectual property issues.
diff --git a/audio/spandsp/spandsp.SlackBuild b/audio/spandsp/spandsp.SlackBuild
index 7a2f9fe067..f044b061de 100644
--- a/audio/spandsp/spandsp.SlackBuild
+++ b/audio/spandsp/spandsp.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for spandsp
#
-# Copyright 2013 slacksam (sam_web@yahoo.de)
+# Written 2014 by Marek Srejma <sam_web@yahoo.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=spandsp
VERSION=${VERSION:-0.0.6}
-SUBVERSION=${SUBVERSION:-pre21}
+SUBVERSION=${SUBVERSION:-""}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,21 +61,17 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION$SUBVERSION.tgz
+tar xvf $CWD/$PRGNAM-$VERSION$SUBVERSION.tar.gz
+chown -R root:root $PRGNAM-$VERSION
+chmod -R u+w,go+r-w,a-s $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
- --disable-static \
+ --enable-static=no \
--build=$ARCH-slackware-linux
make
diff --git a/audio/spandsp/spandsp.info b/audio/spandsp/spandsp.info
index 9654128d4c..9e9891ddeb 100644
--- a/audio/spandsp/spandsp.info
+++ b/audio/spandsp/spandsp.info
@@ -1,8 +1,8 @@
PRGNAM="spandsp"
-VERSION="0.0.6pre21"
+VERSION="0.0.6"
HOMEPAGE="http://www.soft-switch.org/"
-DOWNLOAD="http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6pre21.tgz"
-MD5SUM="492f3790439891c07d8c06e97ccbfcf1"
+DOWNLOAD="http://soft-switch.org/downloads/spandsp/spandsp-0.0.6.tar.gz"
+MD5SUM="897d839516a6d4edb20397d4757a7ca3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""