diff options
author | ben <ben@pkgsrc.org> | 2006-10-23 01:30:34 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2006-10-23 01:30:34 +0000 |
commit | fc7ee4ab45d6687ddea5b42814ce6eb372999e38 (patch) | |
tree | b6e52a7ff76fdf268c3a4959e5e3e946f1a1522e /audio/lame/patches | |
parent | c1d012e9b34b6d089ad06f9eb6ab9c847450dd74 (diff) | |
download | pkgsrc-fc7ee4ab45d6687ddea5b42814ce6eb372999e38.tar.gz |
Update lame to 3.97, using diff provided by wiz.
LAME 3.97 September 24 2006
* 3.97 beta 3 becomes 3.97
LAME 3.97 beta 3 August 19 2006
* Gabriel Bouvigne:
o Workaround against a short blocks detection issue
LAME 3.97 beta 2 November 26 2005
* Gabriel Bouvigne:
o Fixed an initialization error when input is not using a standard sampling frequency
o Fixed a possible assertion failure in very low bitrate encoding
o Slight change regarding ATH adjustment with V5
o Reinstated bit reservoir for 320kbps CBR
o ReplayGain analysis should now be faster when encountering silent parts
* Takehiro Tominaga:
o Fixed a possible link problem of assembly code
LAME 3.97 beta 1 September 12 2005
* Takehiro Tominaga:
o Fixed an out of array access in mp3rtp
o Fixed a quality setting in DLL
o Fixed display when using --silent
* Vitaly Ivanov:
o Updated DirectShow interface
* Robert Hegemann:
o Fixed an out of array access
o Fixed some small rounding problem in vbr-new quantization routines
o Fixed a bug in vbr-new regarding high frequencies (sfb21) when using -Y
o Fixed a few bugs in vbr-new when using -Y
o Updated scalefactors allocation scheme in vbr-new
o Fixed mingw32 configure problems
o Resolved some compiler warnings
o Updated command-line visualisation
* Gabriel Bouvigne:
o Changed some FLOAT8 to FLOAT
o Added project files for VC7
o Reworked -q1 and -q0
o Updated presets
o Fixed an error in ISO quantization on systems not using the IEEE754 hack
o Faster quantization
o SSE version of init_xrpow
* Rog�io Brito:
o Updated Debian packaging
o Documentation work
* Chris Miller:
o Support for x64 platform SDK in makefile.msvc
Diffstat (limited to 'audio/lame/patches')
-rw-r--r-- | audio/lame/patches/patch-ab | 15 | ||||
-rw-r--r-- | audio/lame/patches/patch-ac | 6 | ||||
-rw-r--r-- | audio/lame/patches/patch-ad | 6 | ||||
-rw-r--r-- | audio/lame/patches/patch-ae | 8 |
4 files changed, 16 insertions, 19 deletions
diff --git a/audio/lame/patches/patch-ab b/audio/lame/patches/patch-ab index 859b63f9f4b..68c839b26ab 100644 --- a/audio/lame/patches/patch-ab +++ b/audio/lame/patches/patch-ab @@ -1,16 +1,13 @@ -$NetBSD: patch-ab,v 1.7 2004/01/20 15:46:12 adam Exp $ +$NetBSD: patch-ab,v 1.8 2006/10/23 01:30:34 ben Exp $ ---- doc/html/Makefile.in.orig 2004-01-11 11:16:19.000000000 +0000 +--- doc/html/Makefile.in.orig 2006-09-24 13:53:31.000000000 +0000 +++ doc/html/Makefile.in -@@ -164,9 +164,9 @@ target_alias = @target_alias@ - AUTOMAKE_OPTIONS = foreign ansi2knr - +@@ -189,7 +189,7 @@ AUTOMAKE_OPTIONS = foreign ansi2knr docdir = $(datadir)/doc --pkgdocdir = $(docdir)/$(PACKAGE) -+pkgdocdir = $(docdir) + pkgdocdir = $(docdir)/$(PACKAGE) htmldir = $(docdir)/html -pkghtmldir = $(pkgdocdir)/html -+pkghtmldir = $(pkgdocdir)/html/$(PACKAGE) - ++pkghtmldir = $(pkgdocdir) pkghtml_DATA = \ basic.html \ + contributors.html \ diff --git a/audio/lame/patches/patch-ac b/audio/lame/patches/patch-ac index dca2040eb12..2130cec5843 100644 --- a/audio/lame/patches/patch-ac +++ b/audio/lame/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.6 2004/01/20 15:46:12 adam Exp $ +$NetBSD: patch-ac,v 1.7 2006/10/23 01:30:34 ben Exp $ ---- frontend/Makefile.in.orig 2004-01-11 11:16:21.000000000 +0000 +--- frontend/Makefile.in.orig 2006-09-24 13:53:31.000000000 +0000 +++ frontend/Makefile.in -@@ -91,7 +91,7 @@ LDADD = @LDADD@ \ +@@ -156,7 +156,7 @@ LDADD = @LDADD@ \ $(top_builddir)/libmp3lame/libmp3lame.la \ @FRONTEND_LDADD@ diff --git a/audio/lame/patches/patch-ad b/audio/lame/patches/patch-ad index 3c2ff4e5f4a..5887e4771fa 100644 --- a/audio/lame/patches/patch-ad +++ b/audio/lame/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2004/03/27 17:33:28 he Exp $ +$NetBSD: patch-ad,v 1.2 2006/10/23 01:30:34 ben Exp $ ---- libmp3lame/machine.h.orig 2004-03-27 18:23:04.000000000 +0100 +--- libmp3lame/machine.h.orig 2006-09-24 13:53:32.000000000 +0000 +++ libmp3lame/machine.h -@@ -113,6 +113,7 @@ char *strchr (), *strrchr (); +@@ -111,6 +111,7 @@ char *strchr (), *strrchr (); # include <float.h> # define FLOAT_MAX FLT_MAX #else diff --git a/audio/lame/patches/patch-ae b/audio/lame/patches/patch-ae index 1decfc970cb..10f07c4ff90 100644 --- a/audio/lame/patches/patch-ae +++ b/audio/lame/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.1 2004/11/15 15:30:30 sketch Exp $ +$NetBSD: patch-ae,v 1.2 2006/10/23 01:30:34 ben Exp $ ---- libmp3lame/gain_analysis.c.orig 2004-11-15 15:21:54.010807000 +0000 -+++ libmp3lame/gain_analysis.c 2004-11-15 15:22:08.332150000 +0000 -@@ -247,7 +247,7 @@ +--- libmp3lame/gain_analysis.c.orig 2006-09-24 13:53:32.000000000 +0000 ++++ libmp3lame/gain_analysis.c +@@ -248,7 +248,7 @@ InitGainAnalysis (replaygain_t* rgData, /* returns GAIN_ANALYSIS_OK if successful, GAIN_ANALYSIS_ERROR if not */ |