diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-19 00:53:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-19 00:53:47 +0000 |
commit | 4ad939f8b29867bcc7ff0faa97fa18981f30cc6e (patch) | |
tree | a2135f5df3ea474f04ec5c68e569d187c3e851d4 /audio/lame/PLIST | |
parent | a06084f7992495a509797bbd39a5673a35b9f40c (diff) | |
download | pkgsrc-4ad939f8b29867bcc7ff0faa97fa18981f30cc6e.tar.gz |
Update to 3.93.1, from Juan RP in pkg/19388.
Changes:
LAME 3.93.1 December 1 2002
* Gabriel Bouvigne:
* preset medium added to the dll interface
* fix for abr/cbr presets
* fix -q0 switch
* Alexander Leidinger: fix link problem on systems where socket() resides in libsocket
LAME 3.93 November 16 2002
* Takehiro Tominaga:
* bit allocation for pre-echo control improved for single channel encodings
* substep noise shaping
* optimizations by changing data structure
* noise shaping model 2 fix
* nspsytune FIR filter clean up
* fix small psymodel bugs(DC current estimation, preecho detection of non-VBR mode, and nspsymode initialization)
* portability fixes for Tru64 UNIX
* Albert Faber: some fixes in the DLL
* Simon Blandford: fixes for channel scaling in mono mode
* Dominique Duvivier: some optimizations and a faster log10 function
* Mark Taylor:
* some tag related fixes in the direct show filter and in the ACM codec
* fixed a mono encoding bug found by Justin Schoeman
* calc_noise bug fix
* other fixes
* Alexander Leidinger:
* update to autoconf 2.53, rewrite some configure tests
* Akos Maroy: determine gcc version even with gcc 3.1
* Andrew Bachmann: compile shared libs on BeOS (and perhaps other arches)
* ultrasparc switches for gcc 3.1
* fixes for SunOS 4.x
* fixes for 64bit arches
* CFLAGS fix for IRIX
* don't override CFLAGS if exptopt isn't requested
* Robert Hegeman:
* some fixes
* some fixes for VBR
* Gabriel Bouvigne:
* --noasm switch. Might help Cyrix/Via users
* presets and alt-presets merged
Diffstat (limited to 'audio/lame/PLIST')
-rw-r--r-- | audio/lame/PLIST | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/lame/PLIST b/audio/lame/PLIST index 8c79385c850..6cde3cf4789 100644 --- a/audio/lame/PLIST +++ b/audio/lame/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:16:59 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/19 00:53:47 wiz Exp $ bin/lame include/lame/lame.h -lib/libmp3lame.so.0.0 -lib/libmp3lame.so.0 -lib/libmp3lame.so -lib/libmp3lame.la lib/libmp3lame.a +lib/libmp3lame.la +lib/libmp3lame.so +lib/libmp3lame.so.0 +lib/libmp3lame.so.0.0 man/man1/lame.1 share/doc/html/lame/basic.html share/doc/html/lame/contributors.html @@ -16,6 +16,7 @@ share/doc/html/lame/index.html share/doc/html/lame/lame.css share/doc/html/lame/modes.html share/doc/html/lame/node6.html +share/doc/html/lame/presets.html share/doc/html/lame/switchs.html -@dirrm include/lame @dirrm share/doc/html/lame +@dirrm include/lame |