From b55f671f0e1272b9d3210a518572ae613d914ace Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Nov 2002 13:44:30 +0000 Subject: [PATCH] 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. --- audio/Speex-mixedcase/Makefile | 6 +++--- audio/Speex-mixedcase/PLIST | 5 ++--- 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 be0710807514..7a52b2100e86 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 808fb0f5b7a4..af6159d28706 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 ab8add2337f5..d73cae570f8d 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