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/patches | |
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/patches')
-rw-r--r-- | audio/lame/patches/patch-aa | 16 | ||||
-rw-r--r-- | audio/lame/patches/patch-ab | 6 | ||||
-rw-r--r-- | audio/lame/patches/patch-ac | 6 |
3 files changed, 14 insertions, 14 deletions
diff --git a/audio/lame/patches/patch-aa b/audio/lame/patches/patch-aa index eaec8643338..7a1b1a4ac78 100644 --- a/audio/lame/patches/patch-aa +++ b/audio/lame/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.9 2002/01/07 16:38:32 wiz Exp $ +$NetBSD: patch-aa,v 1.10 2002/12/19 00:53:48 wiz Exp $ ---- configure.orig Tue Dec 25 18:59:42 2001 +--- configure.orig Sun Dec 1 17:16:10 2002 +++ configure -@@ -4440,7 +4441,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 +@@ -10867,7 +10867,7 @@ if test "${ac_cv_lib_ffm_cos+set}" = set + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS -LIBS="-lffm $LIBS" -+LIBS="-lffm -lm $LIBS" - cat > conftest.$ac_ext <<EOF - #line 4446 "configure" ++LIBS="-lffm -lm $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" #include "confdefs.h" diff --git a/audio/lame/patches/patch-ab b/audio/lame/patches/patch-ab index a6d2ce00e88..af50d312eb5 100644 --- a/audio/lame/patches/patch-ab +++ b/audio/lame/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.5 2002/01/07 16:38:32 wiz Exp $ +$NetBSD: patch-ab,v 1.6 2002/12/19 00:53:48 wiz Exp $ ---- doc/html/Makefile.in.orig Sun Nov 11 15:57:48 2001 +--- doc/html/Makefile.in.orig Sun Dec 1 17:18:39 2002 +++ doc/html/Makefile.in -@@ -106,9 +106,9 @@ +@@ -102,9 +102,9 @@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = foreign ansi2knr docdir = $(datadir)/doc diff --git a/audio/lame/patches/patch-ac b/audio/lame/patches/patch-ac index aa2e31b7a71..e3590174262 100644 --- a/audio/lame/patches/patch-ac +++ b/audio/lame/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.4 2002/08/25 19:21:49 jlam Exp $ +$NetBSD: patch-ac,v 1.5 2002/12/19 00:53:49 wiz Exp $ ---- frontend/Makefile.in.orig Fri Apr 12 21:38:18 2002 +--- frontend/Makefile.in.orig Sun Dec 1 17:18:27 2002 +++ frontend/Makefile.in -@@ -166,7 +166,7 @@ +@@ -162,7 +162,7 @@ EXTRA_mp3x__EXEEXT__SOURCES = $(brhist_s @WITH_BRHIST_FALSE@mp3x__EXEEXT__SOURCES = mp3x.c gtkanal.c gpkplotting.c $(common_sources) CFLAGS = @CFLAGS@ @GTK_CFLAGS@ @FRONTEND_CFLAGS@ |