Import spandsp-0.0.6pre2 as wip/spandsp-current.

Library which provides many of the DSP functions needed for telephony.
This commit is contained in:
X400 2008-12-11 18:59:25 +00:00 committed by Thomas Klausner
parent 59c3663c6d
commit 85030fa43e
6 changed files with 167 additions and 0 deletions

1
spandsp-current/DESCR Normal file
View file

@ -0,0 +1 @@
Library which provides many of the DSP functions needed for telephony.

23
spandsp-current/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/12/11 18:59:25 x400 Exp $
DISTNAME= spandsp-0.0.6pre2
CATEGORIES= devel
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
EXTRACT_SUFX= .tgz
MAINTAINER= x400@msfu.ru
HOMEPAGE= http://www.soft-switch.org/
COMMENT= DSP functions
WRKSRC= ${WRKDIR}/spandsp-0.0.6
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++ fortran
USE_TOOLS+= gmake
.include "options.mk"
BUILDLINK_API_DEPENDS.tiff+= tiff>=3.6.1
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

103
spandsp-current/PLIST Normal file
View file

@ -0,0 +1,103 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/11 18:59:25 x400 Exp $
include/spandsp.h
include/spandsp/adsi.h
include/spandsp/arctan2.h
include/spandsp/async.h
include/spandsp/at_interpreter.h
include/spandsp/awgn.h
include/spandsp/bell_r2_mf.h
include/spandsp/bert.h
include/spandsp/biquad.h
include/spandsp/bit_operations.h
include/spandsp/bitstream.h
include/spandsp/complex.h
include/spandsp/complex_filters.h
include/spandsp/complex_vector_float.h
include/spandsp/complex_vector_int.h
include/spandsp/crc.h
include/spandsp/dc_restore.h
include/spandsp/dds.h
include/spandsp/dtmf.h
include/spandsp/echo.h
include/spandsp/expose.h
include/spandsp/fax.h
include/spandsp/fax_modems.h
include/spandsp/fir.h
include/spandsp/fsk.h
include/spandsp/g168models.h
include/spandsp/g711.h
include/spandsp/g722.h
include/spandsp/g726.h
include/spandsp/gsm0610.h
include/spandsp/hdlc.h
include/spandsp/ima_adpcm.h
include/spandsp/logging.h
include/spandsp/lpc10.h
include/spandsp/modem_connect_tones.h
include/spandsp/modem_echo.h
include/spandsp/noise.h
include/spandsp/oki_adpcm.h
include/spandsp/playout.h
include/spandsp/plc.h
include/spandsp/power_meter.h
include/spandsp/private/adsi.h
include/spandsp/private/bell_r2_mf.h
include/spandsp/private/dtmf.h
include/spandsp/private/fax.h
include/spandsp/private/fax_modems.h
include/spandsp/private/fsk.h
include/spandsp/private/g722.h
include/spandsp/private/g726.h
include/spandsp/private/modem_connect_tones.h
include/spandsp/private/t30.h
include/spandsp/private/t31.h
include/spandsp/private/t38_gateway.h
include/spandsp/private/t38_non_ecm_buffer.h
include/spandsp/private/t38_terminal.h
include/spandsp/private/t4.h
include/spandsp/private/v17rx.h
include/spandsp/private/v17tx.h
include/spandsp/private/v27ter_rx.h
include/spandsp/private/v27ter_tx.h
include/spandsp/private/v29rx.h
include/spandsp/private/v29tx.h
include/spandsp/private/v8.h
include/spandsp/queue.h
include/spandsp/saturated.h
include/spandsp/schedule.h
include/spandsp/sig_tone.h
include/spandsp/silence_gen.h
include/spandsp/super_tone_rx.h
include/spandsp/super_tone_tx.h
include/spandsp/t30.h
include/spandsp/t30_api.h
include/spandsp/t30_fcf.h
include/spandsp/t30_logging.h
include/spandsp/t31.h
include/spandsp/t35.h
include/spandsp/t38_core.h
include/spandsp/t38_gateway.h
include/spandsp/t38_non_ecm_buffer.h
include/spandsp/t38_terminal.h
include/spandsp/t4.h
include/spandsp/telephony.h
include/spandsp/time_scale.h
include/spandsp/timing.h
include/spandsp/tone_detect.h
include/spandsp/tone_generate.h
include/spandsp/v17rx.h
include/spandsp/v17tx.h
include/spandsp/v22bis.h
include/spandsp/v27ter_rx.h
include/spandsp/v27ter_tx.h
include/spandsp/v29rx.h
include/spandsp/v29tx.h
include/spandsp/v42.h
include/spandsp/v42bis.h
include/spandsp/v8.h
include/spandsp/vector_float.h
include/spandsp/vector_int.h
include/spandsp/version.h
lib/libspandsp.la
@dirrm include/spandsp/private
@dirrm include/spandsp

View file

@ -0,0 +1,21 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/12/11 18:59:25 x400 Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SPANDSP_BUILDLINK3_MK:= ${SPANDSP_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= spandsp
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nspandsp}
BUILDLINK_PACKAGES+= spandsp
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}spandsp
.if ${SPANDSP_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.spandsp+= spandsp>=0.0.6pre2
BUILDLINK_PKGSRCDIR.spandsp?= ../../wip/spandsp-current
.endif # SPANDSP_BUILDLINK3_MK
.include "../../graphics/tiff/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}

5
spandsp-current/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/12/11 18:59:25 x400 Exp $
SHA1 (spandsp-0.0.6pre2.tgz) = eab4138502a9ef9945547ae5fdf4db0a0804a7ed
RMD160 (spandsp-0.0.6pre2.tgz) = 6ebda54ee743fa4ec9643d3fcbb8819c9ff62da0
Size (spandsp-0.0.6pre2.tgz) = 2456148 bytes

View file

@ -0,0 +1,14 @@
# $NetBSD: options.mk,v 1.1.1.1 2008/12/11 18:59:25 x400 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spandsp
PKG_SUPPORTED_OPTIONS= mmx sse
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmmx)
CONFIGURE_ARGS+= --enable-mmx
.endif
.if !empty(PKG_OPTIONS:Msse)
CONFIGURE_ARGS+= --enable-sse
.endif