View | Details | Raw Unified | Return to bug 50261
Collapse All | Expand All

(-)speex/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	speex
9
PORTNAME=	speex
10
PORTVERSION=	1.0.r2
10
PORTVERSION=	1.0
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	audio
12
CATEGORIES=	audio
13
MASTER_SITES=	http://www.speex.org/download/
13
MASTER_SITES=	http://www.speex.org/download/
(-)speex/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (speex-1.0rc2.tar.gz) = 4a8c78192cd865267e1de6929660e0fc
1
MD5 (speex-1.0.tar.gz) = d4ea30440a57ce5a57e915c46a5b7163
(-)speex/pkg-descr (-5 / +6 lines)
Lines 1-7 Link Here
1
The Speex project aims to build an open-source patent-free voice
1
The Speex is a patent-free, Open Source/Free Software voice codec.
2
codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially
2
Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to
3
designed for compressing voice at low bit-rates for applications such as
3
compress voice at bitrates in the 2-45 kbps range.  Possible
4
voice over IP (VoIP). In some sense, it is meant to be complementary to
4
applications include VoIP, internet audio streaming, archiving of
5
the Ogg Vorbis codec.
5
speech data (e.g. voice mail), and audio books. In some sense, it is
6
meant to be complementary to the Ogg Vorbis codec.
6
7
7
WWW: http://www.speex.org/
8
WWW: http://www.speex.org/
(-)speex/pkg-plist (-1 / +1 lines)
Lines 8-11 Link Here
8
include/speex_stereo.h
8
include/speex_stereo.h
9
lib/libspeex.a
9
lib/libspeex.a
10
lib/libspeex.so
10
lib/libspeex.so
11
lib/libspeex.so.0
11
lib/libspeex.so.1

Return to bug 50261