diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-27 00:49:43 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-27 00:49:43 +0000 |
commit | 295a39d7af5a9bec09dc5d852f49d25f6c08bbd0 (patch) | |
tree | a1a228ab4dfb2fc0f89139608f98ac7d1d3f7439 /audio/twolame | |
parent | f0c048ad6b447206997c19bde4533a72816316fb (diff) | |
download | pkgsrc-295a39d7af5a9bec09dc5d852f49d25f6c08bbd0.tar.gz |
Update twolame to 0.3.12.
Version 0.3.12 (2008-01-09)
---------------------------
- Fixed 'inline' for the forthcoming gcc-4.3
* thanks to Martin Michlmayr for patch
Version 0.3.11 (2007-07-02)
---------------------------
- Fixed energy levels bug for mono audio
* thanks to Staale Helleberg for patch
- Fixed STDIN support in twolame frontend
Version 0.3.10 (2007-03-20)
---------------------------
- Added win32/winutil.h to tarball - fixes bug #1629945
- Fixed presentation of --enable-debug in configure script
- Added twolame_encode_buffer_float32_interleaved()
- Fixed bug that was loosing stereo in twolame_encode_buffer_float32()
- Fixed twolame_set_mode() to accept TWOLAME_AUTO_MODE
- Added source file Ids to the top of every file
- Added -pedantic to CFLAGS for debug build
Version 0.3.9 (2006-12-31)
--------------------------
- Fix for Windows in simple frontend: open files in binary mode
* thanks to Kurien Mathew
- (libtwolame) Fixed energy level support
* thanks to Staale Helleberg
- Nows displays the version number of libsndfile in frontend
* as suggested by Elio Blanca
- Changed documentation build system, so you have to run it manually
- Buffer overrun fix in new_extension()
- (libtwolame) Added warning that DAB support is still broken
- (libtwolame) Added twolame_get_framelength() to return number of bytes per frame
- Added TWOLAME_SAMPLES_PER_FRAME macro, clarifying that there are
always 1152 samples per frame in Layer 2
- Frontend now displays extra information
* Duration of input file (if known)
* Total number of frames to be encoded and percentage complete
* The filesize of the output file
- Cleaned up source files so that it is consistent and all uses tabs (tab width 4)
Version 0.3.8 (2006-06-19)
--------------------------
- (libtwolame) Fixed CRC protection
- More code tidying
- pkg-config is no-longer required (but is recommended)
- frontend now has the exectuable suffix appended to filename
- added -std=c99 to the compiler options
Diffstat (limited to 'audio/twolame')
-rw-r--r-- | audio/twolame/Makefile | 5 | ||||
-rw-r--r-- | audio/twolame/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 88cec65f4d3..8e138ef8793 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:07 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/01/27 00:49:43 jmcneill Exp $ # -DISTNAME= twolame-0.3.7 -PKGREVISION= 1 +DISTNAME= twolame-0.3.12 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twolame/} diff --git a/audio/twolame/distinfo b/audio/twolame/distinfo index 0035ca7cce2..6eb207151fa 100644 --- a/audio/twolame/distinfo +++ b/audio/twolame/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/21 10:16:55 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2009/01/27 00:49:43 jmcneill Exp $ -SHA1 (twolame-0.3.7.tar.gz) = 8f970592955cab5358f272c56ef4713fbb3405dd -RMD160 (twolame-0.3.7.tar.gz) = 32ee504d9f37c4cd68f547972ae3273428a458a4 -Size (twolame-0.3.7.tar.gz) = 465187 bytes +SHA1 (twolame-0.3.12.tar.gz) = 64d621c2967fe8a2fda20f75230a8220fb740090 +RMD160 (twolame-0.3.12.tar.gz) = d5577b36380007ecc701e3afb5b98bc145790085 +Size (twolame-0.3.12.tar.gz) = 483148 bytes |