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 | |
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')
-rw-r--r-- | audio/lame/Makefile | 4 | ||||
-rw-r--r-- | audio/lame/PLIST | 13 | ||||
-rw-r--r-- | audio/lame/distinfo | 12 | ||||
-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 |
6 files changed, 29 insertions, 28 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 588b9982150..a9bc41b7387 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2002/10/03 08:43:29 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2002/12/19 00:53:47 wiz Exp $ # -VERS= 3.92 +VERS= 3.93.1 DISTNAME= lame-${VERS} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/} \ 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 diff --git a/audio/lame/distinfo b/audio/lame/distinfo index 94170817a22..90c1c0c2e31 100644 --- a/audio/lame/distinfo +++ b/audio/lame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2002/08/25 19:21:49 jlam Exp $ +$NetBSD: distinfo,v 1.8 2002/12/19 00:53:48 wiz Exp $ -SHA1 (lame-3.92.tar.gz) = 97be7804c7c89b088726124163de94b7432d5ea4 -Size (lame-3.92.tar.gz) = 970894 bytes -SHA1 (patch-aa) = cfab96bd36d765cb31c1dcb5259553e10b72af8e -SHA1 (patch-ab) = 9cde28d5ab39e3d10a832d49852d059c04af8419 -SHA1 (patch-ac) = 1d84de13fc16187687fe1cd85f61c458df98772b +SHA1 (lame-3.93.1.tar.gz) = d2a45170b78a79e27c84a85c5ce31a04cab04cd5 +Size (lame-3.93.1.tar.gz) = 1037603 bytes +SHA1 (patch-aa) = 9273122d1edcaf2f1827460a49c191bcd30809f3 +SHA1 (patch-ab) = 3539fc4981ed0fbe758d254e01103feb225597f2 +SHA1 (patch-ac) = 4d69b600cc43433aa8d520b0d1a174fa37bd853d 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@ |