Update bladeenc to version 0.94. Fixes pkg/12359 by me.
Changelog: Version 0.94.0 - 20010307 * Numerous quality improving changes (Andre). * Fixed a number of compiler warnings (Andre). * Included a pre-generated huffman table instead of generating it from incuded meta-data at initialization. This removed the last memory leaks and need for the NO_ZERO_CALLOC switch, decreased memory usage and made the executable about 40 kb smaller (Tord). * Improved compiler & OS compatibility thanks to a lot of testing, bug reports and small patches contributed by Chris Rempel, Brad, Jeff Squyres, Trevor Taylor and Stephen from Minnesota. * Amiga Warp/OS support added (Andrea Vallinotto). * Some extra files added to the source distribution, including makefiles/projectfiles for a lot of environments and an RPM Specfile (contributed by Jean Robertson, Andrea Vallinotto, Michael Langner and Tord). * Some minor bugfixes and changes that are too small to mention here.
This commit is contained in:
parent
2395219c63
commit
343ac369db
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.12 2001/02/16 13:30:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2001/03/12 06:12:10 zuntum Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bladeenc-0.92.7-src-stable
|
||||
PKGNAME= bladeenc-0.92.7
|
||||
DISTNAME= bladeenc-0.94.0-src-stable
|
||||
PKGNAME= bladeenc-0.94
|
||||
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}
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}.0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.5 2001/01/29 13:12:10 wiz Exp $
|
||||
$NetBSD: md5,v 1.6 2001/03/12 06:12:10 zuntum Exp $
|
||||
|
||||
MD5 (bladeenc-0.92.7-src-stable.tar.gz) = 543aedab1b92e35f5b28cb114ad38d5b
|
||||
SHA1 (bladeenc-0.94.0-src-stable.tar.gz) = 03752a3ad6bd3da5e3440b0d095cd83c99b95ea6
|
||||
|
|
Loading…
Reference in a new issue