Import speexdsp-1.2rc3 as audio/speexdsp.
The Speex project aims to build an open-source, patent-free voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially designed for compressing voice at low bitrates in the 8-32 kbps/channel range. Possible applications include Voice over IP (VoIP), internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec. This package contains a DSP library to use with speex.
This commit is contained in:
parent
a3ebee6e2a
commit
ced587b782
5 changed files with 57 additions and 0 deletions
9
audio/speexdsp/DESCR
Normal file
9
audio/speexdsp/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
The Speex project aims to build an open-source, patent-free voice
|
||||
codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is
|
||||
specially designed for compressing voice at low bitrates in the
|
||||
8-32 kbps/channel range. Possible applications include Voice over
|
||||
IP (VoIP), internet audio streaming, archiving of speech data (e.g.
|
||||
voice mail), and audio books. In some sense, it is meant to be
|
||||
complementary to the Ogg Vorbis codec.
|
||||
|
||||
This package contains a DSP library to use with speex.
|
19
audio/speexdsp/Makefile
Normal file
19
audio/speexdsp/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/01/17 00:16:12 wiz Exp $
|
||||
|
||||
DISTNAME= speexdsp-1.2rc3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.speex.org/
|
||||
COMMENT= Open-source, patent-free voice codec DSP library
|
||||
LICENSE= modified-bsd
|
||||
|
||||
USE_LIBTOOL= YES
|
||||
GNU_CONFIGURE= YES
|
||||
PKGCONFIG_OVERRIDE= speexdsp.pc.in
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
BUILDLINK_API_DEPENDS.speex+= speex>=1.2rc2
|
||||
.include "../../audio/speex/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
audio/speexdsp/PLIST
Normal file
10
audio/speexdsp/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/01/17 00:16:12 wiz Exp $
|
||||
include/speex/speex_echo.h
|
||||
include/speex/speex_jitter.h
|
||||
include/speex/speex_preprocess.h
|
||||
include/speex/speex_resampler.h
|
||||
include/speex/speexdsp_config_types.h
|
||||
include/speex/speexdsp_types.h
|
||||
lib/libspeexdsp.la
|
||||
lib/pkgconfig/speexdsp.pc
|
||||
share/doc/speexdsp/manual.pdf
|
14
audio/speexdsp/buildlink3.mk
Normal file
14
audio/speexdsp/buildlink3.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2015/01/17 00:16:12 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= speexdsp
|
||||
|
||||
.if !defined(SPEEXDSP_BUILDLINK3_MK)
|
||||
SPEEXDSP_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.speexdsp+= speexdsp>=1.2rc3
|
||||
BUILDLINK_PKGSRCDIR.speexdsp?= ../../audio/speexdsp
|
||||
|
||||
.include "../../audio/speex/buildlink3.mk"
|
||||
.endif # SPEEXDSP_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -speexdsp
|
5
audio/speexdsp/distinfo
Normal file
5
audio/speexdsp/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/01/17 00:16:12 wiz Exp $
|
||||
|
||||
SHA1 (speexdsp-1.2rc3.tar.gz) = 818403a21ec428feb39fe58f6cb6836d595e639b
|
||||
RMD160 (speexdsp-1.2rc3.tar.gz) = 65b99919abd7d7bd139d50669afffc3823f06e6f
|
||||
Size (speexdsp-1.2rc3.tar.gz) = 901771 bytes
|
Loading…
Reference in a new issue