pkgsrc/audio/normalize/Makefile
adam a6735578fc Changes 0.7.7:
* Fixed bug with reading broken wav files with bad sizes
* Fixed bug causing seg fault on non-PCM wav files
* Fixed bug with reading wav files that have stuff after the data chunk
* Fixed Windows "no such file" bug
* Fixed small memory leak
* Fixed cosmetic bug with negative gains
* Fixed bad basename regexp in normalize-mp3 script
* Fixed --oggdecode option in normalize-mp3 script
* Turned audiofile support on by default
* Upgraded to latest GNU autotools

Pkgsrc:
* Build xmms plug-in as an option
2006-04-21 09:28:47 +00:00

26 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/04/21 09:28:47 adam Exp $
DISTNAME= normalize-0.7.7
CATEGORIES= audio
MASTER_SITES= http://www1.cs.columbia.edu/~cvaill/normalize/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www1.cs.columbia.edu/~cvaill/normalize/
COMMENT= Audio file volume normalizer (wav,mp3,ogg)
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-audiofile
CONFIGURE_ARGS+= --with-mad
.include "options.mk"
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"