diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-24 09:08:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-24 09:08:33 +0000 |
commit | e16d6f79d885308fb7fc66adb54a74dbc190a8f4 (patch) | |
tree | 1b0b812cbb4ff7edfe26bc785e8ff232dff73e06 /audio | |
parent | 1cb1c3e9c985bfaeb56c32852f9e327fc2028fed (diff) | |
download | pkgsrc-e16d6f79d885308fb7fc66adb54a74dbc190a8f4.tar.gz |
Update to 1.0:
The bit-stream and API have been frozen in this release.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 5 | ||||
-rw-r--r-- | audio/speex/PLIST | 9 | ||||
-rw-r--r-- | audio/speex/distinfo | 7 | ||||
-rw-r--r-- | audio/speex/patches/patch-aa | 13 |
4 files changed, 10 insertions, 24 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 82444599531..48f644572f6 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/24 08:58:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/24 09:08:33 wiz Exp $ # -DISTNAME= speex-1.0rc3 -PKGNAME= speex-0.99.5 +DISTNAME= speex-1.0 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ diff --git a/audio/speex/PLIST b/audio/speex/PLIST index 1efcfb406e8..d822ada04b8 100644 --- a/audio/speex/PLIST +++ b/audio/speex/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/24 08:58:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/24 09:08:33 wiz Exp $ bin/speexdec bin/speexenc include/speex.h @@ -6,11 +6,12 @@ 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 lib/libspeex.so +lib/libspeex.so.1 +lib/libspeex.so.1.0 man/man1/speexdec.1 man/man1/speexenc.1 -share/doc/speex/manual.pdf -@dirrm share/doc/speex +share/doc/speex-1.0/manual.pdf +@dirrm share/doc/speex-1.0 diff --git a/audio/speex/distinfo b/audio/speex/distinfo index c653c74ec92..0c1a87b2fe2 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/03/24 08:58:53 wiz Exp $ +$NetBSD: distinfo,v 1.2 2003/03/24 09:08:33 wiz Exp $ -SHA1 (speex-1.0rc3.tar.gz) = 1e4ffd8d7a5c7fb57f85f3cc63219626e46265d5 -Size (speex-1.0rc3.tar.gz) = 481195 bytes -SHA1 (patch-aa) = 8171488be56f0dd34ff28315fef219e2e4eaee5b +SHA1 (speex-1.0.tar.gz) = 0775dfa95d59e26c365e8bd0c99f23335c1de87c +Size (speex-1.0.tar.gz) = 381643 bytes SHA1 (patch-ab) = 63c5bc6d4941cfb05e915de919b336b03de280b0 diff --git a/audio/speex/patches/patch-aa b/audio/speex/patches/patch-aa deleted file mode 100644 index dee66f81646..00000000000 --- a/audio/speex/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/03/24 08:58:53 wiz Exp $ - ---- doc/Makefile.in.orig Mon Mar 3 08:13:28 2003 -+++ doc/Makefile.in -@@ -83,7 +83,7 @@ STRIP = @STRIP@ - VERSION = @VERSION@ - src = @src@ - --docdir = $(prefix)/share/doc -+docdir = $(prefix)/share/doc/speex - - doc_DATA = manual.pdf - |