diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-05-14 13:13:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-05-14 13:13:58 +0000 |
commit | 13f75db273139c6ce5ac92d3fe609b52d3b78a3a (patch) | |
tree | d5249379dae1905fe542ce652e3a73a05763a38f /audio | |
parent | 32265764800f1e0c8933e91fc3e1e30eb5610592 (diff) | |
download | pkgsrc-13f75db273139c6ce5ac92d3fe609b52d3b78a3a.tar.gz |
Update bladeenc to 0.94.2
0.94.2 - 20010508
o Bugfix: The very uncommon crash on certain WAV files has now been fixed again has been
verified to work properly (Andre).
o Modified FFT calculations. Produces the same output and should be slightly faster. However it
seems to produce a slight speed decrease (about 1%) on Tord's computer so any comparisons
would be appreciated (Andre).
0.94.1 - 20010424
o Bugfix: The very uncommon crash on certain WAV files should now be fixed (Andre).
o Bugfix: Source should now compile nicely on Solaris and any other UNIX that had problems with
0.94.0 (Tord).
o Bugfix: Fixed a cosmetic error that caused "Press ENTER to exit..." being displayed even on
systems where we don't wait for a keypress.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bladeenc/Makefile | 8 | ||||
-rw-r--r-- | audio/bladeenc/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile index ae6b5db4f07..a7d2249c7e8 100644 --- a/audio/bladeenc/Makefile +++ b/audio/bladeenc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2001/03/12 06:12:10 zuntum Exp $ +# $NetBSD: Makefile,v 1.14 2001/05/14 13:13:58 zuntum Exp $ # -DISTNAME= bladeenc-0.94.0-src-stable -PKGNAME= bladeenc-0.94 +DISTNAME= bladeenc-0.94.2-src-stable +PKGNAME= bladeenc-0.94.2 CATEGORIES= audio MASTER_SITES= http://bladeenc.mp3.no/source/ @@ -12,7 +12,7 @@ COMMENT= Free MPEG Audio Layer 3 encoder (not decoder) USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PKGNAME}.0 +WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes diff --git a/audio/bladeenc/distinfo b/audio/bladeenc/distinfo index 012636fcd00..3cb3cabee58 100644 --- a/audio/bladeenc/distinfo +++ b/audio/bladeenc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 13:04:18 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/14 13:13:58 zuntum Exp $ -SHA1 (bladeenc-0.94.0-src-stable.tar.gz) = 03752a3ad6bd3da5e3440b0d095cd83c99b95ea6 -Size (bladeenc-0.94.0-src-stable.tar.gz) = 142525 bytes +SHA1 (bladeenc-0.94.2-src-stable.tar.gz) = 72f9b0600cbd2a19175ccb0cd8aa8e9c194bc87c +Size (bladeenc-0.94.2-src-stable.tar.gz) = 142949 bytes |