Update to 1.0.4.
Changes in this release: * Headers are now in ${PREFIX}/include/speex/ (but a copy is still in ${PREFIX}/include for compat reasons). * Pseudo-gapless playback (i.e. playback has the same number of samples). * Fixed a potential bug (unconfirmed) that might cause a segfault in special circumstances.
This commit is contained in:
parent
049061d48a
commit
0b4cb746f3
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/11/20 15:54:32 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/07/27 19:35:20 naddy Exp $
|
||||
|
||||
COMMENT= "patent-free speech codec"
|
||||
|
||||
DISTNAME= speex-1.0.3
|
||||
DISTNAME= speex-1.0.4
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://www.speex.org/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (speex-1.0.3.tar.gz) = 9b16492ae39afbf72d8bb46b2f258476
|
||||
RMD160 (speex-1.0.3.tar.gz) = a58f39df0237530c217fd87d449b20e0b2e11c67
|
||||
SHA1 (speex-1.0.3.tar.gz) = d09afb6578efab6fe7b1ff751eec3cc4d4125ec3
|
||||
MD5 (speex-1.0.4.tar.gz) = 15a0686b7e1f81d352a648044b350fcc
|
||||
RMD160 (speex-1.0.4.tar.gz) = 2f836e903bf1f3b0f55967e7ca7b46293654aecd
|
||||
SHA1 (speex-1.0.4.tar.gz) = 3684bfcaf62ecbc47a51637e51b62fd4ab780c23
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/11/20 15:54:32 naddy Exp $
|
||||
lib/libspeex.so.2.2
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2004/07/27 19:35:20 naddy Exp $
|
||||
lib/libspeex.so.3.0
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,15 +1,23 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/12 00:52:02 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/07/27 19:35:20 naddy Exp $
|
||||
bin/speexdec
|
||||
bin/speexenc
|
||||
include/speex/
|
||||
include/speex.h
|
||||
include/speex/speex.h
|
||||
include/speex/speex_bits.h
|
||||
include/speex/speex_callbacks.h
|
||||
include/speex/speex_header.h
|
||||
include/speex/speex_stereo.h
|
||||
include/speex_bits.h
|
||||
include/speex_callbacks.h
|
||||
include/speex_header.h
|
||||
include/speex_stereo.h
|
||||
lib/libspeex.a
|
||||
lib/libspeex.la
|
||||
lib/pkgconfig/speex.pc
|
||||
man/man1/speexdec.1
|
||||
man/man1/speexenc.1
|
||||
share/aclocal/speex.m4
|
||||
share/doc/speex/
|
||||
share/doc/speex/manual.pdf
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/speex
|
||||
|
Loading…
Reference in New Issue
Block a user