diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-25 04:22:06 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-25 04:22:06 +0000 |
commit | 7631b26e0ad2c8bba015fa7ec5f502e6fd1a672b (patch) | |
tree | 80ed6a22074f5106f793865000a2b98faa2dc806 /audio/speex | |
parent | 7d0eb04eb89ae6f548f71ca3690322042aa9dedf (diff) | |
download | ports-7631b26e0ad2c8bba015fa7ec5f502e6fd1a672b.tar.gz ports-7631b26e0ad2c8bba015fa7ec5f502e6fd1a672b.zip |
Notes
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 2 | ||||
-rw-r--r-- | audio/speex/distinfo | 2 | ||||
-rw-r--r-- | audio/speex/pkg-descr | 11 | ||||
-rw-r--r-- | audio/speex/pkg-plist | 2 |
4 files changed, 9 insertions, 8 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 4bd355ffca1d..2a6699e80c7c 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= speex -PORTVERSION= 1.0.r2 +PORTVERSION= 1.0 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ diff --git a/audio/speex/distinfo b/audio/speex/distinfo index aa176104bca7..feef914cce23 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1 +1 @@ -MD5 (speex-1.0rc2.tar.gz) = 4a8c78192cd865267e1de6929660e0fc +MD5 (speex-1.0.tar.gz) = d4ea30440a57ce5a57e915c46a5b7163 diff --git a/audio/speex/pkg-descr b/audio/speex/pkg-descr index 808032380d08..deda059aaa99 100644 --- a/audio/speex/pkg-descr +++ b/audio/speex/pkg-descr @@ -1,7 +1,8 @@ -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 bit-rates for applications such as -voice over IP (VoIP). In some sense, it is meant to be complementary to -the Ogg Vorbis codec. +The Speex is a patent-free, Open Source/Free Software voice codec. +Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to +compress voice at bitrates in the 2-45 kbps range. Possible +applications include 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. WWW: http://www.speex.org/ diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index 027cd959ec1e..4fb7dc533104 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -8,4 +8,4 @@ include/speex_header.h include/speex_stereo.h lib/libspeex.a lib/libspeex.so -lib/libspeex.so.0 +lib/libspeex.so.1 |