13f75db273
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.
19 lines
419 B
Makefile
19 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.14 2001/05/14 13:13:58 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= bladeenc-0.94.2-src-stable
|
|
PKGNAME= bladeenc-0.94.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://bladeenc.mp3.no/source/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://bladeenc.mp3.no/
|
|
COMMENT= Free MPEG Audio Layer 3 encoder (not decoder)
|
|
|
|
USE_GMAKE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|