audio/spandsp: Updated for version 0.0.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
slacksam 2014-11-30 12:03:17 +07:00 committed by Willy Sudiarto Raharjo
parent 982102c9bc
commit bcaafc8f7d
4 changed files with 21 additions and 26 deletions

View file

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

View file

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

View file

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

View file

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