Mon Mar 15 10:08:30 2010 UTC ()
Update to 3.98.3:

LAME 3.98.3    February 27 2010

    * Rog辿rio Brito:
	  o Update the debian packaging for the new release.
    * Robert Hegemann
	  o The ignore-tag-errors switch had no effect when embedding
	  album art, fixed.
	  o Library API change: lame_decode functions are now
	  obsolete but still present, please use hip_decode instead.
	  The reason for this change is: lame_decode functions use
	  a single global variable within the library to store
	  decoder setup, hip_decode functions don't. The encoder
	  now uses hip_decode internally and it is now possible to
	  use clipdetect feature while reencoding mp3 to mp3.
	  o Workaround for FFMPEG bug, which uses to call
	  lame_encode_flush more than once in a loop.
	  o Windows: program icon and version info added (when
	  building with VC9)
	  o Fix for Bugtracker item [ 2688413 ] lib name problem
	  in Microsoft Visual Studio 6
	  o Fix for Bugtracker items [ 2051870, 2423650, 2928684
	  ] several small documentation issues
	  o Fix for Bugtracker item [ 2723518 ] resampling in 3.98
	  and 3.99alpha
	  o Fix for Bugtracker item [ 2891879 ] Because of Windows
	  API change, there was a problem with the prority switch.
	  o Fix for Bugtracker item [ 2893101 ] Access Violation
	  in BladeMP3EncDLL if UNICODE was defined.
	  o Fix for Bugtracker item [ 2887359 ] Wrong length in
	  ID3v2 tag when num_samples isn't set
	  o Fix for Bugtracker item [ 2872590 ] LameTAG: "Music
	  length" missmatch in LAME 3.98
	  o Fix for Bugtracker item [ 2824296 ] wrong enc_padding
	  value in LAME 3.99a and 3.98.3 (from CVS)
	  o Revisiting the FhG decoder problem (FhG V1.5 build 50,
	  ships with MS Windows): enabling the new-drain-code seems
	  to solve that issue better, than restricting the buffer
	  size (see below: 3.98 beta 1, May 16 2007).
	  o Patch submitted by Bernhard Doebler, tracker item [
	  2807676 ] Error when building Lame with NASM support
	  o Patch submitted by Mancuso Raffaele, tracker item [
	  2406420 ] compile lame_enc.dll under cygwin


(wiz)
diff -r1.64 -r1.65 pkgsrc/audio/lame/Makefile
diff -r1.18 -r1.19 pkgsrc/audio/lame/distinfo
diff -r1.16 -r0 pkgsrc/audio/lame/patches/patch-aa

cvs diff -r1.64 -r1.65 pkgsrc/audio/lame/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/lame/Makefile 2010/01/05 23:02:12 1.64
+++ pkgsrc/audio/lame/Makefile 2010/03/15 10:08:30 1.65
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.64 2010/01/05 23:02:12 tron Exp $ 1# $NetBSD: Makefile,v 1.65 2010/03/15 10:08:30 wiz Exp $
2 2
3DISTNAME= lame-398-2 3DISTNAME= lame-3.98.3
4PKGNAME= lame-3.98.2 
5PKGREVISION= 1 
6CATEGORIES= audio 4CATEGORIES= audio
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/}  5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/}
8 6
9MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://lame.sourceforge.net/ 8HOMEPAGE= http://lame.sourceforge.net/
11COMMENT= Fast, high quality MP3 encoder 9COMMENT= Fast, high quality MP3 encoder
12LICENSE= lame-license 10LICENSE= lame-license
13 11
14PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
15PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
16 14
17GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
18USE_TOOLS+= gmake 16USE_TOOLS+= gmake

cvs diff -r1.18 -r1.19 pkgsrc/audio/lame/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/lame/distinfo 2010/01/05 23:02:12 1.18
+++ pkgsrc/audio/lame/distinfo 2010/03/15 10:08:30 1.19
@@ -1,9 +1,8 @@ @@ -1,9 +1,8 @@
1$NetBSD: distinfo,v 1.18 2010/01/05 23:02:12 tron Exp $ 1$NetBSD: distinfo,v 1.19 2010/03/15 10:08:30 wiz Exp $
2 2
3SHA1 (lame-398-2.tar.gz) = b2db41dbc9c0824caa102e8c932b820c79ccd5ec 3SHA1 (lame-3.98.3.tar.gz) = 35a854710a4a580a9277df3309014e5d8faf8d94
4RMD160 (lame-398-2.tar.gz) = 767dd94271eef221170469535db2bf388149715a 4RMD160 (lame-3.98.3.tar.gz) = 52d31607625b9c80e7b2f8ebd239900a0bdd7401
5Size (lame-398-2.tar.gz) = 1327643 bytes 5Size (lame-3.98.3.tar.gz) = 1329075 bytes
6SHA1 (patch-aa) = 4246215f8b5bbea1fda44e3c4634fa91a6d0db8f 
7SHA1 (patch-ab) = 1ed717388c05bf09bbd1453dd5730e15738c770e 6SHA1 (patch-ab) = 1ed717388c05bf09bbd1453dd5730e15738c770e
8SHA1 (patch-ac) = 702e2526ff88e3c6a7e5b325629583754a525785 7SHA1 (patch-ac) = 702e2526ff88e3c6a7e5b325629583754a525785
9SHA1 (patch-ad) = 240943b1c3366181c96b587579d653de3bbc7873 8SHA1 (patch-ad) = 240943b1c3366181c96b587579d653de3bbc7873

File Deleted: pkgsrc/audio/lame/patches/Attic/patch-aa