summaryrefslogtreecommitdiff
path: root/audio/speex/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-23Update to 1.0.4:wiz1-3/+11
* 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. Also includes a shlib major bump, so update DEPENDS in buildlink3.mk.
2003-12-08Update to 1.0.3:wiz1-2/+2
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.
2003-10-05Update to 1.0.2:wiz1-2/+2
Just a bugfix release. This update adds soundcard support for Solaris and the BSDs as well as minor bugfixes and a documentation update.
2003-06-05Update to 1.0.1:wiz1-5/+5
This release fixes several minor bugs that were found in version 1.0 as well as a major bug in the wideband encoding. This makes files encoded with 1.0 play with lower quality on 1.0.1 decoders.
2003-03-24Update to 1.0:wiz1-4/+5
The bit-stream and API have been frozen in this release.
2003-03-24Re-import of audio/Speex as audio/speex.wiz1-0/+16
Moved Speex to Speex-mixedcase in the repository [schmonz 2007-06-07]