diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-08 19:28:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-08 19:28:49 +0000 |
commit | d96a24f6fb5c619661e97e4316b2f29650cef52b (patch) | |
tree | 6b9cc6958ceb5e560de202034958f430f0b69388 /audio | |
parent | 4d8c948fe143bb0135d49a7195223496dde55fd9 (diff) | |
download | pkgsrc-d96a24f6fb5c619661e97e4316b2f29650cef52b.tar.gz |
Update to 1.0.3:
In this bugfix release: a fix for a multithreading bug and a
correction for an underflow problem that could slow decoding
dramatically on x86 processors.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 5 | ||||
-rw-r--r-- | audio/speex/PLIST | 4 | ||||
-rw-r--r-- | audio/speex/distinfo | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 31259f86e70..9538c845e3f 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/12/08 14:41:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/08 19:28:49 wiz Exp $ # -DISTNAME= speex-1.0.2 -PKGREVISION= 1 +DISTNAME= speex-1.0.3 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ diff --git a/audio/speex/PLIST b/audio/speex/PLIST index 08f4a941adb..871aaea6087 100644 --- a/audio/speex/PLIST +++ b/audio/speex/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/10/05 10:36:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/12/08 19:28:49 wiz Exp $ bin/speexdec bin/speexenc include/speex.h @@ -10,7 +10,7 @@ lib/libspeex.a lib/libspeex.la lib/libspeex.so lib/libspeex.so.2 -lib/libspeex.so.2.1 +lib/libspeex.so.2.2 man/man1/speexdec.1 man/man1/speexenc.1 share/doc/speex-${PKGVERSION}/manual.pdf diff --git a/audio/speex/distinfo b/audio/speex/distinfo index c8491555d5d..2a13c4499a7 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/10/05 10:36:50 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/12/08 19:28:49 wiz Exp $ -SHA1 (speex-1.0.2.tar.gz) = ac5d2520276af86d97efa23953579cf790aea778 -Size (speex-1.0.2.tar.gz) = 397968 bytes +SHA1 (speex-1.0.3.tar.gz) = d09afb6578efab6fe7b1ff751eec3cc4d4125ec3 +Size (speex-1.0.3.tar.gz) = 398002 bytes SHA1 (patch-ab) = 2dc0e651926233e47aea62f37ed372f8f5f0df17 |