diff options
author | wiz <wiz> | 2002-11-11 13:44:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-11 13:44:30 +0000 |
commit | 7bbf6a90f9e3fb6dc2bef5da8ff7631aca36da92 (patch) | |
tree | 5c43a4f2d4ba9272395560371f118377dfc7e57b /audio | |
parent | 8e93390897b58397821b0cedd5e9a2b1e458931d (diff) | |
download | pkgsrc-7bbf6a90f9e3fb6dc2bef5da8ff7631aca36da92.tar.gz |
Update to 1.0beta3. Changes:
In 1.0beta3:
This is the third beta for Speex, implementing what should be the
last new features before 1.0. These new features are a new
"ultra-wideband" mode for encoding at 32kHz (up to 48kHz) and an
intensity stereo mode. Both of these are implemented to preserve
backward and forward compatibility with other releases. This means
that it is now possible to encode almost any wave file using Speex.
Most of the work left for 1.0 is now quality improvements regarding
VBR, perceptual enhancement and packet loss concealment.
In 1.0beta2:
This second beta release brings many, many optimizations to the
encoder and decoder. In some cases, the speedup is on the order of
50% to 100%. As part of the optimizations, some sections of Speex
have been written in assembly with SSE instructions which can be
enabled with the _USE_SSE flag when compiling with GCC. Finally,
the code has received a major cleanup.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Speex-mixedcase/Makefile | 6 | ||||
-rw-r--r-- | audio/Speex-mixedcase/PLIST | 5 | ||||
-rw-r--r-- | audio/Speex-mixedcase/distinfo | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/audio/Speex-mixedcase/Makefile b/audio/Speex-mixedcase/Makefile index be071080751..7a52b2100e8 100644 --- a/audio/Speex-mixedcase/Makefile +++ b/audio/Speex-mixedcase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/13 16:04:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/11/11 13:44:30 wiz Exp $ # -DISTNAME= Speex-1.0beta1 -PKGNAME= Speex-0.99.1 +DISTNAME= speex-1.0beta3 +PKGNAME= Speex-0.99.3 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ diff --git a/audio/Speex-mixedcase/PLIST b/audio/Speex-mixedcase/PLIST index 808fb0f5b7a..af6159d2870 100644 --- a/audio/Speex-mixedcase/PLIST +++ b/audio/Speex-mixedcase/PLIST @@ -1,12 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/13 16:04:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/11/11 13:44:30 wiz Exp $ bin/speexdec bin/speexenc -bin/testenc -bin/testenc_wb include/speex.h include/speex_bits.h include/speex_callbacks.h include/speex_header.h +include/speex_stereo.h lib/libspeex-0.99.so lib/libspeex.a lib/libspeex.la diff --git a/audio/Speex-mixedcase/distinfo b/audio/Speex-mixedcase/distinfo index ab8add2337f..d73cae570f8 100644 --- a/audio/Speex-mixedcase/distinfo +++ b/audio/Speex-mixedcase/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/10/13 16:04:48 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/11/11 13:44:30 wiz Exp $ -SHA1 (Speex-1.0beta1.tar.gz) = ad1c5c2e4e96ae948021b863ad65d0a5d35cfbeb -Size (Speex-1.0beta1.tar.gz) = 453162 bytes +SHA1 (speex-1.0beta3.tar.gz) = b83287762d05b742e7e40477644d05ab838b8e25 +Size (speex-1.0beta3.tar.gz) = 473580 bytes SHA1 (patch-aa) = 9805bd35853f38671fc694e4bb5b67d0919f1c51 SHA1 (patch-ab) = 0c4d224fed04455d0b30b67b2668a79516ada6a2 |