summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 08:52:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-30 08:52:54 +0000
commited79eef259a678f1de50526e1cc5e54b705b722b (patch)
treeb8ff63fa3dde22cf076d1904619a183b69be33fe /audio
parentupgrade to 1.0.10 (diff)
add speex 0.5.2
An open-source (LGPL) patent-free voice codec
Notes
Notes: svn path=/head/; revision=63721
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/speex-devel/Makefile25
-rw-r--r--audio/speex-devel/distinfo1
-rw-r--r--audio/speex-devel/pkg-comment1
-rw-r--r--audio/speex-devel/pkg-descr7
-rw-r--r--audio/speex-devel/pkg-plist9
-rw-r--r--audio/speex/Makefile25
-rw-r--r--audio/speex/distinfo1
-rw-r--r--audio/speex/pkg-comment1
-rw-r--r--audio/speex/pkg-descr7
-rw-r--r--audio/speex/pkg-plist9
11 files changed, 87 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index f081633864e3..a6bf94512743 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -222,6 +222,7 @@
SUBDIR += soundgrab
SUBDIR += soundtracker
SUBDIR += sox
+ SUBDIR += speex
SUBDIR += sphinx
SUBDIR += spiralloops
SUBDIR += spiralsynth
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile
new file mode 100644
index 000000000000..942db9a23c0c
--- /dev/null
+++ b/audio/speex-devel/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: Speex
+# Date created: Jul 30, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= speex
+PORTVERSION= 0.5.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= Speex-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
+ gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+
+.include <bsd.port.mk>
diff --git a/audio/speex-devel/distinfo b/audio/speex-devel/distinfo
new file mode 100644
index 000000000000..e2841fdd1d06
--- /dev/null
+++ b/audio/speex-devel/distinfo
@@ -0,0 +1 @@
+MD5 (Speex-0.5.2.tar.gz) = 95ca904f381c2e49cde82c9065fd8760
diff --git a/audio/speex-devel/pkg-comment b/audio/speex-devel/pkg-comment
new file mode 100644
index 000000000000..fe4d4fbe1800
--- /dev/null
+++ b/audio/speex-devel/pkg-comment
@@ -0,0 +1 @@
+An open-source (LGPL) patent-free voice codec
diff --git a/audio/speex-devel/pkg-descr b/audio/speex-devel/pkg-descr
new file mode 100644
index 000000000000..973b41e13069
--- /dev/null
+++ b/audio/speex-devel/pkg-descr
@@ -0,0 +1,7 @@
+The Speex project aims to build an open-source (LGPL) patent-free voice
+codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially
+designed for compressing voice at low bit-rates for applications such as
+voice over IP (VoIP). In some sense, it is meant to be complementary to
+the Ogg Vorbis codec.
+
+WWW: http://speex.sourceforge.net/
diff --git a/audio/speex-devel/pkg-plist b/audio/speex-devel/pkg-plist
new file mode 100644
index 000000000000..734fee841061
--- /dev/null
+++ b/audio/speex-devel/pkg-plist
@@ -0,0 +1,9 @@
+bin/speexdec
+bin/speexenc
+bin/testenc
+bin/testenc_wb
+include/speex.h
+include/speex_bits.h
+include/speex_header.h
+lib/libspeex.a
+lib/libspeex.la
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
new file mode 100644
index 000000000000..942db9a23c0c
--- /dev/null
+++ b/audio/speex/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: Speex
+# Date created: Jul 30, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= speex
+PORTVERSION= 0.5.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= Speex-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
+ gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+
+.include <bsd.port.mk>
diff --git a/audio/speex/distinfo b/audio/speex/distinfo
new file mode 100644
index 000000000000..e2841fdd1d06
--- /dev/null
+++ b/audio/speex/distinfo
@@ -0,0 +1 @@
+MD5 (Speex-0.5.2.tar.gz) = 95ca904f381c2e49cde82c9065fd8760
diff --git a/audio/speex/pkg-comment b/audio/speex/pkg-comment
new file mode 100644
index 000000000000..fe4d4fbe1800
--- /dev/null
+++ b/audio/speex/pkg-comment
@@ -0,0 +1 @@
+An open-source (LGPL) patent-free voice codec
diff --git a/audio/speex/pkg-descr b/audio/speex/pkg-descr
new file mode 100644
index 000000000000..973b41e13069
--- /dev/null
+++ b/audio/speex/pkg-descr
@@ -0,0 +1,7 @@
+The Speex project aims to build an open-source (LGPL) patent-free voice
+codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially
+designed for compressing voice at low bit-rates for applications such as
+voice over IP (VoIP). In some sense, it is meant to be complementary to
+the Ogg Vorbis codec.
+
+WWW: http://speex.sourceforge.net/
diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist
new file mode 100644
index 000000000000..734fee841061
--- /dev/null
+++ b/audio/speex/pkg-plist
@@ -0,0 +1,9 @@
+bin/speexdec
+bin/speexenc
+bin/testenc
+bin/testenc_wb
+include/speex.h
+include/speex_bits.h
+include/speex_header.h
+lib/libspeex.a
+lib/libspeex.la