diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-09 14:37:52 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-09 14:37:52 +0000 |
commit | 9281940ef388cbf9e0f56132ff20679b5b907ae5 (patch) | |
tree | 38ffd16903da142444f13367d8695fa8fc80ddd2 /audio/speexdsp | |
parent | 26b0043fe8a613678bd54831272645b362245b6a (diff) |
Notes
Diffstat (limited to 'audio/speexdsp')
-rw-r--r-- | audio/speexdsp/Makefile | 16 | ||||
-rw-r--r-- | audio/speexdsp/distinfo | 2 | ||||
-rw-r--r-- | audio/speexdsp/pkg-descr | 4 | ||||
-rw-r--r-- | audio/speexdsp/pkg-plist | 12 |
4 files changed, 34 insertions, 0 deletions
diff --git a/audio/speexdsp/Makefile b/audio/speexdsp/Makefile new file mode 100644 index 000000000000..0415645bcc56 --- /dev/null +++ b/audio/speexdsp/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= speexdsp +DISTVERSION= 1.2rc3 +CATEGORIES= audio +MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ + +MAINTAINER= multimedia@FreeBSD.org +COMMENT= Audio compression format designed for speech + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool pathfix +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/audio/speexdsp/distinfo b/audio/speexdsp/distinfo new file mode 100644 index 000000000000..b49826622ff7 --- /dev/null +++ b/audio/speexdsp/distinfo @@ -0,0 +1,2 @@ +SHA256 (speexdsp-1.2rc3.tar.gz) = 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1 +SIZE (speexdsp-1.2rc3.tar.gz) = 901771 diff --git a/audio/speexdsp/pkg-descr b/audio/speexdsp/pkg-descr new file mode 100644 index 000000000000..d052788ddbc7 --- /dev/null +++ b/audio/speexdsp/pkg-descr @@ -0,0 +1,4 @@ +Speex is an Open Source/Free Software patent-free audio compression +format designed for speech. + +WWW: http://www.speex.org/ diff --git a/audio/speexdsp/pkg-plist b/audio/speexdsp/pkg-plist new file mode 100644 index 000000000000..f674f589a601 --- /dev/null +++ b/audio/speexdsp/pkg-plist @@ -0,0 +1,12 @@ +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.a +lib/libspeexdsp.so +lib/libspeexdsp.so.1 +lib/libspeexdsp.so.1.5.0 +libdata/pkgconfig/speexdsp.pc +@comment %%PORTDOCS%%%%DOCSDIR%%/manual.pdf |